Hey All,
I’m just starting out with JUCE, and I am really impressed. Seems simple and clean, and very Java-like in a sense, so I feel already at home. And the widgets are really nice looking!
I had a q though. In the forum I saw a couple of posts about “kiosk mode”, but nothing seemed to come out of it. I would really like for JUCE to have a real fullscreen mode: No taskbars or menu bars, no dock, and control over the native resolution (i.e. the program should change the resolution of the current monitor or monitors). This would really be great for A/V applications, such as VJ stuff and the like, in addition to more traditional kiosk-style applications. In Java this is called Full Screen Exclusive mode, or something like that.
I managed to simulate this on a second monitor, by making an undecorated window that fit the current display resolution, but sometimes this isn’t available. Real full screen would be really great, and far less hacky.
thanks,
c.