Re: [qooxdoo-devel] QxTree in QxWindow

2006-08-11 Thread Jim Hunter
I didn't put it in a Window but I did put one inside another container that resized and the only way I got it to look right was to use a fixed width and height for the Tree and when the container resized I had to then change the width and height of the tree. I found no automatic way to make this wo

[qooxdoo-devel] QxTree in QxWindow

2006-08-11 Thread Okan, Varol
All,   Is there no way to include a QxTree in a resizable QxWindow (or another parent ?) and have it not change the QxWindows height (besides making the height a static size) ?   If someone can point me in the right direction (yes or  no) that would be a start. I will add a code snipple

[qooxdoo-devel] Tables - columns do not fill the whole table space leaving extra space empty

2006-08-11 Thread Choon Whee
Is there a way to make the colums resize automatically to fill up all the available space when the columns take up less space than the container? currently it leaves the space empty and can be very ugly. It should behave like html tables. automatically resize to fit if the table size and only have

Re: [qooxdoo-devel] celleditorfactory

2006-08-11 Thread Choon Whee
I tried it and have the exact same error. 2 days of debugging yielded nothing :( I've submitted a defect in bugzilla and an enhancement request for this to be added by default in 0.6 :) Almost all other toolkits with data grids support comboboxes out of the box, so I don't see why a toolkit as go

[qooxdoo-devel] List View drag and drop not working in 0.6

2006-08-11 Thread Choon Whee
I compiled that latest version from namespaces branch in subversion. it seems that drag and drop doesn't work for list views anymore. you can try the list view demo examples that do listview drag and drop. My own implementation of list view drag and drop that works with 0.5.3 also doesn't work with

Re: [qooxdoo-devel] celleditorfactory

2006-08-11 Thread Til Schneider
> has anyone a combobox as a celleditor? i tried this, but get some > strange errors. Hmmm. I've no quick idea for this. The cell editor is technically put into HorizontalBoxLayout which is located in a CanvasLayout. So it has a parent. If nobody has any further experiences or ideas then open

Re: [qooxdoo-devel] celleditorfactory

2006-08-11 Thread Til Schneider
> That's nice :-), I see with the new version now dumps the stack trace in case > of errors. :-) Yes, that's a part of the new logging system. - Using Tomcat but need to do more? Need to support web services, security? Get

[qooxdoo-devel] QxTree inside a QxWindow

2006-08-11 Thread Okan, Varol
Folks I need help with this   I have a QxTree inside of a QxWindow. If the tree exceeds the current height of the TreeView it will automatically resize the parent QxWindow instead of displaying the vertical scrollbar.   Can any one post a simple code-sample to have the tree (or list) be

Re: [qooxdoo-devel] JSEclipse

2006-08-11 Thread Alee
Hello, I have used both. Aptana comes in two flavours. Their own Eclipse based IDE and an Aptana plugin for Eclipse. Aptana's code assist capability is more powerful than JSEclipse. It also allows you to build your custom code completion profiles. Also it differentiates functions, classes, object

Re: [qooxdoo-devel] JSEclipse

2006-08-11 Thread Andreas Ecker
Hi, there has been successful cooperation in the past that lead to official qooxdoo support in JSEclipse. We try to have JSEclipse leverage the new OO sysntax and features (some of those correspond to powerful Java features). Hope to see a qooxdoo-supporting JSEclipse in the near future. On a

Re: [qooxdoo-devel] celleditorfactory

2006-08-11 Thread dperez
That's nice :-), I see with the new version now dumps the stack trace in case of errors. Ulrich Schreiner wrote: > > hi, > > > 576146 ERROR: qx.event.handler.EventHandler(71): Failed to handle > mouse event: TypeError - this.getParent() has no properties >at http://localhost/class/qx/ui

Re: [qooxdoo-devel] JSEclipse

2006-08-11 Thread dperez
Hi Alex, I will also use JSEclipse. Currently, it gets a little confused with the proto syntax of the 0.5.x qooxdoo version. Even though it is an invaluable tool. I don't know any better Javascript editor. Talk to them at their forum. They are willing to improve their product. alex.d wrote

[qooxdoo-devel] JSEclipse

2006-08-11 Thread Alex D.
Hi all, I would like to know whether JSEclipse will support the knew, namespaces based version of qooxdoo. It seems now that the plug-in does have some problems with recognizing of qooxdoo classes’ hierarchy. I consider to buy JSEclipse, but if interakt is not going to provide support for qoox

Re: [qooxdoo-devel] Announcing changes in branches and trunk

2006-08-11 Thread dperez
HI Andreas, I've seen that the "Trunk" version already points to the "Namespaces" version. When you announce us you have finished the migration, I'll start using this version. Andreas Ecker-2 wrote: > > Hi everybody, > > wanted to let you know about changes that will affect both namespaces >

[qooxdoo-devel] celleditorfactory

2006-08-11 Thread Ulrich Schreiner
hi, has anyone a combobox as a celleditor? i tried this, but get some strange errors. i tried to copy the TextFieldCellEditorFactory and instead of returning a TextField i returned a Combobox with a few ListItem's. well the combo appears, but the listitems are not visible. well, you see a

Re: [qooxdoo-devel] Table scrollbar?

2006-08-11 Thread Til Schneider
> Seems do be done ;-) Ah cool. But I'm waiting for the official anouncement to be shure it's stable. ;-) - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integra

Re: [qooxdoo-devel] Table scrollbar?

2006-08-11 Thread Dietrich Streifert
Seems do be done ;-) Revision: 3817 Author: wpbasti Date: 2006-08-11 02:25:50 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/qooxdoo/?rev=3817&view=rev Log Message: --- Created new trunk from namespaces branch Added Paths: --- trunk/ Copied: trunk

Re: [qooxdoo-devel] Table scrollbar?

2006-08-11 Thread Til Schneider
> I found probably another bug in the table. When i delete the whole data from > the table ... the following error comes: ... I will look at this when the namespaces branch in back in the trunc. - Using Tomcat but need to

Re: [qooxdoo-devel] Table scrollbar?

2006-08-11 Thread alex.d
Til Schneider wrote: > >> ... when i add some data to it dynamically, vertical scrollbar does >> not appear if the data is "out of the screen". Is that a bug or have >> i made it the "wrong" way? > > This is a bug. I will fix it as soon as the namespaces branches is > merged back to trunc. >

Re: [qooxdoo-devel] QxTextField.selectAll() bug

2006-08-11 Thread dperez
Hi all, Do I have to open a bug for this in Bugzilla? dperez wrote: > > Hi > > Here is some code that shows how QxFieldText.selectAll() doesn't work > under Firefox 1.5 and works under IE6. > Surely, it will be due to the order of events, because in other > situations it works. > Has anybo

[qooxdoo-devel] Calling superclass methods

2006-08-11 Thread dperez
Hi all, I like more this approach that is very similar to the Qooxdoo one: The advantage is that you don't need to know what is your superclass. You only declare your superclass once, and it is very easy to change the class hierarchy. Now, even in version 0.60, the superclass is coded in many