Ron
October 13th, 2002, 12:55 PM
Use states instead of disabling them.
The problem with enabling the groups is the following:
Both groups have the same eventstring learned to it.
1st group is enabled. You press the button on the remote, Girder executes the first group. In that group you enable the 2nd group and disable the 1st group. Girder is still executing you 1st button press. Remember Girder traverses the whole tree searching for matches. Girder after finishing the first multigroup continues with the second, now enabled, multigroup. And voila there is the problem, cause now the 2nd group gets execute on the first button press.
So to solve this use the states, I know these are difficult to understand at first but give it a try also read about them in the helpfile and here on the forum.
The problem with enabling the groups is the following:
Both groups have the same eventstring learned to it.
1st group is enabled. You press the button on the remote, Girder executes the first group. In that group you enable the 2nd group and disable the 1st group. Girder is still executing you 1st button press. Remember Girder traverses the whole tree searching for matches. Girder after finishing the first multigroup continues with the second, now enabled, multigroup. And voila there is the problem, cause now the 2nd group gets execute on the first button press.
So to solve this use the states, I know these are difficult to understand at first but give it a try also read about them in the helpfile and here on the forum.