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 _______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to