I forgot, this is in qooxdoo .6.6, thanks.
On 5/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote:
I am trying to do some modification of the ListView in order to provide
colored background for rows and I'm not getting what I would expect. In
preparation for final changes I tried some brute force chan
I am trying to do some modification of the ListView in order to provide
colored background for rows and I'm not getting what I would expect. In
preparation for final changes I tried some brute force changes but got
nothing. I placed a line right after this line:
vCell = new vColumns[vCol].content
Hi!
I observed annoying effect after locale changing in qooxdoo 0.6.6:
If menu's items have different width in different locales, after it's
changing, menu's width doesn't change, but items oversteps the limits of
menu.
Is it qooxdoo or my bug?
Thanks
--
View this message in context:
http://ww
Hello,
Works like a charm, thanks!!
Regards
On 5/3/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> "Jose Leon" <[EMAIL PROTECTED]> writes:
>
> > Hello,
> > On 5/3/07, Leander Hanwald <[EMAIL PROTECTED]> wrote:
> >> Here as buttons:
> >> http://demo.qooxdoo.org/current/sample/html/test/DateCh
Hello,
On 5/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote:
> Jose, nice to see you hanging around this group!
Me too! ;-)
>None of the qooxdoo
> controls are in the DOM until the very end of the process. This means that
> any of their contents are likewise, not in the DOM until they get rendered.
Yes
How would such a font look like? Is there information available on how
to migrate wrapping labels from 0.6.5 to 0.7?
Sebastian Werner wrote:
> Moved to the font. You can only control wrapping using a special
> configured font object.
>
> Sebastian
>
>
>
> Am 03.05.2007 um 19:06 schrieb Rüdi
Moved to the font. You can only control wrapping using a special
configured font object.
Sebastian
Am 03.05.2007 um 19:06 schrieb Rüdiger Herrmann:
> Where is the wrap property of qx.ui.basic.Label in 0.7 trunk gone?
>
>
> -
Where is the wrap property of qx.ui.basic.Label in 0.7 trunk gone?
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. C
"Nick Glencross" <[EMAIL PROTECTED]> writes:
> (Something strange has happened to the drop-down icon on normal Combos
> around this time)
That's probably a related issue to the missing column visibility icon
(top-right icon) in Tables.
Derrell
---
Jose, nice to see you hanging around this group! None of the qooxdoo
controls are in the DOM until the very end of the process. This means that
any of their contents are likewise, not in the DOM until they get rendered.
The APPEAR event is called after they get rendered so you can use this event
t
On 02/05/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
> * GroupBox labels aren't showing, and on investigation it look to be
> due to a change to
> a setLegend call in r7498 (should it be ||?)
>
Right, its fixed in svn now.
Brilliant! Thanks!
> * The ComboBoxEx that I have reports
>
On 03/05/07, Joe Hudson <[EMAIL PROTECTED]> wrote:
> I would like to be able to specify separate QOOXDOO_PATH locations for
> building and what is used as the imports for the qooxdoo files in the
> custom.js file. For example,
>
> I need to build with: QOOXDOO_PATH=../../../Qooxdoo (because this i
Jose Leon wrote:
> Hello,
> On 5/3/07, Leander Hanwald <[EMAIL PROTECTED]> wrote:
>> Here as buttons:
>> http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.html
> Thanks for the response, but the datetimepicker it was just a sample,
> my problem is trying to access from javascript
"Jose Leon" <[EMAIL PROTECTED]> writes:
> Hello,
> On 5/3/07, Leander Hanwald <[EMAIL PROTECTED]> wrote:
>> Here as buttons:
>> http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.html
> Thanks for the response, but the datetimepicker it was just a sample,
> my problem is trying t
You have to attach an "appear" event to the atom. The event handler code
is execute after DOM creation. Something like:
myAtom.addEventListener("appear", *function*(e){
Calendar.setup();
});
Jose Leon schrieb:
Hello,
On 5/3/07, Leander Hanwald <[EMAIL PROTECTED]> wrote:
Here as
Hello,
On 5/3/07, Leander Hanwald <[EMAIL PROTECTED]> wrote:
> Here as buttons:
> http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.html
Thanks for the response, but the datetimepicker it was just a sample,
my problem is trying to access from javascript the html items created
ins
Hello,
I would like to be able to specify separate QOOXDOO_PATH locations for
building and what is used as the imports for the qooxdoo files in the
custom.js file. For example,
I need to build with: QOOXDOO_PATH=../../../Qooxdoo (because this is
relative to my Eclipse project workspace)
But,
Here as buttons:
http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.html
dperez schrieb:
> Hola Jose,
>
> BTW, qooxdoo has a nice calendar widget.
> So there is no need to use an external one.
>
>
> Jose Leon wrote:
>
>> Hello,
>> I'm trying to insert inside qooxdoo controls
Hola Jose,
BTW, qooxdoo has a nice calendar widget.
So there is no need to use an external one.
Jose Leon wrote:
>
> Hello,
> I'm trying to insert inside qooxdoo controls, non-qooxdoo controls
> that uses HTML and Javascript, here is a sample:
>
--
View this message in context:
http://ww
Sorry,
my mistake. It works. Great, thank you.
cheers,
Torsten
Alex Back-2 wrote:
>
> Hi,
>
> On Thursday 03 May 2007 westor wrote:
>> I have to change the content of a a label (e.g. in an event listener),
>> using "setHtml" method.
>> After change I like to see the new needed width, but the v
Hi Alex,
that doesn't work for me. :-(
Any other ideas?
cheers, Torsten
Alex Back-2 wrote:
>
> Hi,
>
> On Thursday 03 May 2007 westor wrote:
>> I have to change the content of a a label (e.g. in an event listener),
>> using "setHtml" method.
>> After change I like to see the new needed width
Hi,
On Thursday 03 May 2007 westor wrote:
> I have to change the content of a a label (e.g. in an event listener),
> using "setHtml" method.
> After change I like to see the new needed width, but the value isn't
> updated immediately after setHtml. What is to do, to rerender the widget
> and fetch
Hello,
I'm trying to insert inside qooxdoo controls, non-qooxdoo controls
that uses HTML and Javascript, here is a sample:
var GroupBox1= new qx.ui.groupbox.GroupBox("GroupBox1");
GroupBox1.setLeft(0);
GroupBox1.setTop(0);
GroupBox1.setWidth(496);
GroupBox1.setHeight(216);
var container =
I have to change the content of a a label (e.g. in an event listener), using
"setHtml" method.
After change I like to see the new needed width, but the value isn't updated
immediately after setHtml. What is to do, to rerender the widget and fetch
the new needed width?
--
View this message in con
It's quite good!
Qooxdoo is healthy. :-)
http://www.ohloh.net/projects/4413
--
View this message in context:
http://www.nabble.com/Valoration-of-qooxdoo-in-ohloh.net-tf3685932.html#a10303105
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
--
hy @all
just wondering if there is a stable widget for handling minimizing of
internal windows?
I've read a post which was over a year old with a contribution. Is there
something official arround !?
thanks to all devfs for the very great work !
--
View this message in context:
http://www.nabble
26 matches
Mail list logo