Hi,

On 01/04/2013 07:29 PM, Sandro Martini wrote:
I suspect that this is partly because
you're trying to hide the logic of initializing the graphics subsystem/awt
as well as trying to hide the event loop.

Actually I've discovered that Pivot uses the regular AWT EDT, so that's no different in behavior than say Swing.


Anyway, if you need more primary window, here you should find some info: http://apache-pivot-users.399431.n3.nabble.com/How-to-open-two-windows-td2022668.html

Ahhh, this is really intended for *secondary* windows only. Without first running DesktopApplicationContext.main() things won't have been initialized properly yet, and calls to isFullScreen in createDisplay() will fail because fullScreenHostFrame will not have been initialized yet.

Maarten

Reply via email to