Hello Chris,

On Friday 04 May 2007 Chris Haynes wrote:
> Hi! A qooxdoo newbie here.
>
> I'd like to try having a single HTML page which gets re-used several times
> with different content (e.g. a multi-page 'wizard'-style sequence of
> documents with Back - Next buttons and so on).
>
> The hope is that the JS would only need to be downloaded and interpreted
> once, and then I would destroy and re-create widgets as needed to generate
> the sequence of documents, all taking it in turn to use the same window
> instance.
>
> I'm worried about the danger of memory leaks due to dangling persistent
> references, etc.
>
> Are there any special qooxdoo design approaches needed to release objects
> when no longer needed?  Any essential API calls that I might not have
> discovered yet? Are there any tools for detecting memory leaks?
Just take a look at 
http://qooxdoo.org/documentation/user_manual/destructor_support

I hope this will answer all of your questions.


cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to