Re: [qooxdoo-devel] Occasional error in table

2008-02-05 Thread Jim Hunter
Hugh, You were correct. I reviewed the code for the area that was causing this and I was actually destroying the table and re-creating it instead of simply changing the data. Once I removed the part that killed the table things are running much better now. Odd that it worked some times but not o

Re: [qooxdoo-devel] Occasional error in table

2008-02-05 Thread Hugh Gibson
> this._scrollerParent has no properties > http://s3stg4100/swep.js > Line 19345 The only way that this could happen is if the table object itself was disposed. Maybe the wrong table model is being called. You could modify the source code to test this._scrollerParent at the point it fails, and se

Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
My change made no difference. Here is the call stack when the error happens: this._scrollerParent has no properties http://s3stg4100/swep.js Line 19345 _getPaneScrollerArr()swep.js (line 19345) _onTableModelDataChanged(qx.event.type.Event _hashCode=6019 _valueType=dataChanged)swep.js (line 19363)

Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
I know where the error is happening, unfortunately it is code that gets his a ton. I had placed an info statement right above that line and it fires about 30+ times every time I do anything with the table. I am chasing down a hunch I have right now on what might be causing this. If it goes away the

Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Derrell Lipman
On Feb 4, 2008 7:49 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Once in a while I am getting an error while changing the data of a table. I > get: > > this._scrollerParent has no properties > > it is happening in _getPaneScrollerArr function of qx.ui.table.Table > > It doesn't happen all the time,

[qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
Once in a while I am getting an error while changing the data of a table. I get: this._scrollerParent has no properties it is happening in _getPaneScrollerArr function of qx.ui.table.Table It doesn't happen all the time, but when it happens is halts my code. I am not exactly sure what part of my