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 14 made on Tuesday March 18, 2008 at 13:56
GeorgeForester
Long Time Member
Joined:
Posts:
March 2003
46
Pasting this snippet into the activity script, "hacks" in support for the rotary
not really smooth, but it works :-)

-------------------------------------------------------------------------

onRotary = function(clicks)
{
if (clicks>0)
{
for (i=0;i {
b.moveRight();
if ((i%3)==0) GUI.updateScreen();
}
}
else
{
for (i=0;i<(-clicks);i++)
{
b.moveLeft();
if ((i%3)==0) GUI.updateScreen();
}
}
}


Hosting Services by ipHouse