Re: Bundler question for Mac OS X...

2014-06-13 Thread Tony Anecito
Hi Danno,   I downloaded 8u20 and it looks like the sub-menu items are using the launcher file name.   Also, the info.plist created by the deploy task is wrong. It does not use the correct jar for JVMMainjarName so the app does not start untill I changed it to the correct name. Is this new?    I

Re: Bundler question for Mac OS X...

2014-06-12 Thread Tony Anecito
Hi Danno,   I tried 1.8.0_05 and same issue with sub-menu items.   Let me know location for 1.8.0_20 and I will try that also.   Thanks, -Tony  On Thursday, June 12, 2014 11:54 PM, Tony Anecito wrote: Hi Danno, I am using 1.8.0.0 and it does not work. Only the main menu item changes with

Re: Bundler question for Mac OS X...

2014-06-12 Thread Tony Anecito
Hi Danno, I am using 1.8.0.0 and it does not work. Only the main menu item changes with the name. I will download prod 8u5 and try this. Where can I download the pkg for 8U20?   Thanks, -Tony  On Wednesday, June 11, 2014 9:48 AM, Tony Anecito wrote: Thanks Danno I will try tonight with y

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
Thanks Danno I will try tonight with your suggestion. I will let you know the results.   This is the last thing holding up approval of my app for the store.   Best Regards, -Tony  On Wednesday, June 11, 2014 8:22 AM, Danno Ferrin wrote: It does change the sub-menu items (Hide /Quit ), at

Re: Bundler question for Mac OS X...

2014-06-11 Thread Danno Ferrin
It does change the sub-menu items (Hide /Quit ), at least the 8u20 toolchain does. I would expect the 8u5 toolchain to change it too because it looks the same, but I haven’t worked on those builds recently. On Jun 11, 2014, at 8:05 AM, Tony Anecito wrote: > I will try your suggestion to see

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
I will try your suggestion to see if the sub-menu items name changes with what you sugggested.   Thanks, -Tony  On , Tony Anecito wrote:  Hi, The name attribute affects the main menu item but not the sub-menu items. Not sure if you understood what I meant by sub-menu items. It would be

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
 Hi,   The name attribute affects the main menu item but not the sub-menu items. Not sure if you understood what I meant by sub-menu items. It would be better if the sub-menu items did not use the starting/launcher class name. I even found examples googleing where java main.startupclassname was

Re: Bundler question for Mac OS X...

2014-06-11 Thread Danno Ferrin
This will be upgraded in the 8u20 release. For pre8u20 in the ant script the menu bar name is the name attribute from the application element. (This will still work in 8u20, if it doesn’t it is a bug to me I will fix). The down side is that some of those value have double use when u

Re: Bundler question for Mac OS X...

2014-06-11 Thread Anthony Petrov
Hi Tony, I don't know the exact syntax for the FX deploy script (is it the -title or -name option for the javafxpackager [1] ?), however [2] suggests that the CFBundleName key in Info.plist can be used to set the application name. I can confirm that Glass reads the value and assigns it to the

Bundler question for Mac OS X...

2014-06-10 Thread Tony Anecito
Hi All, I noticed the menu bar for OS X is probably using my class name that has the static main in it. How do I override that in the JavFX Deploy ant script? The About, Hide and Quit sub-menu items are using a different name than what I want. The main menu item is correct. Thanks! Tony