Re: [qooxdoo-devel] Problem with dispose() in 0.6.6

2007-05-09 Thread James A. Pyrich
> Unfortunately during the disposal an error is thrown: > 069041 ERROR: qx.ui.table.TablePaneScroller[1039]: Modification of > property "parent" failed with exception: TypeError - this._states has > no properties > > Afterwards, the rows of the table will be gone (except for the > headers),

Re: [qooxdoo-devel] Problem with dispose() in 0.6.6

2007-05-01 Thread Hugh Gibson
Daniel, > But I don't think that those two problems are that much related even > though they share the same symptoms. That error comes about when some interaction is happening with a control, perhaps from flushing the queues, when the control is already disposed. It sounds very possible to me

Re: [qooxdoo-devel] Problem with dispose() in 0.6.6

2007-04-30 Thread Daniel Haferkorn
Hugh Gibson wrote: >> Unfortunately during the >> disposal an error is thrown: >> 069041 ERROR: qx.ui.table.TablePaneScroller[1039]: Modification of >> property "parent" failed with exception: TypeError - this._states has >> no properties > > This might help you: > > http://www.nabble.com/Prob

Re: [qooxdoo-devel] Problem with dispose() in 0.6.6

2007-04-27 Thread Hugh Gibson
> Unfortunately during the > disposal an error is thrown: > 069041 ERROR: qx.ui.table.TablePaneScroller[1039]: Modification of > property "parent" failed with exception: TypeError - this._states has > no properties This might help you: http://www.nabble.com/Problem-disposing-of-a-dialog-on-%22

[qooxdoo-devel] Problem with dispose() in 0.6.6

2007-04-26 Thread Daniel Haferkorn
Hello, I currently try to let the users logout of my application and consequently get rid of a large part the application by calling the dispose() function on the main layout -> mainLayout.dispose(); Unfortunately this doesn't work as intended. I have several widgets on the mainLayout, among t