JavaFX Self-contained PKG and MacAppStore_PKG did not work

2015-08-07 Thread Tai Hu
Hi, I used JavaFX ant tasks to create all native packages on Mac OS X (JDK 8u51 on latest Mac OS X). Both .app and .dmg packages are working flawlessly. However, for PKG package, the very first installation was successful and my application show up in /Applications folder. However, if I del

Re: Camera Access

2015-08-07 Thread Scott Palmer
> On Aug 5, 2015, at 5:06 PM, Jens Kapitza > wrote: > > Am Dienstag, 4. August 2015, 13:26:06 schrieb Scott Palmer: >> The issue is: https://bugs.openjdk.java.net/browse/JDK-8090438 >> >> >> A target release has not been set. But I really hop

Re: JEP 253: UI control skins and input mapping discussion

2015-08-07 Thread Mike Hearn
I don't know much about skins and how they work, as I haven't implemented custom controls. My only knowledge comes from rummaging around inside the code to find some hacky way to get a particular effect, often via CSS. I was hoping to read about the skins infrastructure, what it's for, how it work

Re: Results of review of private JavaFX API for consideration to make public in JDK 9

2015-08-07 Thread Mike Hearn
If there were to be an API for getting basic graphics device data, what would that look like and would it be hard to write? My app uses some internal APIs not listed above to query the pixel scale and whether we're using software/hardware graphics, to reduce usage of some expensive effects. These

Re: Results of review of private JavaFX API for consideration to make public in JDK 9

2015-08-07 Thread Benjamin Gudehus
Hi Jonathan, thanks for the summary! >pull up your sleeves and work with us to get the API into a shape where it is good enough to commit to as public API I'd like to help with the public API for profiling and performance tracking (mainly PulseLogger, maybe PerformanceTracker). >These classes a