charles61 wrote:
Jacqueline,

I tried your OS X menu script in my stack:

on preOpenStack
   set the loc of this stack to the screenloc
   set the backgroundcolor of this stack to 255,255,255
if the platform = "MacOS" then --->This sets the menu for Mac without
using the Menu Builder to set Mac menu!!
      set the menubar of this stack to "menugroupname"
      set the defaultmenubar to "menugroupname"
   end if
end preOpenStack

I saved it then I closed Rev and my stack. Then I relaunch my stack and got
the following error in the IDE:

executing at 6:01:29 PM
Type    defaultMenuBar: can't find group
Object       S504
Line    set the defaultmenubar to "menugroupname"
Hint    menugroupname

You need to put the real name of your menu group in there.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to