PDA

View Full Version : ButtonMode 1.1 released



infrared
October 13th, 2002, 12:55 PM
Hey.. I updated ButtonMode with a few requests from Pavel Chromy..

"I would like run FM-radio application when the button is just pressed
and TV application when it is held down for some time."

Added! Short Tap is what you would set the FM-Radio command to and Long Hold is the TV command.

I also added a button released command, which will get called about 500ms (or whatever your delay is set to) after you press the button last..

Get it at http://girder.mx6.net

Jason

oe1k
October 13th, 2002, 12:55 PM
Well, I'm new this week, but VERY impressed with the whole program (after I figured out how to use it. Thanks for the help file/site).
Anyway, I want to be able to skip to the next track on a single press and search forward when the button is held down. I can do this for one button, but if I try to set it up for the back button too, the ButtonMode plugin only seems to remember the last association, so both buttons do the same thing.
How do I get this right, or is only one button usable with ButtonMode?

oe1k
October 13th, 2002, 12:55 PM
:eek: VERY nice solution. I like it. You should definantly add it to the tips/tricks forum and/or have an example .gxr export available.
Thanks! :grin:


_________________
-Richard L. Owens

<font size=-1>[ This Message was edited by: oe1k on 2001-06-28 00:35 ]</font>

Kostya
October 13th, 2002, 12:55 PM
Hi !
I have this trouble to.
ButtonMode plugin don't work.
And I make this (skip to the next track on a single press and search forward when the button is held down) without plugin.

Example:
------------------------------------------
+Winamp
--NextTrack(sendmessage to winamp 40048)
--X+Forward if hold (Learn: NEXT button)
------AlarmTimer (ID=1, timeout=0,
----------------On start=comm not found(Cnf),
----------------On Cancel=Cnf, On End=Cnf)
------AlarmTimer (ID=2, timeout=600,
----------------On start=Cnf, On Cancel=Cnf,
----------------On End="Reset")
------FForward5c(sendmessage to winamp 40148)
--+Next track if press (Learn: NEXT button)
------AlarmTimer (ID=1, timeout=600,
----------------On start=Cnf, On Cancel=Cnf,
----------------On End="NextTrack")
------AlarmTimer (ID=2, timeout=600,
----------------On start=Cnf, On Cancel=Cnf,
----------------On End="Reset")
------Girder Group On("Forward if hold")
------Girder Group Off("Next track if press")
--+Reset
------Girder Group Off("Forward if hold")
------Girder Group On("Next track if press")
----------------------------------------
+Name - Girder group or multigroup
X+ - Group off
name - command
----------------------------------------

that's all
very simple
:smile:

PS: I send "KWinamp.gxr" to Ron

<font size=-1>[ This Message was edited by: Kostya on 2001-06-26 17:04 ]</font>

Kostya
October 13th, 2002, 12:55 PM
You can find kwinamp.gxr on Group Exports page

Named: Albumlist plugin for Winamp
Dated: June 27 2001
Contributor: Chesh (why ?? it's my email :smile:)

Kostya