Re: Toggle menu bar with Akua?
Re: Toggle menu bar with Akua?
- Subject: Re: Toggle menu bar with Akua?
- From: Andy Wylie <email@hidden>
- Date: Sat, 29 Sep 2001 21:48:31 +1200
on 29/9/01 7:49 PM, Joseph A. Weaks at email@hidden wrote:
>
This script does not work. the problem is that (set menu bar
>
visibility to) always returns true. Any ideas?
>
Read more "insance, vague gibberish" and find a call to get the menubar
height ;)
>
>
tell application "Foo"
>
activate
if (system value lm menu bar height) = 0 then
>
set menu bar visibility to true
>
else
>
set menu bar visibility to false
>
end if
>
end tell
>
>
______________________ Andy