Re: [qooxdoo-devel] Combine Inline end HTML embed

2009-05-25 Thread geo
Alexander, Thank for your answer. It is just a bad question for a renderer improvement. In fact inside a Standalone application I have a panel which contain a lot of HTML content but need to also contains 2 buttons which interact with the Application. In a first time I tried to used only and

Re: [qooxdoo-devel] Combine Inline end HTML embed

2009-05-25 Thread Alexander Back
Hi, On Saturday 23 May 2009 geo wrote: > I would like to know if its possible to use qx.ui.root.Inline with a > qx.ui.embed.Html ? The "qx.ui.root.Inline" class does use a normal DOM element which is used as anchor. This element is used to embed the inline root and its widgets into the document

[qooxdoo-devel] Combine Inline end HTML embed

2009-05-22 Thread geo
I would like to know if its possible to use qx.ui.root.Inline with a qx.ui.embed.Html ? I tried to do this but each time I had an error because the Element parameter of the Inline constructor was never create before the call of the Inline constructor even if the call of the qx.ui.embed.Html is