What's I doing wrong

Klaus Major klaus at major-k.de
Sat Dec 25 13:03:53 EST 2004


Hi Paul

> When I typed in "check" I get nothing about a check box. I want know 
> how to test if there is a check in there or not. If there is I want 
> one message displayed if no check is there I want a different message 
> displayed.
>
> Then instructions will be carried out as to if the check exists or not.
>
> When searching for "check" all I got was "checkmark property "
>
> "check box" got nothing.

you need to check "the hilite" of that button...

...
if the hilite of btn "my checkbox" = true then
    ## it it "checked"
    ## do something
else
   ## it is NOT "checked"
   ## do something else...
end if
...

Hope that helps...

> Paul Salyers
> PS1 - Senior Rep.
> PS1 at softseven.org
> http://ps1.softseven.org

Regards and merry christmas :-)

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list