Total Posts: 224
Joined: December 03, 2011
|
hi i have been trying to get full screen, not just big-windowed, and i can't get it to work. what is the recipe, per chance?
* mac os x 10.7.3, hxcpp 2.10, haxe 2.10 final, nme 3.4.0
* using w=0 h=0 i get a window that ends up actually being slightly bigger than the display. i can tell because i have 1 extra external monitor and i see the created window overlapping onto the other display.
* adding 'fullscreen' crashes.
* removing w=0 and h=0 and keeping 'fullscreen' crashes in the same way:
a) screen fades to black.
b) screen fades to white.
c) crash.
mzzl[29527] <Warning>: CGDisplayBaseAddress is obsolete and returning NULL for display 0x7bd8d73f
mzzl[29527] <Warning>: CGDisplayBaseAddress is obsolete and returning NULL for display 0x7bd8d73f
Posted on August 03, 2012 at 11:30 PM
|