hiliting only one button of a group

Dan Shafer revolutionary.dan at gmail.com
Mon Feb 13 15:55:53 EST 2006


The short answer is that you can't get a group to do this
automatically. You'll have to hand-code the behavior. Grouping the
buttons into a group will make this process easier because you can
just write a group script that uses an array of the button names and
cycles through them, turning off any that are on and turning on the
one that is the target.

Make sense?

On 2/5/06, N Cueto <nicolas_cueto at yahoo.com> wrote:

> I want to reproduce a radio-button
> group behaviour, but with push
> buttons. I.e., only one push
> button of a group of push button
> can appear hilited (recessed?)
> at a time.
>--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Shafer, Information Product Consultant and Author
http://www.shafermedia.com
Get my book, "Revolution: Software at the Speed of Thought"
>From http://www.shafermediastore.com/tech_main.html



More information about the use-livecode mailing list