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
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
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
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
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
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
[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
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
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
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
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
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
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!
>
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
14 matches
Mail list logo