Re: [qooxdoo-devel] [Bug] Error: this[P[O]] is not a function

2010-02-25 Thread Philipp Gruber
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

Re: [qooxdoo-devel] [Bug] Error: this[P[O]] is not a function

2010-02-24 Thread Daniel Wagner
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

Re: [qooxdoo-devel] [Bug] Error: this[P[O]] is not a function

2010-02-24 Thread Mustafa Sak
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

[qooxdoo-devel] [Bug] Error: this[P[O]] is not a function

2010-02-24 Thread Philipp Gruber
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 >