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: [9] Proposal to deprecate VP6 video and the FLV/FXM file formats

2015-09-02 Thread David DeHaven
Having heard no objections and gaining internal approval, we'll move forward with this plan. -DrD- > On Aug 26, 2015, at 11:53 AM, David DeHaven wrote: > > > I am proposing we deprecate support for the VP6 video encoding format and the > FXM/FLV file format in

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. >

Goodbye, so long, auf wiedersehen, adieu

2015-09-02 Thread Mark Heckler
All,   It has been a pleasure and honor to have worked with you. I am among those whose positions were eliminated suddenly (today!), so I'll be exploring other opportunities. If you're receiving this email, I'd like very much to stay in touch with you! My personal contact information follows:

Re: Goodbye, so long, auf wiedersehen, adieu

2015-09-02 Thread Felix Bembrick
Sorry for spamming the entire list. It was meant as a personal message to Mark but GMail seemed to want everyone to see it when I selected reply. Felix On 3 September 2015 at 07:08, Felix Bembrick wrote: > Hi Mark, > > I am not sure if this is good news or bad news

Re: Goodbye, so long, auf wiedersehen, adieu

2015-09-02 Thread Felix Bembrick
Hi Mark, I am not sure if this is good news or bad news but it sounds like you were made redundant which would of course be bad news. Oracle seem quite whacky lately with the things they are doing and the people they are letting go. Anyway, sorry for your bad news but the exact same thing

[9, 8u] Review request for 8134985: WebKit build fails with XCode 6.4

2015-09-02 Thread Vadim Pakhnushev
Hi Alexander, Could you please review the fix: https://bugs.openjdk.java.net/browse/JDK-8134985 http://cr.openjdk.java.net/~vadim/8134985/webrev.00/ Thanks, Vadim

[9] Review request for 8134934: Bindings.bindContent doesn't reflect the value changes in the ObservableMap

2015-09-02 Thread Vadim Pakhnushev
Chien, Please review the fix: https://bugs.openjdk.java.net/browse/JDK-8134934 http://cr.openjdk.java.net/~vadim/8134934/webrev.00/ Thanks, Vadim

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