Re: [qooxdoo-devel] RemoteTableModel Example Needed

2007-05-01 Thread Hugh Gibson
> I think its just what I need but as beginner I > couldn't come up with a working implementation myself. What problems did you have? We're using it successfully. Hugh - This SF.net email is sponsored by DB2 Express Download

[qooxdoo-devel] instanceof fails across different namespaces

2007-05-01 Thread Hugh Gibson
We recently ran into a problem with the instanceof operator when used in conjunction with the FCK editor. We were extracting information from a custom plugin in the form of an array, and then wanted to convert the array to a JSON format string. However, json.stringify was failing. The problem

[qooxdoo-devel] Experience with 0.7

2007-05-01 Thread Nick Glencross
Hi all! Having put it off for a while, I've taken a plunge to 0.7 (r7588). It's been fairly straightforward, although a bit of manual intervention was required after migration to get things to run. The new OO scheme is great, and it feels a little nippier too, so great work guys! I have a fe

Re: [qooxdoo-devel] Experience with 0.7

2007-05-01 Thread Nick Glencross
Nick Glencross wrote: > Hi all! > > > Having put it off for a while, I've taken a plunge to 0.7 (r7588). It's > been fairly straightforward, although a bit of manual intervention was > required after migration to get things to run. Sorry for the really ugly formatting in my post! It's a shame

[qooxdoo-devel] Specifying Sort Type for Table Data

2007-05-01 Thread veerappa
Dear list members: I need help with specifying the sort type for data columns in a table - say numeric sort or string sort. Thanks in advance Veerappa -- View this message in context: http://www.nabble.com/Specifying-Sort-Type-for-Table-Data-tf3676269.html#a10272853 Sent from the qooxdoo-dev

[qooxdoo-devel] Formatting Table Headers

2007-05-01 Thread veerappa
Hi list members: I have been going through the doucmentation and the various communications in this list, and have not found out yet how to apply simply formatting rules to header labels. In this particular case, I want to align the lables aligned 'center'. How do I accomplish this? Thanks in a

Re: [qooxdoo-devel] Experience with 0.7

2007-05-01 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > * The ComboBoxEx that I have reports > 'l.forceKeepFirstVisibleRowComplete is not a function' > I see Bug 211 and lines 364-366 of ComboEx, but the error message > isn't quite identical. > In fact, I see no definition for this function any

Re: [qooxdoo-devel] Specifying Sort Type for Table Data

2007-05-01 Thread Derrell . Lipman
veerappa <[EMAIL PROTECTED]> writes: > I need help with specifying the sort type for data columns in a table - say > numeric sort or string sort. You should subclass qx.ui.table.SimpleTableModel and in your subclass, override the method sortByColumn. In SimpleTableModel, sorting is always by im

Re: [qooxdoo-devel] Formatting Table Headers

2007-05-01 Thread Derrell . Lipman
veerappa <[EMAIL PROTECTED]> writes: > I have been going through the doucmentation and the various communications > in this list, and have not found out yet how to apply simply formatting > rules to header labels. In this particular case, I want to align the lables > aligned 'center'. > How do I a

[qooxdoo-devel] "Shared" Libraries

2007-05-01 Thread James A. Pyrich
Greetings, Is there a clean qooxdoo way of creating "shared" libraries? In other words, instead of having one large compiled javascript file, would it be possible for me to compile to separate files based on #module() directive or on namespace root (e.g. myns.pkgA.js, myns.pkgB.js, etc.)?

Re: [qooxdoo-devel] Specifying Sort Type for Table Data

2007-05-01 Thread veerappa
Thank you Derrell for your prompt helping hand. As you suggested, I have entered this in bugzill as an enhancement request item, per ticket # 386. Veerappa Derrell.Lipman wrote: > > veerappa <[EMAIL PROTECTED]> writes: > >> I need help with specifying the sort type for data columns in a table

Re: [qooxdoo-devel] Formatting Table Headers

2007-05-01 Thread veerappa
Thank you Derrell. Veerappa Derrell.Lipman wrote: > > veerappa <[EMAIL PROTECTED]> writes: > >> I have been going through the doucmentation and the various >> communications >> in this list, and have not found out yet how to apply simply formatting >> rules to header labels. In this particu

Re: [qooxdoo-devel] Problem with dispose() in 0.6.6

2007-05-01 Thread Hugh Gibson
Daniel, > But I don't think that those two problems are that much related even > though they share the same symptoms. That error comes about when some interaction is happening with a control, perhaps from flushing the queues, when the control is already disposed. It sounds very possible to me