PDA

View Full Version : 2 events for one command



heyyo
June 20th, 2003, 05:14 AM
Is it possible to activate one command after 2 or more events ?

I would like to use this behavior for skip/seek in music software with ATI remote wonder.

For skip :
I need two events On Down and On UP

For seek :
I need one event On Repeat

If I apply only one event (Down or UP) to skip, this event will be also executed to seek :-? .
Because Repeat Event is always coupled with Down/Up events...

Any idea ?

Promixis
June 20th, 2003, 08:17 AM
Hmmm..

You might try using group enable/disable...

ie. OnDown enable a group with the OnUp event with the action to skip in the on up group.

then you would have OnRepeat group. This would do the seek action. AND disable the on up group (which would have been enabled by the OnDown Event). Now the OnUp event will not execute.

Haven't tried it but it should work :)