Thanks for the suggestion. I think I'll do that because I suspect the error is in the name of one of the buttons.
On Sat, Apr 18, 2009 at 3:02 PM, Mark Wieder <[email protected]> wrote: > william- > > Saturday, April 18, 2009, 11:15:36 AM, you wrote: > > > It was just a simple "mouseup" in the group script that goes through and > > checks the hilite of each button in the group and then does an action > > depending on that hilite like: > > > *if* the hilite of button "(CO)" is true *then* do something > > Sounds OK, although I usually do something like > > switch the hilitedButton of group x > case 1 > -- do the first button thing > break > case 2 > -- do the second button thing > break > ... > default > -- shouldn't ever get here > -- so display an error message > end switch > > -- > -Mark Wieder > [email protected] > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.bluewatermaritime.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
