NativeApplication is Null on Windows
Hi,
I'm finding that the following line of code is returning a null nativeWindow object on Windows 7. It works fine however on Mac. Is this a know bug?
NativeApplication.nativeApplication.activeWindow.height
And, what would be a workaround? I need this info in order to subtract the stage height in order to determine the window's title bar height.
