Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-10 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: >> I Sent an email to Derrell, but shouldn't he be notified about such >> things automatically? >> When filing a bug I don't like having to bother who else I need to notify. Hi Rüdiger, I read this mailing list, receive the commit message, and receiv

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-10 Thread Rüdiger Herrmann
Sebastian Werner wrote: > Rüdiger Herrmann schrieb: >> Hi Sebastian, >> >> thanks for the response. Please, see my comments below. >> >> Cheers, >> Rüdiger >> >> Sebastian Werner wrote: >>> Rüdiger Herrmann schrieb: Is calling dispose on an already dispose object allowed? >>> Yes, but has no f

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-10 Thread Sebastian Werner
Rüdiger Herrmann schrieb: > Hi Sebastian, > > thanks for the response. Please, see my comments below. > > Cheers, > Rüdiger > > Sebastian Werner wrote: >> Rüdiger Herrmann schrieb: >>> Is calling dispose on an already dispose object allowed? >> Yes, but has no further effect. There is a boolean

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-10 Thread Rüdiger Herrmann
Hi Sebastian, thanks for the response. Please, see my comments below. Cheers, Rüdiger Sebastian Werner wrote: > Rüdiger Herrmann schrieb: >> Is calling dispose on an already dispose object allowed? > > Yes, but has no further effect. There is a boolean private flag to mark > instances as dispo

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Sebastian Werner
Rüdiger Herrmann schrieb: > Is calling dispose on an already dispose object allowed? Yes, but has no further effect. There is a boolean private flag to mark instances as disposed. > > Wouldn't it be then more straightforward to remove the destroy() and > only have a dispose() like all the othe

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Rüdiger Herrmann
Is calling dispose on an already dispose object allowed? Wouldn't it be then more straightforward to remove the destroy() and only have a dispose() like all the other widgets as well? Unfortunately, disposing of an element of the treefullcontrol doesn't work. I just filed a bug: http://bugzill

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Sebastian Werner
destroy() automatically executes dispose(). So destroy() is enough in this case. Sebastian Rüdiger Herrmann schrieb: > Thanks for the quick reply. > Just the last answer I am not sure I got it. To completely get rid of a > tree element I would write >treeElement.destroy(); >treeElemen

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Rüdiger Herrmann
Thanks for the quick reply. Just the last answer I am not sure I got it. To completely get rid of a tree element I would write treeElement.destroy(); treeElement.dispose(); right? Sebastian Werner wrote: > Rüdiger Herrmann schrieb: >> Hi all, >> >> I have some questions regarding the new wa

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Sebastian Werner
BTW, Another interesting document: http://qooxdoo.org/documentation/user_manual/destructor_support Sebastian Sebastian Werner schrieb: > Rüdiger Herrmann schrieb: >> Hi all, >> >> I have some questions regarding the new way to implement destructors. >> Some information I found here [1]. Is ther

Re: [qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Sebastian Werner
Rüdiger Herrmann schrieb: > Hi all, > > I have some questions regarding the new way to implement destructors. > Some information I found here [1]. Is there more information available? > > First of all, is it already fully implemented as the document says it's > 'planned'? Yes, they are. > >

[qooxdoo-devel] 0.7 Destructor questions

2007-05-09 Thread Rüdiger Herrmann
Hi all, I have some questions regarding the new way to implement destructors. Some information I found here [1]. Is there more information available? First of all, is it already fully implemented as the document says it's 'planned'? Here the remaining questions - do I need to call the supercla