PDA

View Full Version : Toggling (enable/disable group) only works half of the time.



mystificator
October 13th, 2002, 12:55 PM
It seems to me that your state setings are wrong
It has to be 2/1 and 2/2
take another look at help files

Apocalypse
October 13th, 2002, 12:55 PM
Im doing something wrong and cant figure out what..

im trying to have a Enable/ Disable for a Group:

i have made This:


- [ ] Monitor (TopLevelGroup)
| |
| |--[ ]OFF (Command)
| | |--EventString
| |
| |--[ ]ON (Command)
| |--EventString
- [ ] Enable / Disable (TopLevelGroup)
|
|--[ ] Monitor (Group)
|
|--[ ] ON/OFF (MultiGroup)
|-- ON (Command)
|-- OFF (Command)
|-- EventString

ON/OFF MultiGroup has state 0/0
ON Command has state: 1/2
OFF Command has state: 1/3 and Execute in all states but 1
(note that the first number: number/x is the initial state.)

The ON and OFF works right separate, just cant have it to toggle using one button :(.

Is there any way of having the state to stay the same if the command is not executed, it actually changes even if Antirepeat stop it to execute.

Im using Glider 3.1.

Thanks in advance everyone.

Apocalypse
October 13th, 2002, 12:55 PM
Upppss my bad, thanks a lot! :)