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
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
-
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
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