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.
[EMAIL PROTECTED]
http://ps1.softseven.org

Regards and merry christmas :-)

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to