Re: MenuBar in osx to set About, Preferences, Quit

2015-09-03 Thread Michael Hall
> On Sep 2, 2015, at 9:05 AM, jo...@msli.com wrote: > > Please respond with only methods that do swing, awt, or eawt, as I have > not seen this published anywhere. Not easy to find doc these days. But fwiw… http://www.docjar.org/docs/api/com/apple/eawt/Application.html Michael Hall

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-03 Thread jo...@msli.com
Is there no javafx method to hook the Quit application menu item to call my method? This is the really dangerous one. Is there no javafx method to just hide the entire application menu on OSX? Some of com.apple.eawt (Apple Java Extentions Api) must have been implemented in Javafx? No? I

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread jo...@msli.com
I would love to file a bug, as this is really big hole for javafx. As other gui tool kits support it, so should javafx. If I can log into to https://bugs.openjdk.java.net/ I will file a bug, if it doesn't exist, but right now login appears broken. On Wed, 2015-09-02 at 12:36 -0400, Tai Hu

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Tai Hu
I am totally agreed with you on this one. Unfortunately couple weeks ago, I spent days on searching solution for this issue. NSMenuFX is only one actually working. Tai > On Sep 2, 2015, at 11:02 AM, jo...@msli.com wrote: > > This method sends us down a hybrid-app route, which I am trying to

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Kevin Rushforth
You can file an RFE at http://bugs.java.com/ -- Kevn jo...@msli.com wrote: I would love to file a bug, as this is really big hole for javafx. As other gui tool kits support it, so should javafx. If I can log into to https://bugs.openjdk.java.net/ I will file a bug, if it doesn't exist,

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Michael Hall
> On Sep 2, 2015, at 3:16 PM, Tai Hu wrote: > > Michael, > I checked out eawt couple weeks ago when I search the solution for this > issue. It seems that there is no updates since 2010 and I played with it for > a little while. It seems not working with latest

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread jo...@msli.com
First bug says "Not part of the FX 8 PRD, , consider for future release" In my opinion this must have been an over sight. Hasn't changed since 2013, so it is a dead end. Second bug says to use NSMenuFX (e.g. hybrid-app using swt). I need to avoid hybrid app issues. How do I get a javafx

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Tai Hu
Michael, I checked out eawt couple weeks ago when I search the solution for this issue. It seems that there is no updates since 2010 and I played with it for a little while. It seems not working with latest OS X and JavaFX 8. I cannot control the Mac menu bar by using the eawt. Tai > On

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Leif Samuelsson
See: https://bugs.openjdk.java.net/browse/JDK-8091517 https://bugs.openjdk.java.net/browse/JDK-8088585 Leif On 2015-09-02 10:10, Kevin Rushforth wrote: You can file an RFE at http://bugs.java.com/ -- Kevn jo...@msli.com wrote: I would love to file a bug, as this is really big hole for

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Michael Hall
> On Sep 2, 2015, at 9:05 AM, jo...@msli.com wrote: > > What is the method for a pure javafx app to control the osx application > menu bar (e.g. About, Preferences, Quit, etc)? > > > Please respond with only methods that do swing, awt, or eawt, as I have > not seen this published anywhere. >

MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread jo...@msli.com
What is the method for a pure javafx app to control the osx application menu bar (e.g. About, Preferences, Quit, etc)? The menu bar area I am asking about can be seen in a native Mac OS applications menu under : About Preferences... Services Hide Hide Others Show All Quit When I use

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread jo...@msli.com
This method sends us down a hybrid-app route, which I am trying to get away from. Is there no pure javafx complete solution for OSX? On Wed, 2015-09-02 at 10:33 -0400, Tai Hu wrote: > I used NSMenuFX, which is using eclipse swt. It works very well on Mac > OS > > > Tai > > On Wednesday,

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread jo...@msli.com
Please respond with only methods that do NOT use swing, awt, or eawt, as I have not seen this published anywhere. On Wed, 2015-09-02 at 07:05 -0700, jo...@msli.com wrote: > What is the method for a pure javafx app to control the osx application > menu bar (e.g. About, Preferences, Quit, etc)? >

Re: MenuBar in osx to set About, Preferences, Quit

2015-09-02 Thread Tai Hu
I used NSMenuFX, which is using eclipse swt. It works very well on Mac OS Tai On Wednesday, September 2, 2015, jo...@msli.com wrote: > Please respond with only methods that do NOT use swing, awt, or eawt, as > I have not seen this published anywhere. > > On Wed, 2015-09-02 at