Re: [qooxdoo-devel] Did you like the widgets?

2006-01-13 Thread D. Fillpot
I am especially interested in the datepicker, and could use it as soon as it available. Thanks for all the hard work to everyone involved!! Dan Kent Olsson wrote: Hej Sebastian! Did you like the widgets I sent to you? Do you intend to commit them for the cvs? Don't you think there might be o

Re: [qooxdoo-devel] Did you like the widgets?

2006-01-13 Thread Sebastian Werner
Kent Olsson schrieb: Hej Sebastian! Hej Kent, your contribution is great. I just have not have any time to evaluate and check them in because I was working on the new appearance stuff in qooxdoo and want to get it done first. I will take a look at your widgets next week. Did you like t

[qooxdoo-devel] Did you like the widgets?

2006-01-13 Thread Kent Olsson
Hej Sebastian! Did you like the widgets I sent to you? Do you intend to commit them for the cvs? Don't you think there might be other people interested? I sent you the following more than 2 weeks ago: QxStatusBar QxStatusBarPane QxClock QxClockBinary QxClockDigital QxFrame QxOptionPane QxProgres

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

2006-01-13 Thread Fred McDavid
It's possibly reproduceable on drag-drop...it's unpredictable elsewhere. I'll see if I can make a demo that breaks. --Fred On Friday 13 January 2006 09:50 am, Sebastian Werner wrote: > Fred McDavid schrieb: > > I'm noticing this "freezing" from time to time is other areas as > > well...same wor

Re: [qooxdoo-devel] proposed addition to QxCompare.js

2006-01-13 Thread Ryan Waters
I'm very sorry - one in of the last lines in the example should read: iparray.sort(QxCompare.byIPv4); instead of: iparray.sort(); --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

Re: [qooxdoo-devel] QxListView question

2006-01-13 Thread Sebastian Werner
Ricardo Borillo Domenech schrieb: Hi, It's possible to create a hidden column in a QxListView? I would like to use this column to store an internal ID ... your array can hold many other data, not just the ones used for the columns. This way you can get something like "virtual hidden columns".

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

2006-01-13 Thread Sebastian Werner
Nathan Friend schrieb: Hello, Anyone know how to get Qooxdoo to work in Safari 1.3.1? I just get a grey page. Works fine in Firefox... As explained in the FAQ we want to support Safari sometimes, but not the older versions IMHO. Safari 2.x should be hard enough for a first step. Cheers,

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

2006-01-13 Thread Sebastian Werner
Well, there is a bug regarding QxListView in complex layout situations like QxDockLayout or as "flex" in a QxBoxLayout. Sorry for this. But this bug seems to be not easily fixable with the current layouter in "renderer". Sebastian Stefano Marocco schrieb: I found a solution, but I not fully

Re: [qooxdoo-devel] proposed addition to QxCompare.js

2006-01-13 Thread Ryan Waters
Will do. Thank you. - Ryan On 1/13/06, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Hi Ryan! > > Looks good. I have just committed it to CVS. Thank you for this addition. > > The next time a patch file would be better instead of a diff: > > cvs diff -ubB file > > Regards, > > Sebastian > ---

Re: [qooxdoo-devel] QxListView

2006-01-13 Thread Sebastian Werner
Konrads Smelkovs schrieb: 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 The new QxListView is completly different from the one in the current HEAD. Please tak

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

2006-01-13 Thread Sebastian Werner
Fred McDavid schrieb: 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

Re: [qooxdoo-devel] proposed addition to QxCompare.js

2006-01-13 Thread Sebastian Werner
Hi Ryan! Looks good. I have just committed it to CVS. Thank you for this addition. The next time a patch file would be better instead of a diff: cvs diff -ubB file Regards, Sebastian Ryan Waters schrieb: All - In working with qooxdoo, I ran across a case where IP sorting would be handy.

[qooxdoo-devel] proposed addition to QxCompare.js

2006-01-13 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-13 Thread Sebastian Werner
Done. Sebastian Sebastian Werner schrieb: 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