Re: [qooxdoo-devel] a solution

2007-06-27 Thread Dioc
Hello, I found a solution. someObject.constructor.staticVar expression can be used to access static variable. In my case it is winService.constructor.IMAGE_NAME. Best regards, Dioc -- View this message in context: http://www.nabble.com/someObject.self%28arguments%29.staticVar-does-not-work-tf

Re: [qooxdoo-devel] Bug in HorizontalBoxLayout??

2007-06-27 Thread Tobias Koller (GERMO GmbH)
Hi, thanks for your answer but you made something wrong. You put the f1 into f2 but you should put f2 into f1 (f1 is the horizontalBox which makes the problems). Here is your example which shows the "bug?". qx.Class.define("app.test_n_debug.winTest", { extend : qx.ui.window.

[qooxdoo-devel] Tab key handling that just ain't workin'!!!

2007-06-27 Thread James A. Pyrich
In qooxdoo 0.6.6, I have the following code: var usernameLabel = new qx.ui.basic.Label("User name"); usernameLabel.set({ left: 10, top: 50 }); this._fields.userid = new qx.ui.form.TextField(); this._fields.userid.set({ tabIndex: 1, left: 80, top: 50, width: 120, height: 20 }); th

Re: [qooxdoo-devel] Bug in HorizontalBoxLayout??

2007-06-27 Thread Peter Schneider
Hi Tobias, I think I don't understand exactly what you are trying to accomplish... So here's my guess: You try to build something like this... +-+ |+-+ | || red | | |+-+ | +-+ ...where the red area is the H-Box? Than this works fine for me: -

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-06-27 Thread thron7
Stefan, I was able to reproduce the problem, and have entered a bug to that end (bugzilla#512). qooxdoo scrollbars have a property 'mergeEvents' that merge multiple scroll events into a single one. I used this with the Table_*.html samples. Effectively, the table is only scrolled once after the s

[qooxdoo-devel] A quick question.

2007-06-27 Thread kumar balaji
Just asking out of curiosity, Whats the difference between obj.add(obj1) & obj1.setParent(obj)? Regards Balaji Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.

Re: [qooxdoo-devel] Bug in HorizontalBoxLayout??

2007-06-27 Thread Tobias Koller (GERMO GmbH)
Hi Peter, Of course I set f1.add(f2); that can't be the problem ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Peter Schneider Gesendet: Mittwoch, 27. Juni 2007 16:39 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Bug in Horizonta

Re: [qooxdoo-devel] Bug in HorizontalBoxLayout??

2007-06-27 Thread Peter Schneider
Hi Tobias, just in case: you _did_ something like... f1.add(f2); ...didn't you? If you forgot, it would explain the "walking" (at least to me). /Kuddel > Hi, > [...] > I have a problem with the qx.ui.layout.HorizontalBoxLayout. > > > > Here is my example: > > > > var f1 = new qx.ui.

[qooxdoo-devel] Bug in HorizontalBoxLayout??

2007-06-27 Thread Tobias Koller (GERMO GmbH)
Hi, I have a problem with the qx.ui.layout.HorizontalBoxLayout. Here is my example: var f1 = new qx.ui.layout.HorizontalBoxLayout; f1.set({ width : "50%", height : "100%", horizontalChildrenAlign: "center", backgroundColor: "red" }); var f2 =

Re: [qooxdoo-devel] Appearances: mixin / patch?

2007-06-27 Thread Fabian Jakobs
Hi Florian, > I can't find any information or examples how mixins work with > appearances (or is it called "patching"). Yesterday I've heard that it > should work with qx 0.7.1. What's the difference beetween patching and > mixing? > Mixins for appearances work very much like mixins for qooxd

[qooxdoo-devel] Appearances: mixin / patch?

2007-06-27 Thread Florian Probst
Hi, I can't find any information or examples how mixins work with appearances (or is it called "patching"). Yesterday I've heard that it should work with qx 0.7.1. What's the difference beetween patching and mixing? Hmmm. I don't understand the documentation :-( Patching is something like "ex

Re: [qooxdoo-devel] qooxdoo-contrib: Call for Comments

2007-06-27 Thread Fabian Jakobs
Siarhei Barysiuk schrieb: > Hello Fabian! > > I like very much idea about incubator. :) Great to have all related > projects in one place. > > But I seem it's hard to organize. Each project has own sources, > developers, needs. > How will it be managed? For example permissions of developers. What a

Re: [qooxdoo-devel] qooxdoo-contrib: Call for Comments

2007-06-27 Thread Siarhei Barysiuk
Hello Fabian! I like very much idea about incubator. :) Great to have all related projects in one place. But I seem it's hard to organize. Each project has own sources, developers, needs. How will it be managed? For example permissions of developers. What about approval of application/new project