[qooxdoo-devel] LocalizedString and autoDispose

2007-03-16 Thread Markus Bäurle
Hi, why does LocalizedString call the constructor of qx.core.Object without autoDispose === false? I was tracking down a memory leak in my application and I found out with Object.summarize() that the number of LocalizedStrings gets bigger and bigger (in my case because of a NumberFormat which is

Re: [qooxdoo-devel] Flex sizing

2007-03-16 Thread Jim Hunter
Excellent! Thanks, Jim On 3/16/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: "Jim Hunter" <[EMAIL PROTECTED]> writes: > After I migrated to 6.6 I lost the flex width of a label. It has been > working all along but now with a width of "1*" or "flex" I get a label that > has a width of 0.

Re: [qooxdoo-devel] Flex sizing

2007-03-16 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > After I migrated to 6.6 I lost the flex width of a label. It has been > working all along but now with a width of "1*" or "flex" I get a label that > has a width of 0. It is inside a HorizontalBoxLayout (tried both no width > set which is what is used to

Re: [qooxdoo-devel] Umlaute in Post-Request

2007-03-16 Thread Andreas Junghans
Hi Tobias, Am 16.03.2007 um 15:55 schrieb Tobias Koller (GERMO GmbH): >> Well, I'm afraid this is not really a solution. encodeURIComponent is >> the way to go! > > I know. But escape() is a quick solution for my problems till > someone could give me another one ;) > Selfhtml says: "encodeURICo

Re: [qooxdoo-devel] Flex sizing

2007-03-16 Thread Jim Hunter
The label has no icon and the text was set later via a call to the server. I create something that might resemble a template then fill in the details with a call to the server later. Jim On 3/16/07, dperez <[EMAIL PROTECTED]> wrote: Hi Jim, Has the label only an icon? Or did you use to set

Re: [qooxdoo-devel] Umlaute in Post-Request

2007-03-16 Thread Tobias Koller (GERMO GmbH)
>Well, I'm afraid this is not really a solution. encodeURIComponent is >the way to go! I know. But escape() is a quick solution for my problems till someone could give me another one ;) Selfhtml says: "encodeURICompontent will replace escape() in future" >This is exactly what should be sent t

Re: [qooxdoo-devel] Umlaute in Post-Request

2007-03-16 Thread Andreas Junghans
Hi Tobias, Am 16.03.2007 um 14:03 schrieb Tobias Koller (GERMO GmbH): > When I use escape() instead of encodeURIComponent or encodeURI then > it works! Well, I'm afraid this is not really a solution. encodeURIComponent is the way to go! The problem is that escape() only deals with 1-byte ch

Re: [qooxdoo-devel] Umlaute in Post-Request

2007-03-16 Thread Tobias Koller (GERMO GmbH)
When I use escape() instead of encodeURIComponent or encodeURI then it works! Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Farrakh Chowdhry Gesendet: Donnerstag, 15. März 2007 16:00 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Umlaute in Post-Request Looks like it

Re: [qooxdoo-devel] window over iframe IE6

2007-03-16 Thread Derrell . Lipman
"Tobias Koller (GERMO GmbH)" <[EMAIL PROTECTED]> writes: > when i define a qx.ui.embed.Iframe and open a modal > qx.ui.window.Window() , > > the iframe always covers the window. The Iframe is always on top. > > > > Its only in IE. > > > > When I program something without qooxdoo, I would put a

Re: [qooxdoo-devel] Delphi 4 PHP

2007-03-16 Thread David M
Just to add some more info I've been watching the demo on the Codegear site. The demo is being designed in a RAD style IDE, and there in code editor the background is qooxdoo code. Cool or what ! Cheers D David Moorhouse Moorhouse Works ltd www.moorhouse.co.nz --

[qooxdoo-devel] window over iframe IE6

2007-03-16 Thread Tobias Koller (GERMO GmbH)
Hello., when i define a qx.ui.embed.Iframe and open a modal qx.ui.window.Window() , the iframe always covers the window. The Iframe is always on top. Its only in IE. When I program something without qooxdoo, I would put another iframe behind the "div" and set the z-index:1. The div i