macosx fullscreen and window manager

2014-03-29 Thread Erik Colson
Hi, Is it possible to use JavaFX for developping a fullscreen macosx application that skips the window manager ? I have currently an app that does fullscreen but : - the 'hot corners' still work, letting the user switch to another app - the screensaver is still working - the mouse pointer is still

Re: macosx fullscreen and window manager

2014-03-29 Thread cogmission1 .
Hi, Just as a clarification, it sounds like what you're asking for is kind of like a "Kiosk" mode? On Sat, Mar 29, 2014 at 4:08 AM, Erik Colson wrote: > Hi, > > Is it possible to use JavaFX for developping a fullscreen macosx > application that skips the window manager ? I have currently an ap

Re: macosx fullscreen and window manager

2014-03-29 Thread Erik Colson
On March 29, 2014 12:43:18 PM CET, "cogmission1 ." wrote: >Hi, > >Just as a clarification, it sounds like what you're asking for is kind >of >like a "Kiosk" mode? > > >On Sat, Mar 29, 2014 at 4:08 AM, Erik Colson wrote: > >> Hi, >> >> Is it possible to use JavaFX for developping a fullscreen mac