Re: [qooxdoo-devel] Table selection: MULTIPLE_INTERVAL_SELECTION_TOGGLE

2007-07-30 Thread dperez
Implemented! Demo in frontend/application/demobrowser/source/html/example/TreeCheckBox_1.html dperez wrote: > > Hi, > > I would like to implement a new selection mode for table and treevirtual. > > No we have: > > /** {int} The selection mode "none". Nothing can ever be selected. */ >

Re: [qooxdoo-devel] Table selection: MULTIPLE_INTERVAL_SELECTION_TOGGLE

2007-07-30 Thread Artem Bobrovskiy
30.07.07 в 12:45 dperez в своём письме писал(а): I think it's a good idea and I'd like to have the code for me :) > > Thanks Derrell for your answer and several hints. > > If my memory doesn't fail, I think that this is the standard behavior of > Win32 multiple selection listboxes. > Each click t

Re: [qooxdoo-devel] Table selection: MULTIPLE_INTERVAL_SELECTION_TOGGLE

2007-07-30 Thread dperez
Thanks Derrell for your answer and several hints. If my memory doesn't fail, I think that this is the standard behavior of Win32 multiple selection listboxes. Each click toggles the selection state, to ease multiple selection. I have tried the code for this change, and it's quite an easy modific

Re: [qooxdoo-devel] Table selection: MULTIPLE_INTERVAL_SELECTION_TOGGLE

2007-07-27 Thread Derrell Lipman
On 7/27/07, dperez <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to implement a new selection mode for table and treevirtual. > > ... > > The new mode I would like to add is: > > /** > * When the user clicks an item, its selection state is toggled. > * MULTIPLE_INTERVAL_SELECTIO