Java Client Desktop Application and custom menu bars (WO 5.2)
Java Client Desktop Application and custom menu bars (WO 5.2)
- Subject: Java Client Desktop Application and custom menu bars (WO 5.2)
- From: Theo Howell <email@hidden>
- Date: Fri, 3 Oct 2003 16:29:15 +1000
Hi there,
I am trying to customize the menu bar for one of my WO Desktop client
apps and am so far not succeeding. What has been tried so far is
getting the EOFrame from the main starting window during
controllerDidLoadArchive() (in my EOInterfaceController) and calling
EOActionWidgets.menuBarWithActions(enabledActions(), this, false); and
passing the result to the EOFrame via setMenuBar(). I have also tried
doing this from componentDidBecomeVisible(). Creating a standard
JMenubar() with new JMenubar(); does not work either.
I have been unable to find any examples or documentation regarding this
specific issue. Can anybody tell me where I am going wrong? Any
pointers much appreciated...
Cheers,
Theo Howell
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.