Hi Lucas,
try this:
var main = new
qx.ui.container.Composite(verticalLayout).set({decorator: a});
I'm sleepy so I hope it's correct :-)
Cheers
- Petr
2008/9/6 Lucas Oliveira <[EMAIL PROTECTED]>:
> Hi, here I'm again... I'm having some difficult, the code below doesn't
> work...
>
> var a
Hi, here I'm again... I'm having some difficult, the code below doesn't work...
var a = new qx.ui.decoration.Single(1, "solid", "red");
a.set({backgroundColor: "red"});
var main = new qx.ui.container.Composite(verticalLayout).set({decoration: a});
What is the problem ?
Where I can find examples
Hi Chris,
why not just name it as it is: Color-Theme, Appearance-Theme, Font-
Theme etc. These are the names we use in the core team. Don't think
there is a explicit need for the top name for these.
Just one additional note: There were early plans to move the whole
meta theme thingy to the
Hi Alex,
As I'm reading through the new Theme docs, I've started to wonder if you
(the qx dev team) might be able to come up with a way of labeling
different parts of Themes?
To try and make my thought clear, here is a sentence from the new docs:
The appearance theme is the theme where all ot
Hi!
Another piece of documentation is ready. If you are interesting in
developing custom widgets for 0.8 please have a look at this documentation:
http://qooxdoo.org/documentation/0.8/ui_develop
For all developers the improved and extended version of the interaction
(mouse & keyboard support e
Thanks Sebastian!!! Works fine!!! ^^
- Mensagem original
De: Sebastian Werner <[EMAIL PROTECTED]>
Para: qooxdoo Development
Enviadas: Sexta-feira, 5 de Setembro de 2008 2:43:57
Assunto: Re: [qooxdoo-devel] Top Property In Composite
Hi Lucas,
welcome to our list.
Please try the widg
Hi qooxdoo users,
we are currently working hard to improve the documentation section of
the qooxdoo wiki. As a next step forward I proudly present: the UI
theming article :)
Check it out at http://qooxdoo.org/documentation/0.8/ui_theming
Any tipps, hints and corrections are always welcome.
ni
Derrell Lipman wrote:
> On Fri, Sep 5, 2008 at 8:08 AM, thron7 <[EMAIL PROTECTED]> wrote:
>
>
>> (I also had to exclude qx.ui.progressive, due to an incompatibility with
>> qx.ui.table which I deemed more important to have).
>>
>
>
> But I'll be fixing the problem in Progressive today, so y
Hi all,
due to a mistake (at least I think this is not intended ;-) in the
overridden method qx.ui.form.PasswordField._createInputElement() no
"input" event is fired, although this widget is derived from
qx.ui.form.TextField. I have opened a bug (#1379) with a possible fix in
the comment field.
R
On Fri, Sep 5, 2008 at 8:08 AM, thron7 <[EMAIL PROTECTED]> wrote:
>
> (I also had to exclude qx.ui.progressive, due to an incompatibility with
> qx.ui.table which I deemed more important to have).
But I'll be fixing the problem in Progressive today, so you'll be able to
remove that exclusion too
Jean-Baptiste,
you can build your libraries yourself :) . Please find attached two files.
One is a custom config file (It is actually pretty similar to what Petr
posted). Drop it into the "framework/" folder of
your qooxdoo SDK and run it like this:
./generate.py -c jean-baptiste.json qxlib-
It seems to me, that I was the only one who was in touch of this problem? ;-)
I tried to fix it for me quick and dirty, now it seems to work, I tested in
chrome, in FF and in IE7...
I will file a bug report. Here is the fix, please could you check out it in
several environments or optimize it for
Thanks for all your help, I really apreciate.
I do not need it fast, I'm still playing with qooXdoo as I'm in the
process of choosing a framework.
I really had to evaluate the possibility of using qooXdoo in our
product and thanks to your help, I got my answer : it is possible
because the "
Hello,
I have tested a slightly modified version of your code and do not see any
tab problems in Opera 9.51.
To run the code snippet I have replaced
qx.core.Init.getInstance().getApplication().frame.add(this.loginDialog);
by
qx.ui.core.ClientDocument.getInstance().add(this.loginDialog);
and
va
Jean-Baptiste,
> So, is there any hope to find a separate lib file for 0.8 ?
> In fact, like most framework, it's always too big, so there are often
> several version : a big dev version and an optimized version.
> A super optimized version would need to browse the application use of
> the lib s
Thanks for the reply. The code for the button click event is all created on
the fly. I am going to have to look at the generating code to see how easily
it will be to sneak this in. I will do some testing on simply disabling the
button to see if it happens fast enough to catch the second click even
16 matches
Mail list logo