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 19 made on Saturday August 9, 2008 at 12:06
RoboMonkey
Long Time Member
Joined:
Posts:
August 2002
85
I thought I'd share my simple code for changing the volume with the wheel, based on the above examples.

// ROTARY WHEEL TV VOLUME ADJUST
onRotary = function(clicks)
{

if (clicks > 1)
{CF.widget("PS_VOLUME_UP").executeActions();}
if (clicks < -1)
{CF.widget("PS_VOLUME_DOWN").executeActions();}

};


Hosting Services by ipHouse