Author |
|
PhilC Newbie
Joined: March 18 2004 Location: United Kingdom
Online Status: Offline Posts: 39
|
Posted: October 18 2007 at 02:44 | IP Logged
|
|
|
Hi,
The other day, I downloaded RemoteControl II for my windows CE device and noticed that when you press and hold down the volume button, it functions like a 'real' remote in that it keeps on pumping the volume up or down. This is something I have always wanted PH to achieve but have only managed a messy work around by recording a 'long' volume press as a seperate button.
Has anyone got a decent solution?
Many thanks
Phil
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 19 2007 at 15:26 | IP Logged
|
|
|
What hardware do you use for controlling things?
I use PalmPads and use the Bright/Dim keys for volume. These repeat and work well.
|
Back to Top |
|
|
PhilC Newbie
Joined: March 18 2004 Location: United Kingdom
Online Status: Offline Posts: 39
|
Posted: October 19 2007 at 15:36 | IP Logged
|
|
|
hi Tony,
Using a USB-IRT and a touch screen monitor.
Thanks
Phil
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 19 2007 at 17:07 | IP Logged
|
|
|
Hmm. This does not seem like the best way to use repeating keys for volume. You need pretty fast response time for this.
Maybe code up some small and big change buttons? Say, 1 and 5/10 clicks per press?
|
Back to Top |
|
|
PhilC Newbie
Joined: March 18 2004 Location: United Kingdom
Online Status: Offline Posts: 39
|
Posted: October 19 2007 at 19:17 | IP Logged
|
|
|
well that's how I was doing it originally (big/small change buttons) but having tried this remoteControll II software on my WinCE device I was surprised that it did press and hold actions.
I wonder if in PH there is an event handler that will check if the mouse button is pressed and remains pressed and therefore sends repeat commands??
Having thought about it, if you can achieve that, then you could also do the same for dimming / brightening lights which would be much better than repeating button presses.
|
Back to Top |
|
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: October 22 2007 at 14:28 | IP Logged
|
|
|
What are you running on the touch screens? If you are running via an html page (or hta app) you could hook the button up/dn events.
Something like "onmousedown='startVolUpMacro();'" and "onmouseup='stopVolUpMacro();"
If you are using a CC I'm not sure if this is possible. Maybe a feature request? A new button type "repeatingButton" should be easy to implement.
|
Back to Top |
|
|