Hello guys, I am trying to get into apache pivot universe, and I am doing some GUI tests for learn it. My simples question is: how can I launch a popup window from an application?
I have tried creating another class (that implements application) and launch it calling "DesktopApplicationContext.main(PopupGUI.class, args);" works well, but if I try to close it, all my application closes. do I need to put some code into "shutdown" method to avoid this? thanks a lot!!
