Re: [qooxdoo-devel] drag and drop interface "hang"

2006-01-12 Thread Fred McDavid
I'm noticing this "freezing" from time to time is other areas as well...same workaround though...allow the browser to lose focus, then regain it, and all's well again. Would well placed calls to flushGlobalQueues (as suggested for my refresh problems) tend to help this or is that unlikely? Tha

Re: [qooxdoo-devel] Appearance ready

2006-01-12 Thread Sebastian Werner
Fred McDavid schrieb: Would it make sense to "release" some sort of pre-alpha version prior to commit? "renderer" is somewhat pre-alpha. IMHO it is to much overhead to create a release version for each API change inside a development branch. We have tagged the branch before adding the appeara

[qooxdoo-devel] QxListView

2006-01-12 Thread Konrads Smelkovs
Hello, Where to peek to see possible values of vColumns and vData? In the HEAD there was width:"scale", but now it is not accepted. I'm new and haven't yet gotten used to the layout -- Konrads Smelkovs Applied IT sorcery. --- This SF.net email i

[qooxdoo-devel] proposed addition to QxCompare.js

2006-01-12 Thread Ryan Waters
All - In working with qooxdoo, I ran across a case where IP sorting would be handy. I went ahead and added it to QxCompare. The addition is a single function called 'QxCompare.byIPv4'. It sorts IP addresses numerically, by octet. I followed the style of the other QxCompare functions and left o

Re: [qooxdoo-devel] Appearance ready

2006-01-12 Thread Fred McDavid
Would it make sense to "release" some sort of pre-alpha version prior to commit? --Fred On Thursday 12 January 2006 12:07 pm, Sebastian Werner wrote: > Hi All! > > The appearance stuff will be committed to CVS in about 16 hours. These > stuff add many more styling possibilities to all qooxdoo wi

[qooxdoo-devel] Appearance ready

2006-01-12 Thread Sebastian Werner
Hi All! The appearance stuff will be committed to CVS in about 16 hours. These stuff add many more styling possibilities to all qooxdoo widgets. I am sure there are many bugs. These bugs will be fixed after we have committed the first work in this direction tomorrow. Any help and bug reports

Re: [qooxdoo-devel] Problems adding ListView in DockLayout

2006-01-12 Thread Stefano Marocco
I found a solution, but I not fully understand it: // some magic :) var t = new QxTerminator; t.setHeight(0); t.setVerticalAlign("top"); p.addTop(t); QxWidget.flushGlobalQueues(); var l = new QxListView(ld, lc); p.add(l); Now it work. Stefano Stefano Marocco ha scritto: Stefano Marocc

Re: [qooxdoo-devel] Problems adding ListView in DockLayout

2006-01-12 Thread Stefano Marocco
Stefano Marocco ha scritto: Hi, I use renderer branch. I can't insert a ListView in a DockLayout pane. The list view in not rendered. var l = new QxListView(ld, lc); var p = new QxDockLayout; p.add(l); There is a solution to this problem? Thanks in advance, Stefano More details: I u

[qooxdoo-devel] Problems adding ListView in DockLayout

2006-01-12 Thread Stefano Marocco
Hi, I use renderer branch. I can't insert a ListView in a DockLayout pane. The list view in not rendered. var l = new QxListView(ld, lc); var p = new QxDockLayout; p.add(l); There is a solution to this problem? Thanks in advance, Stefano --

Re: [qooxdoo-devel] QxHttpTransport - source and initial demo

2006-01-12 Thread Izaak Branderhorst
On Wed, 11 Jan 2006 22:42:12 -0500, Chris Ricks <[EMAIL PROTECTED]> wrote: * QxHttpTransportQueue's add() method is altered to accept multiple arguments, supporting the code examples you gave earlier. Sorry, until now I overlooked the QxHttpTransportQueue.add () method. This is enough, I a

[qooxdoo-devel] QxBuilder for renderer branch

2006-01-12 Thread Quake Wang
The attachment is a modified QxBuilder for renderer branch 1. copy the QxBuilder.js to source\script\core 2. copy other files to source\test\user 3. add these two lines to the end of config.sh # Builder L="$L core/QxBuilder" Please review the code and examples Quake QxBuilder.js Description: J

[qooxdoo-devel] Qooxdoo on Safari 1.3.1 (OS 10.3.9)

2006-01-12 Thread Nathan Friend
Hello,Anyone know how to get Qooxdoo to work in Safari 1.3.1?  I just get a grey page.  Works fine in Firefox...Cheers,Nathan.