Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Dan Trif
Hi Alex, I used this code: var tableModel = new qx.ui.table.model.Simple(); var table = new qx.ui.table.Table(tableModel); table.getSelectionModel().addEventListener("changeSelection", function(evt){ var index = table.getSelectionModel().getLeadSelectionIndex(); selectedValue = tableModel.

Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Alex Back
Hi Dan, Dan Trif wrote: > On the listener I get a value from the currently selected row and do > other things ... > > Using qooxdoo version 0.7.2 everythingh worked fine but when I switched > to 0.7.3 I found out that the method > removeRows(Integer |startIndex|, Integer |howMany|) from > qx.ui.ta

[qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-06 Thread Dan Trif
Hi, I'm using a table which has a changeSelection event listener attached. On the listener I get a value from the currently selected row and do other things ... Using qooxdoo version 0.7.2 everythingh worked fine but when I switched to 0.7.3 I found out that the method removeRows(Integer |startI