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 5 made on Monday July 19, 2010 at 07:51
Chris1986
Lurking Member
Joined:
Posts:
July 2010
6
Its a touch screen button, one you can press.
ive now got;


var inactivity = true;

page().onEntry = function () {
scheduleAfter(10 * 1000, checkInactivity);
}

function checkInactivity() {
if (inactivity) CF.widget(back, hidden, Sky Favourites).scheduleActions();
}


still no joy tho :(

I amended the 30 * 1000 in the script, i guessed by changing it to 10 it will give me 10 secs before it executes?

also I entered this in the activities script page, does it belong in here or on the page properties script?

many thanks


Hosting Services by ipHouse