I'm creating an AIR app with no chrome.
The user moves it by draging the visible contents (via nativeWindow.startMove();)
AIR is not allowing the user to drag the the top of the app above the top edge of the screen.
This would make sense if I only had a title bar to get the window back with, but I'm not using one.
Is there a way to allow the top of the app to run off the top of the screen?
Currently Allowed | Would like to do this |
---|---|
top of screen ------------------------------------------------------------- +-----------------------+
| | | | | | | | | | invisible chrome---> | | | | visible | ++++ | dragable area -+--> ++++++++ | | ++++++++ | | ++++ | | | +-----------------------+ | +------------------------+ top of screen | | -------------------------------+-----------------------+--- | | | | | | invisible chrome---> | | | | visible | ++++ | dragable area -+--> ++++++++ | | ++++++++ | | ++++ | | | +-----------------------+ |