On 10/31/06 8:48 PM, "Richard Gaskin" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to