Page 1 of 1

Testing for visibility

Posted: Mon Jul 18, 2011 4:25 am
by DaltonCalford
Can anyone give me a link to a sample or documentation that shows how to test for the visibility state of objects?

This compiles but does not work

if invisible of "OnePip" is "True" then ......

Re: Testing for visibility

Posted: Mon Jul 18, 2011 4:43 am
by dunbarx
Hi.

You need to specify an object (button, field, stack, etc.). The engine does not know what you are talking about...

if the visible of button "yourbutton" is "true" then answer "I can see it"
else answer "where are you?"

Craig Newman

Re: Testing for visibility

Posted: Mon Jul 18, 2011 4:45 am
by deebee
I'm not sure if this is what your looking for but heres a shot.

Edit: Craig beat me to it.