Resetting checkboxes to true on marked cards

charles61 cszasz at mac.com
Sun Jun 6 16:14:02 EDT 2010


Dunbarx

Thanks! Your suggestion is better than the one I posted a few moments ago. My script only work on one card because I did not add clarity for the buttons being on the marked cards. 

Thanks

Charles Szasz
cszasz at mac.com




On Jun 6, 2010, at 3:55 PM, dunbarx [via Runtime Revolution] wrote:

> Mark probably missed the fact you have many checkboxes on each card. 
> 
> repeat with y = 1 to the number of marked cds 
>    repeat with u = 1 to the number of btns of marked cd y 
>       if the style of btn u of marked cd y = "checkBox" then set the hilite 
> of btn u of marked cd y to "false" 
>    end repeat 
> end repeat 
> 
> Not tested, but the idea is sound. 
> _______________________________________________ 
> use-revolution mailing list 
> [hidden email] 
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences: 
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> View message @ http://runtime-revolution.278305.n4.nabble.com/Resetting-checkboxes-to-true-on-marked-cards-tp2245212p2245239.html 
> To unsubscribe from Resetting checkboxes to true on marked cards, click here.
> 


-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Resetting-checkboxes-to-true-on-marked-cards-tp2245212p2245246.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list