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
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.
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
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:
-
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
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.
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
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.
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 =
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
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
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
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
13 matches
Mail list logo