PDA

View Full Version : How can the animations pause when receiving an incoming call ?



Yonetici
2nd August 2012, 14:53
it solved.

use:


Connections {
target: platformWindow
onActiveChanged: {

if (platformWindow.active)
{
//App became active

}

else
{
//App became inactive
}
}
}

wysota
3rd August 2012, 17:41
That's not exactly what you asked for. The application can become inactive because of various other reasons too.