Hello,
> Mustafa is right, you're trying to set a property that doesn't exist,
> namely "content". You can use the "value" property instead if you don't
> want to pass the string into the constructor.
Well, this first occured in 0.8.3, where content did exist. So I guess
in 0.8.3 it was a bug in
Hi Philipp,
Mustafa is right, you're trying to set a property that doesn't exist,
namely "content". You can use the "value" property instead if you don't
want to pass the string into the constructor.
But you should definitely get an error in the source version. If you
don't, you should first m
s helpfull.
regards Sak
- Original Message -
From: "Philipp Gruber"
To: "qooxdoo Development"
Sent: Wednesday, February 24, 2010 4:13 PM
Subject: [qooxdoo-devel] [Bug] Error: this[P[O]] is not a function
> Hello everyone,
>
> I just encountered a
Hello everyone,
I just encountered a little bug, that took me 3 days to find :(
Basically, this:
> doc.add(new qx.ui.basic.Label().set({
>content: "bla bla bla",
>rich: true
> }), {left: 100, top: 50});
works in source mode, but not in build mode.
In build mode I get
>