Hi Derrell,

> 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. 
I've just tested this with the showcase application in the TRUNK. Everything 
works as expected. I managed to call the "initialize"- and "finalize"-method 
from the "main". 

However, as you already mentioned these methods are no longer called from the 
framework automatically at startup. They are no longer needed.

Have you tried to move the code (from "initialize" and "finalize") to 
the "main"-method or is this not possible in your application?

cheers,
  Alex

-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to