If the visible of the menubar is true?

Ken Ray kray at sonsothunder.com
Tue Oct 31 22:01:56 EST 2006


On 10/31/06 8:48 PM, "Richard Gaskin" <ambassador at fourthworld.com> wrote:

> wouter wrote:
> 
>> On Mac OS X (didn't test in OS 9) you can use the following
>> to test for the visible of the menubar:
>> 
>> put the menubar is not hidden
>> or
>> put the menubar is hidden
> 
> "hidden"?
> 
> Wow.  Never would have guessed that one.
> 
> Is that token used for any other element in the language?
> 
> I wonder why "visible" is not used for the menubar as it is for
> everything else...

Actually you *can* use it, like:

  put the menubar is visible
  put the menubar is not visible

But you *can't* use it this way:

  put the visible of the menubar
  put the visible of menubar


Ken Ray
Sons of Thunder Software, Inc.
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com





More information about the use-livecode mailing list