Recently, the application superclass changed from qx.component.AbstractApplication to qx.application.Gui. With that change, the methods initialize() and finalize() are no longer called, only main(). In my application, which used all three of initialize(), main() and finalize(), I tried calling this.initialize() at the beginning of main(), and this.finalize() at the end of main(), but the application no longer displays. What application changes do I need to make to move from what was in trunk as of last Thursday, to what is there now? There does not appear to be a migration script to handle these changes.
Thanks, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
