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 4 made on Tuesday January 13, 2009 at 11:31
GuerillaBuild
Long Time Member
Joined:
Posts:
December 2008
79
If the command is an IR command you could go into myDatabase and extend the command length for any given IR command such that it sends for 'x' number of milliseconds when pressed. Each function has a 'duration' that can be overriden to any number of milliseconds you need.

If the command is script related:

Put script into the button that turns it into a toggle that calls a function. The function will then repeat your command when in the on state and will do nothing when in the off state. The script example below is a quick and dirty and would require a little bit of additional work to 'get it working'.

Activity Script
var PushMe = "Dont";
function HoldButton(Action)
{
// Code to hold down or repeat your button command
}

Widget Script

if (PushMe =="Dont")
{
PushMe = "Do";
HoldButton("Push");
}
else
{
PushMe = "Dont";
HoldButton("StopPush");
}

Cheers // Jason
You can hide almost anything until you have to put the drywall up!


Hosting Services by ipHouse