Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Daniel Wagner
Hi Stefan, this is an Appearance problem. qx.ui.toolbar.Part usually has the appearance Id "toolbar/part", but your child control uses the Id "fit-pane". So you need to assign the correct appearance to it by adding the following definition to your application's Appearance theme: "toolbar/fit-p

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Stefan Andersson
Here is the code: for push buttons not working. The first push button renders over the vertical lines of the Part class. // overridden _createChildControlImpl : function(id) { var control; var radioGroup; var widget; var tooltip; switch(id) { case "fi

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Peter Schneider
Hi Stefan, do you add the TextFields to the Toolbar or to a Part? I would recommend to add it to Parts (even when you only have one part) I've tried the demobrowser's toolbar code in the playground and it works like expected (at least for TextFields). Please look at the attached code, maybe it gi

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Daniel Wagner
Hi Stefan, I couldn't reproduce the problem just by adding a TextField to a ToolBar. Could you please post a Playground example with the code that creates your toolbar? Also, if you're following up on an older message, please reply to it instead of starting a new thread to keep the context.

[qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Stefan Andersson
I wrote a while ago about toolbar add problems (2-3 weeks ago). Here I have attached a screen dump! Stefan <>-- This SF.net email is sponsored by Make an app they can't live wi