Resetting checkboxes to true on marked cards

Scott Rossi scott at tactilemedia.com
Sun Jun 6 20:03:41 EDT 2010


Also, I believe you can write:

 unhilite btn foo

Instead of:

 set the hilite of btn foo to false

Scott Rossi
Creative Director
Tactile Media, UX Design

On Jun 6, 2010, at 12:18 PM, Mark Schonewille <m.schonewille at economy-x-talk.com> wrote:

> Charles,
> 
> I didn't test it but what you need should look like this:
> 
> repeat with x = 1 to number of marked cards
>  set the hilite of btn "foo" of marked cd x to false
> end repeat
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> 
> Economy-x-Talk is always looking for new projects. Contact me for a quote http://economy-x-talk.com/contact.html
> Download Clipboard Link http://clipboardlink.economy-x-talk.com and share the clipboard of your computer over the local network.
> 
> On 6 jun 2010, at 21:12, charles61 wrote:
> 
>> 
>> I have a series of marked cards that have many checkboxes. I want to reset
>> the checkboxes to true when the user before an user enters new data. Any
>> scripting suggestions about how to reset checkboxes on marked cards to true?
> 
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



More information about the use-livecode mailing list