Toggle menu bar with Akua?
Toggle menu bar with Akua?
- Subject: Toggle menu bar with Akua?
- From: "Joseph A. Weaks" <email@hidden>
- Date: Sat, 29 Sep 2001 02:49:16 -0500
This script does not work. the problem is that (set menu bar
visibility to) always returns true. Any ideas?
tell application "Foo"
activate
if (set menu bar visibility to) is false then
set menu bar visibility to true
else
set menu bar visibility to false
end if
end tell
Joe Weaks