-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Right, in Rev, a checkbox is just one "style" of button, as are radio buttons, etc.

You can also check (or uncheck) a checkbox by setting the hilite property, and you can intercept changes to the hilite with a mouseUp handler in the button's script.

On Dec 25, 2004, at 1:03 PM, Klaus Major wrote:

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


- -----------------------------------------------------------
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>

$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)


iD8DBQFB0YKM7aqtWrR9cZoRArb5AJ0UkygZgT7E2rpRPkjxnlz2ZlYYKwCeInNo
CJr9fBC96EUrWBHRRkbc4qg=
=fORh
-----END PGP SIGNATURE-----



___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

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

Reply via email to