Re: [qooxdoo-devel] Qooxdoo 0.6 for when?

2006-08-18 Thread Jim Hunter
I am using the new version right now and for the most part it's working quite well. I have not run into any major problems with it. I suggest that you move to it and start working with it so that you are ready when it gets a release status. JimOn 8/18/06, dperez <[EMAIL PROTECTED]> wrote: The only

Re: [qooxdoo-devel] table selection movement

2006-08-18 Thread Jim Hunter
I see my confusion, the API Reference shows the TablePane as being part of the Table not the PaneScroller. That is why none of my attempts to get a handle to it worked. There is no indication in the API Reference of this hierarchy, perhaps it should be looked at to make the proper changes. This lo

Re: [qooxdoo-devel] Table metaColumn?

2006-08-18 Thread Til Schneider
> I don't understand what's a metaColumn. It is a column that has inside > other columns? Yes. A meta-column combines one or more columns that should be horizontally scrolled together. This way you can define for example fixed columns that stay always visible on the left (or right) while the o

Re: [qooxdoo-devel] How-to manual

2006-08-18 Thread Derrell . Lipman
frederic <[EMAIL PROTECTED]> writes: > I am a new french user of Qooxdoo ; I was looking for a widget library to > build web UI and my choice is Qooxdoo ; I have seen in a last SVN update > that you have committed "backend" files to apparently manage data with PHP > or Java throw JSON data exchang

[qooxdoo-devel] How-to manual

2006-08-18 Thread frederic
Hello everybody, I am a new french user of Qooxdoo ; I was looking for a widget library to build web UI and my choice is Qooxdoo ; I have seen in a last SVN update that you have committed "backend" files to apparently manage data with PHP or Java throw JSON data exchange. Have you planned to write

Re: [qooxdoo-devel] New Lines

2006-08-18 Thread dperez
I've copied this wiki page to http://qooxdoo.org/documentation/howto/generator in order to separate pre/post 0.6 documentation. Andreas Ecker-2 wrote: > > please see the following documentation to add new lines (or even > separators indicating the corresponding JavaScript class file): > > htt

[qooxdoo-devel] QxComboBox bug in qooxdoo 0.5.3

2006-08-18 Thread dperez
Hi all, When you place a QxComboBox in a container that has a vertical scroll bar and the position of the scroll bar != 'top', then the list of the combobox, is placed in a wrong position, exactly lower than the distance scrolled in the container. Clearly, the scrolling of containers aren't take

Re: [qooxdoo-devel] Qooxdoo 0.6 for when?

2006-08-18 Thread dperez
The only thing I can say to you, is that at least the basic samples of the Table widget are working in the current version. Gael.Guilmin wrote: > > Hi list! > > Do you know approximatly when a stable version of Qooxdoo 0.6 will be > ready? > Because i NEED Table widget! :-) > > Thanks for al

[qooxdoo-devel] Table metaColumn?

2006-08-18 Thread dperez
Hi I'm beginning to study the new Table widget. I don't understand what's a metaColumn. It is a column that has inside other columns? Thanks in advance for any advise. -- View this message in context: http://www.nabble.com/Table-metaColumn--tf2126114.html#a5866153 Sent from the qooxdoo-devel

[qooxdoo-devel] Qooxdoo 0.6 for when?

2006-08-18 Thread Gael . Guilmin
Hi list! Do you know approximatly when a stable version of Qooxdoo 0.6 will be ready? Because i NEED Table widget! :-) Thanks for all you made! - Gaƫl GUILMIN 2A TRS - - Using Tomcat but need to do more? Need to support we

Re: [qooxdoo-devel] table selection movement

2006-08-18 Thread Til Schneider
> Turns out that moveFocusedCell works very well to move the > highlighted row around but it doesn't move the selected row. The selection is managed by the SelectionModel. In order to set the selection (the dark blue one, not the focus), you have to call this: mytable.getSelectionModel().set