Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Debora Lopez
n for trying to help. Regards, Dvora From: Fritz Zaucker To: qooxdoo Development Date: 04/04/2012 15:29 Subject: Re: [qooxdoo-devel] Problem with removeRows command in Simple table model Dvora, could it be that you have e selection callback handler in place that somehow is

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Fritz Zaucker
and ignore the exception. I > don't like doing this - because it could cause other problems, but that's > my solution for now. > > Regards, > Dvora > > > > From: Tristan Koch > To: qooxdoo Development > Date: 04/04/2012 14:35 > Subject:

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Debora Lopez
, but that's my solution for now. Regards, Dvora From: Tristan Koch To: qooxdoo Development Date: 04/04/2012 14:35 Subject: Re: [qooxdoo-devel] Problem with removeRows command in Simple table model Hi Debora, so in other words tableModel.getData().length is gr

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Tristan Koch
Hi Debora, so in other words tableModel.getData().length is greater than index_of_row_selected? index_of_row_selected is positive? Regards Tristan Am 02.04.2012 um 09:52 schrieb Debora Lopez: > Hi, > > I'm working with Simple table model. I have a delete button. When the user > presses d

[qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-02 Thread Debora Lopez
Hi, I'm working with Simple table model. I have a delete button. When the user presses delete, I want to remove the row selected from the model. My command for this is: tableModel.removeRows(index_of_row_selected,1); I keep getting messages like this one: this.__rowArr out of bounds: 11 (0..