> 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),
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
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
> 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
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