Re: [qooxdoo-devel] Cannot build from 0.7-alpha2 SDK

2007-05-02 Thread Fabian Jakobs
Rüdiger Herrmann schrieb: > Thanks, > > that seems to do the trick, even though I do not understand why. The > NativeAppender was already included in the JavaScript file *before* > specifying the --add-require switch. > > This may have something to do with the order, the classes are loaded. S

Re: [qooxdoo-devel] Cannot build from 0.7-alpha2 SDK

2007-05-02 Thread Rüdiger Herrmann
Thanks, that seems to do the trick, even though I do not understand why. The NativeAppender was already included in the JavaScript file *before* specifying the --add-require switch. Cheers Rüdiger Fabian Jakobs wrote: > Rüdiger Herrmann schrieb: >> After commenting out various parts of the gen

Re: [qooxdoo-devel] [Fwd: label width inside a HorizontalBoxLayout doesn't seem to work]

2007-05-02 Thread Joe Hudson
Great! Thank you very much, Fabian. Joe Fabian Jakobs wrote: [EMAIL PROTECTED] schrieb: Joe Hudson <[EMAIL PROTECTED]> writes: Did this make sense to anyone? To be more descriptive, even though I am setting the label width setWidth(labelWidth + 6); The label width that I set i

Re: [qooxdoo-devel] Getting Class name/checking if property is defined

2007-05-02 Thread Fabian Jakobs
Hello Christian, > Thank you! I thought there was something like this but wasn't sure. I > was looking for this in the API viewer. Shouldn't this maybe documented > in the qx.core.Object API documentation? > > Cheers, > > Christian > > > Sebastian Werner schrieb: > >> Well. Every method which

Re: [qooxdoo-devel] Cannot build from 0.7-alpha2 SDK

2007-05-02 Thread Fabian Jakobs
Rüdiger Herrmann schrieb: > After commenting out various parts of the generated JavaScript file, I > found the one that causes the trouble: > lines 6389 to 6393 contain a "defer: ..." in class qx.log.Logger. > When deleting those lines, the mentioned html page works. > > I don't dare to send a one

Re: [qooxdoo-devel] Problem with autosize TabView example

2007-05-02 Thread Fabian Jakobs
Leander Hanwald schrieb: > Ok, I'd tested it know, It's a problem of qooxdoo 0.7 alpha 2 > > With 0.6.6 the autosize works, but not exactly then I hoped, the height > is allways only the height of the biggest page, it doesn't change when > pages with different heights are shown. > > Is that a point

Re: [qooxdoo-devel] [Fwd: label width inside a HorizontalBoxLayout doesn't seem to work]

2007-05-02 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > Joe Hudson <[EMAIL PROTECTED]> writes: > > >> Did this make sense to anyone? To be more descriptive, even though I am >> setting the label width >> >> setWidth(labelWidth + 6); >> >> The label width that I set is being ignored and the label width is the size >> of t

Re: [qooxdoo-devel] Cannot build from 0.7-alpha2 SDK

2007-05-02 Thread Rüdiger Herrmann
After commenting out various parts of the generated JavaScript file, I found the one that causes the trouble: lines 6389 to 6393 contain a "defer: ..." in class qx.log.Logger. When deleting those lines, the mentioned html page works. I don't dare to send a one MB file to this group and SF seems to

Re: [qooxdoo-devel] instanceof fails across different namespaces

2007-05-02 Thread Hugh Gibson
Fabian, > The chickenfood [sic] solution is not suited as a replacement for > instanceof in qooxdoo because its semantic is too different to the > original JavaScript instanceof operator. What we did however was to > apply their approach Json.stringify. So for your special case you > should no

Re: [qooxdoo-devel] instanceof fails across different namespaces

2007-05-02 Thread Fabian Jakobs
Hugh Gibson schrieb: > 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.stri

[qooxdoo-devel] Cannot build from 0.7-alpha2 SDK

2007-05-02 Thread Rüdiger Herrmann
I use the following command to build a single JavaScript file from the 0.7 sources (tag release_0_7-alpha2). generator.py \ --generate-compiled-script \ --compiled-script-file ${OUTPUT}/script/custom.js \ --class-path ${TEMP}/class/ \ --add-new-lines \ # tried without but no d

Re: [qooxdoo-devel] Formatting Table Headers

2007-05-02 Thread Fabian Jakobs
Hi 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 acc

Re: [qooxdoo-devel] Experience with 0.7

2007-05-02 Thread Fabian Jakobs
Hi Nick, > 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! >

Re: [qooxdoo-devel] Internationalization of properties

2007-05-02 Thread Alex Back
Hi Sergei, On Monday 30 April 2007 Sergei Kolomiets wrote: > Hi! > Can I use internationalization of properties default values with usage > this.tr()? You have to use the static method of "tr()" (located in the "qx.locale.Manager" class) because "this" is not available/accessable at the time you