View Single Post
Posts: 34 | Thanked: 30 times | Joined on Nov 2011
#73
thanks, Timer then, I did not need Timer yet, I will look at it I could wrap some animation with it
Code:
    Timer {
        id: ambiencetimer
        interval: 1
        onTriggered: {applyAmbienceThemeColors();}
    }
It actually does not need bigger time, i put only 1ms and it works properly.
EDIT: for the record, as "ThemeChanger" property bindind I have used Theme._homeBackgroundImage , because it changes everytime you change the ambience, even if the actual background image is the same picture (tested )

Last edited by bobsikus; 2020-01-11 at 19:28.
 

The Following 3 Users Say Thank You to bobsikus For This Useful Post: