Re: [qooxdoo-devel] ListView help

2007-05-03 Thread Jim Hunter
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

[qooxdoo-devel] ListView help

2007-05-03 Thread Jim Hunter
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

[qooxdoo-devel] qx.ui.menu.Menu and it's width afer locale changing.

2007-05-03 Thread Sergei Kolomiets
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Jose Leon
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Jose Leon
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

Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-03 Thread Rüdiger Herrmann
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

Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-03 Thread Sebastian Werner
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? > > > -

[qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-03 Thread Rüdiger Herrmann
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

Re: [qooxdoo-devel] Experience with 0.7

2007-05-03 Thread Derrell . Lipman
"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 ---

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Jim Hunter
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

Re: [qooxdoo-devel] Experience with 0.7

2007-05-03 Thread Nick Glencross
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 >

Re: [qooxdoo-devel] can I use a different QOOXDOO_PATH for build and custom.js import?

2007-05-03 Thread Nick Glencross
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread James A. Pyrich
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Derrell . Lipman
"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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Dietrich Streifert
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Jose Leon
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

[qooxdoo-devel] can I use a different QOOXDOO_PATH for build and custom.js import?

2007-05-03 Thread Joe Hudson
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,

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Leander Hanwald
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

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread dperez
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

Re: [qooxdoo-devel] when is getNeededWidth() updated?

2007-05-03 Thread westor
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

Re: [qooxdoo-devel] when is getNeededWidth() updated?

2007-05-03 Thread westor
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

Re: [qooxdoo-devel] when is getNeededWidth() updated?

2007-05-03 Thread Alex Back
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

[qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Jose Leon
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 =

[qooxdoo-devel] when is getNeededWidth() updated?

2007-05-03 Thread westor
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

[qooxdoo-devel] Valoration of qooxdoo in ohloh.net

2007-05-03 Thread dperez
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. --

[qooxdoo-devel] is there a taskbar widget arround?

2007-05-03 Thread Adnoh
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