In Xojo 2014r2.1 (and possibly earlier) I don’t see the “FullScreen” slider option in the Inspector when one of the project Window classes is selected on both OS X 10.9.4 and Linux Mint 16, 64 Bit.
What’s even more odd is that if you create a new Desktop app and then search for “FullScreen” the search results shows “Window1.FullScreen (property name)” which is NOT visible in the UI. The other found item of “Window1.FullScreenButton” (property name)" IS visible in the UI as a slider and defaults to OFF.
I realize that it’s easy to still set the “.FullScreen” boolean in code, which I’ve done in my app successfully.
Am I crazy (very possible!), or wasn’t there a “FullScreen” UI slider option available in the Inspector pane for a selected Window class?