Radio Button Question
Mark Schonewille
m.schonewille at economy-x-talk.com
Sun Dec 17 16:25:21 EST 2006
Hi Charles,
Probably, your script didn't work because the autoHilite of the
button is set to true. Why don't you forget about this script and
simply group your radio buttons? In the property inspector of that
group, select "Hilite one radio button at a time". This sets the
radioBehavior to true.
Best,
Mark
--
Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Get your store on-line within minutes with Salery Web Store software.
Download at http://www.salery.biz
Op 17-dec-2006, om 22:21 heeft Charles Szasz het volgende geschreven:
> I have three radio buttons on the second card of a two card
> project. Each radio button has a script. I used the following
> script in a button on the first card:
>
> on mouseUp
> set the hilited of button "radio1" to false
> set the hilited of button "radio2" to false
> set the hilited of button "radio3" to true
> send mouseUP to button "radio3"
> end mouseUp
>
> I used the mouseUp command because my script for radio button
> "radio3" was NOT being executed despite setting the hilite property
> to true.
>
> Is there a better way to do this without using the moueUp command?
>
>
> Charles Szasz
> cszasz at mac.com
More information about the use-livecode
mailing list