Re: [qooxdoo-devel] application no longer initializes with recent trunk changes

2007-04-10 Thread Derrell . Lipman
Alex Back <[EMAIL PROTECTED]> writes: > 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'

Re: [qooxdoo-devel] application no longer initializes with recent trunk changes

2007-04-10 Thread Alex Back
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

[qooxdoo-devel] application no longer initializes with recent trunk changes

2007-04-05 Thread Derrell . Lipman
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 th