Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 3 made on Monday December 4, 2017 at 09:13
Martin
Founding Member
Joined:
Posts:
May 2001
767
Thanks Lyndel - you're the best!

Not sure why but after toggling the overlay back to the activity, it would sometime change the activity label to "Lights Control" and stop.

I made the following changes to the "onOverlayHide" function to clear the label twice but it's not a pretty flow. Any suggestion?

Thanks again!

Martin

page("PS_OVERLAY").onOverlayHide = function()
{
CF.activity().label = null;
doAnimation = false;
function LabelOff()
{
CF.activity().label = null;
}
scheduleAfter(2000, LabelOff);
}


Hosting Services by ipHouse