Checkboxes

Dar Scott dsc at swcp.com
Sat May 3 16:56:44 EDT 2014


Yeah, but that doesn’t change the highlight of the button.

On May 3, 2014, at 2:39 PM, J. Landman Gay <jacque at hyperactivesw.com> wrote:

> On 5/3/14, 1:45 PM, Dar Scott wrote:
>> What do folks think of making the text of a checkbox either “checked” or “unchecked” depending on the highlight?
>> 
>> So kids (and I) can write….
>> 
>> if button “multiplayer” is “checked” then
>>>> end if
> 
> Forgot to say, you can already do that. The only difference between what's available now and what you mention is that first you'd have to do the "putting". After that you can use the conditional.
> 
>  put "checked" into btn 1
> 
> And then in any script:
> 
>  if btn 1 is "checked" then
>    answer "I'm checked"
>  end if
> 
> -- 
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list