Checkboxes

J. Landman Gay jacque at hyperactivesw.com
Sat May 3 19:11:11 EDT 2014


After I sent that, I got embarrassed because I knew you already knew that...

On 5/3/14, 3:56 PM, Dar Scott wrote:
> 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
>
>
> _______________________________________________
> 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
>


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com





More information about the use-livecode mailing list