for colorblind users, a selected control has: the width = the width +8 the borderWidth = 2
some groups have multiple hilites so before selecting a new control in the group: on standDown pGroup,pWidth set the highlitedButtonName of grp pGroup to 0 -- 1 line of code put (the number of controls in grp pGroup)\ into tot repeat with i = 1 t tot set the width of control i to pWidth set the borderWidth of control i to 1 end repeat -- many lines of code & repeats end standDown is there a single-line-command that resets the individual control properties of all grouped controls to the default value specified for that group? i did try the Transcript Dictionary under "group" "about groups" "about objects"... the "standDown" handler works just fine, it would just be simpler with a 1-line "set the highlitedButtonName to 0" kind of approach. thanks, Erik Hansen ===== [EMAIL PROTECTED] http://www.erikhansen.org __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
