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 2 made on Monday July 19, 2010 at 07:10
BluPhenix
Long Time Member
Joined:
Posts:
December 2008
371
I'm not sure I understand you correctly, but.

Assign the browse backward to the back hardbutton.

then:
var inactivity = true;

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

function checkInactivity() {
if (inactivity) CF.widget(PS_BACK).scheduleActions();
}

This will start a wait of 30s after the page is loaded. If nothing happens during these 30 secs. the the remote will go to the previous page. I don't know what you do with that button, but if you add:

thebutton.onPress = function () {
whatever it has to do;
inactivity = false;
}

Then if you execute the keypress, the remote won't browse backward any more.


Hosting Services by ipHouse