Re: [qooxdoo-devel] Possible bug in qx.ui.window.Window

2006-08-25 Thread Oliver Hauger
Hello, "showMinimize" is a property of qx.ui.window.Window which you can set by the method setShowMinimize(boolean b) and it is used to define if the window's minimize button should be shown or not. Oliver lycovian wrote: > With the most recent svn (4000) checkout of Qxd there seems to be a

Re: [qooxdoo-devel] Possible bug in qx.ui.window.Window

2006-08-25 Thread Andreas Junghans
Hi, Am 25.08.2006 um 03:43 schrieb lycovian: > /* > If any of these are uncommented the Window will not show > */ > //widget.showMinimize(false); Shouldn't this be setShowMinimize(false)? Regards, Andreas -

Re: [qooxdoo-devel] Possible bug in qx.ui.window.Window

2006-08-24 Thread Sebastian Werner
lycovian schrieb: > With the most recent svn (4000) checkout of Qxd there seems to be a problem > with the showMinimize/Maximize/Close calls. If any of these calls is made > then the window will not show. Possibly a bug. I'm new to this slightly so > let me know where I should post this if not h

[qooxdoo-devel] Possible bug in qx.ui.window.Window

2006-08-24 Thread lycovian
With the most recent svn (4000) checkout of Qxd there seems to be a problem with the showMinimize/Maximize/Close calls. If any of these calls is made then the window will not show. Possibly a bug. I'm new to this slightly so let me know where I should post this if not here. Here is a small exa