Re: [qooxdoo-devel] SingleValueBinding: Converter not called when property chain breaks

2012-10-05 Thread Marc Puts
Thanks, Dietrich. I opened a bug report: http://bugzilla.qooxdoo.org/show_bug.cgi?id=6880 I took the liberty of also adding your reply to the bug report. Regards, Marc On 10/04/2012 04:49 PM, Dietrich Streifert wrote: > I'm observing the same misbehaviour (or bug). > > I'm trying to bind

Re: [qooxdoo-devel] Is there any way to hide the window title bar ?

2012-10-05 Thread Norbert Schröder
Yes: var win = new qx.ui.window.Window(""); win.getChildControl("captionbar").setVisibility("excluded"); Cheers, Norbert fei wang wrote > Hi, > > Is there any way to hide the window title bar ? > > Thanks, > Wang Fei -- View this message in context: http://qooxdoo.678.n2.nabble.com/I