"Set as Menu Bar on Mac OS" oddities

Malte Brill revolution at derbrill.de
Sun Feb 10 15:03:39 EST 2008


I also just hate how menubars (do not) work on mac Os X. However with  
all problematic stacks I had the problem went away with hiding the  
menubar group. So I have something like this on preopenstack


on preOpenStack
   if "mac" is in the platform then
     hide grp "myMenus"
   else
     show grp "myMenus"
   end if
end preOpenStack


Hope that helps,

Malte



More information about the use-livecode mailing list