Hi! How can I handle events in qml for example, when I receive a call, animations are paused? Or it can also be when I use task manager/when I switch apps, the currently loaded app is paused?
Hi! How can I handle events in qml for example, when I receive a call, animations are paused? Or it can also be when I use task manager/when I switch apps, the currently loaded app is paused?
Last edited by pizarro84; 2012-05-04 at 04:17. Reason: to make title more clear
You may get some idea from here: http://www.developer.nokia.com/Commu...und-in-QML-1.0
Hi,
Can you explain your usecase a bit more specific? Why do you want to the app not to be paused when switched, etc, i think that is the expected behavior
@vineet.jain - thanks for the link, will look into it
@kusumk - Actually that is what I want to happen, when receiving calls or accessing the task manager, my app will go into paused state..
Thanks for the replies
http://www.developer.nokia.com/Commu...und-in-QML-1.0
Oh I get it! Missed out that Qt.application.active on the first part, silly me. Hope this works. thanks Vineet!
Last edited by pizarro84; 2012-05-05 at 14:40.