Any way to determine hilited checkbox buttons?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Paul D
Posts: 116
Joined: Mon May 21, 2007 6:58 pm

Any way to determine hilited checkbox buttons?

Post by Paul D » Mon Jun 09, 2008 7:24 pm

hilitedbuttonname works great for radio buttons in a group. is there any similar command that will give a list of all the checkbox buttons that are hilited in a group?

Klaus
Posts: 14206
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus » Mon Jun 09, 2008 7:43 pm

Hi Pauil,

sorry, no build-in solution.

You will need a "repeat" loop to cycle through all the buttons in a group and check their hilites.


Best

Klaus

Paul D
Posts: 116
Joined: Mon May 21, 2007 6:58 pm

Post by Paul D » Mon Jun 09, 2008 7:47 pm

i figured but thought i would ask :cry:

Post Reply