data grid hilite of checkbox
Jim Sims
sims at ezpzapps.com
Wed May 27 12:01:53 EDT 2009
On May 27, 2009, at 5:54 PM, Trevor DeVore wrote:
> For a checkbox you just need to use the hilite property. Untested
> but this example should work:
>
> on FillInData pData
> set the hilite of button 1 of me to pData is true
> end FillInData
>
>
> on mouseUp pMouseBtnNum
> SetDataOfIndex the dgIndex of me, the dgColumn of me, the hilite
> of button 1 of me
> end mouseUp
Bravo! It worked :-)
This shall go in my Data Grid for Dummies notes ;-)
sims
More information about the use-livecode
mailing list