yaan
October 13th, 2002, 03:55 PM
Is there a way to Enable/Disable multiple groups in one action?
The situation is,My config have 6 groups:Misc, MouseControl, Soft_Winamp, Soft_PowerDVD, Soft_BSplay and Soft_System.As U can see,the last 4 are for Individual Apps.And I use one button on my remote to switch through them,the procedure is somehow like this:
MultiGroup switch()
__case 1:
____disable Soft_PowerDVD
____disable Soft_BSplay
____disable Soft_System
____enable Soft_Winamp
____question "Winamp Mode"
__case 2,3,4............
This make the MultiGroup long&hard to edit,I think a better way to do this is a action that can disable Soft_*
Any idea? or had I missed something?
Thanks a lot especially for keeping it COOL&FREE!
The situation is,My config have 6 groups:Misc, MouseControl, Soft_Winamp, Soft_PowerDVD, Soft_BSplay and Soft_System.As U can see,the last 4 are for Individual Apps.And I use one button on my remote to switch through them,the procedure is somehow like this:
MultiGroup switch()
__case 1:
____disable Soft_PowerDVD
____disable Soft_BSplay
____disable Soft_System
____enable Soft_Winamp
____question "Winamp Mode"
__case 2,3,4............
This make the MultiGroup long&hard to edit,I think a better way to do this is a action that can disable Soft_*
Any idea? or had I missed something?
Thanks a lot especially for keeping it COOL&FREE!