Re: NetBeans and ScreenMenubar on Mac
Bryan Boone <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Jesse Glick wrote: > Ana von Klopp wrote: > >> For what it's worth, I see a lot of problems with this in the regular >> case also. For example, some actions are always grayed out (on a >> method, the "Move to other class" is never enabled for me for >> example). > > > "Move Class" you mean? Enabled for me at the top of a file. Possibly a > bug if it is disabled within the file, but I don't know how it is > intended to work exactly. Anyway this probably has nothing to do with > any problems with the screen menu bar on Macs. > > -J. > Jesse, I ran a simple test with my application. It looks like popupMenuWillBecomeVisible isn't getting called for the screen menubar. I validate (enable/disable) menus actions in my app when the menu is activated (popupMenuWillBecomeVisible is called). I think that's what you guys do, too. You guys have probably more clout at getting this one fixed than I do;) They may have it fixed in Tiger (JDK 1.5), but I don't know since I have Panther: java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.3) Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode) -Bryan