weimingtom / nekonme

Automatically exported from code.google.com/p/nekonme
0 stars 0 forks source link

mac "fullscreen" isn't really #290

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. <window if="desktop" width="0" height="0" hardware="true" fullsceen="true" 
fps="30" resizable="false" background="0x000000" />
2. mac os x doc is set to always be visible.

What is the expected output?
for the dock: either (a) the window doesn't underlap the dock, but is shorter 
by a however big the dock is or (b) the dock goes away, hidden under the 
application window.

for the mac os x menu bar: should be like (b) for the dock, "fullscreen" should 
really mean that the thing takes over and there's no remaining default mac 
desktop ui.

What do you see instead?
dock remains, menu bar remains. (the dock is the most frustrating part since it 
collides/hides stuff in my nme app, so i can't click on the app contents ui 
propertly.)

What version of the product are you using? On what operating system?
haxe 2.10
nme 3.5.4
hxcpp 2.10.2
mac os x 10.7.5

Please provide any additional information below.

Original issue reported on code.google.com by rao...@gmail.com on 30 Jan 2013 at 4:08