Re: [qooxdoo-devel] How to get a parent of a DataEvent?

2009-02-10 Thread Fabian Jakobs
Jenec schrieb: > Hi, I have a little question for you: > I need to get an object, which has fired an event. > > I place a Listener: > > this.addListener("someName", function(e) { >someObject.someMethod(); //someObject is undefined here > }, this); > > Then I fire a DataEvent using: > > qx.

[qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-10 Thread mshillin
Can someone post an example of how to use the "packages" feature in the 0.8 build framework. I have read the online docs but cannot seem to get it to work. My config.json contains a "packages" top level key "packages" : { "parts": { "qooxdoo" : [ "qx.*

Re: [qooxdoo-devel] Bug in ComboBox, ver 0.7.x?

2009-02-10 Thread Fritz Zaucker
Bug 1925 ... Cheers, Fritz On Tue, 10 Feb 2009, Alexander Back wrote: > Hi Fritz, > > many thanks for your very detailed input. Could you please file a bug > report for this issue? I think it would be sufficient if you just grab > the text of your mail and add it to the bug report. With such a d

Re: [qooxdoo-devel] Bug in ComboBox, ver 0.7.x?

2009-02-10 Thread Alexander Back
Hi Fritz, many thanks for your very detailed input. Could you please file a bug report for this issue? I think it would be sufficient if you just grab the text of your mail and add it to the bug report. With such a detailed report it should be easy to nail down this one. cheers, Alex Fritz

Re: [qooxdoo-devel] How to get a parent of a DataEvent?

2009-02-10 Thread Alexander Back
Hi Jenec, > --snip-- > var sourceWidget = > qx.core.ObjectRegistration.fromHashCode(e.getData().hashCode); > --snip-- Sorry for the typo, but it has to be "qx.core.ObjectRegistry" *not* "qx.core.ObjectRegistration". cheers, Alex --

Re: [qooxdoo-devel] How to get a parent of a DataEvent?

2009-02-10 Thread Alexander Back
Hi Jenec, Jenec wrote: > Hi, I have a little question for you: > I need to get an object, which has fired an event. > > I place a Listener: > > this.addListener("someName", function(e) { >someObject.someMethod(); //someObject is undefined here > }, this); > > Then I fire a DataEvent us

[qooxdoo-devel] How to get a parent of a DataEvent?

2009-02-10 Thread Jenec
Hi, I have a little question for you: I need to get an object, which has fired an event. I place a Listener: this.addListener("someName", function(e) { someObject.someMethod(); //someObject is undefined here }, this); Then I fire a DataEvent using: qx.Class.define("gm.Komponents.String

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Fabian Jakobs
Matthew Gregory schrieb: > Hi, > I can't quite understand something, why does > qx.ui.core.Widget.__createDecoratorElement call > "element.useMarkup(decorator.getMarkup())" rather than > "decorator.init(element)"? > > I was looking at overriding the beveled decorator and it is working but > I n

[qooxdoo-devel] Bug in ComboBox, ver 0.7.x?

2009-02-10 Thread Fritz Zaucker
Hi, I think there is a bug in ComboBox.js of version 0.7.3 (didn't check with 0.8.x) which is triggered when a ComboBox does not have an item selected - either after setting it up or after calling resetSelected() - and a changeLocale event occurs. The following code is enough to reproduce the erro

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Matthew Gregory
Hi, I can't quite understand something, why does qx.ui.core.Widget.__createDecoratorElement call "element.useMarkup(decorator.getMarkup())" rather than "decorator.init(element)"? I was looking at overriding the beveled decorator and it is working but I need to insert another div. Currently I h

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Sebastian Werner
Fabian Jakobs schrieb: > Matthew Gregory schrieb: >> Thanks, >> I've attached an image of how it is currently looking compared to the >> orriginal qx button. I think it looks nicer when the "third color >> band" is only 1px rather than two. Its working in Fx3 and IE7 (with >> and without the box

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Farid Elyahyaoui
I agree with sebastian. lighter colors look nicer (I know this is a matter of taste). btw: thanks Matthew for your work. On Tue, Feb 10, 2009 at 1:18 PM, Sebastian Werner wrote: > I prefer the two pixel variant, but I would use softer/lighter colors > like seen in the original Google buttons. Wh

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Fabian Jakobs
Matthew Gregory schrieb: > Thanks, > I've attached an image of how it is currently looking compared to the > orriginal qx button. I think it looks nicer when the "third color > band" is only 1px rather than two. Its working in Fx3 and IE7 (with > and without the box model). > > I will change the

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Sebastian Werner
I prefer the two pixel variant, but I would use softer/lighter colors like seen in the original Google buttons. What do the others say? Sebastian Matthew Gregory schrieb: > Thanks, > I've attached an image of how it is currently looking compared to the > orriginal qx button. I think it looks n

[qooxdoo-devel] Problems with Opera and the cellClick table event.

2009-02-10 Thread Miron Brezuleanu
Hello, I believe I have run into a bug on Opera. Logged as http://bugzilla.qooxdoo.org/show_bug.cgi?id=1922 Are there any workarounds? This is not critical for me at the moment (Opera is not a required browser for my application), but the problem seems important as it breaks qooxdoo tables on Ope

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Matthew Gregory
Thanks, I've attached an image of how it is currently looking compared to the orriginal qx button. I think it looks nicer when the "third color band" is only 1px rather than two. Its working in Fx3 and IE7 (with and without the box model). I will change the implementation I have to use the be

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Sebastian Werner
I especially like the effect for being that basic. The thing is that this kind of markup is quite compact for the little markup needed. You can still use the Beveled decorator etc. if you need a more sophisticated effect. BTW, I think the 3.1 example with the pseudo-gradient is more interestin

Re: [qooxdoo-devel] Decorator wanted: Google Buttons

2009-02-10 Thread Sebastian Werner
Matthew Gregory schrieb: > Sounds like a challenge! I don't mind doing this, although I do have > several other work responsibilities currently so it won't be a quick > turnaround. > > Is there anything anybody else wanted to say about this before I start? > I will make this fully customizable