Re: [qooxdoo-devel] minimize Window bug

2006-10-19 Thread Alex D.
not quite, i would like to have a "Mac OS" effect when you can minimize all windows to there caption bars. So they are there but do not take much place on the "desktop". You can move them all around and maximize them back when you want. It's a nice feature. > Upps, yes, the descriptions seems wr

Re: [qooxdoo-devel] minimize Window bug

2006-10-19 Thread Sebastian Werner
Upps, yes, the descriptions seems wrong. Can someone with SVN access fix this? The reason for minimizing a window to the captionbar is to place it in some taskbar? If so I think it's better to create a new element for this and not to reuse the captionbar for this. This also saves you some layo

Re: [qooxdoo-devel] minimize Window bug

2006-10-19 Thread Alex D.
Hmm... You are right. if( getMode() == "minimized") should help in this case. You probably want to change the description of the "mode" property in the documentation. At the moment "Should be window be modal (this disable minimize and maximize buttons)" stays there. A small patch is attached. B

Re: [qooxdoo-devel] minimize Window bug

2006-10-19 Thread Sebastian Werner
However, before you discuss this the whole following weeks, these qooxdoo stuff makes the difference. You can use open()+close() together, the same way you can use minimize()+maximize()+restore() together. This is related to some internal state management. This means, that if you have used min

Re: [qooxdoo-devel] minimize Window bug

2006-10-18 Thread Simon Bull
dissappear.  Error messages are thrown to the logging console in either case.Simon- Original Message From: Alex D. <[EMAIL PROTECTED]>To: qooxdoo Development Sent: Wednesday, 18 October, 2006 11:51:47 PMSubject: Re: [qooxdoo-devel] minimize Window bug It would be easier to i

Re: [qooxdoo-devel] minimize Window bug

2006-10-18 Thread Alex D.
It would be easier to implement this in your own app, i think. have found another window bug. If you minimize a window and open it again - you can not move/minimize it anymore. See here: http://demo.qooxdoo.org/html/test/Window_3.html reproducable over here (FF1507) btw: i

Re: [qooxdoo-devel] minimize Window bug

2006-10-18 Thread Alex D.
It happens also to me. When the window is minimized, how can I show it again?. The only way I have found is to click the button again. Currently minimize and close are both the same: visibility = false + some more qooxdoo stuff. I would open a bug. alex.d wrote: Hi fol

Re: [qooxdoo-devel] minimize Window bug

2006-10-18 Thread Oliver Japel
> have found another window bug. If you minimize a window and open it > again - you can not move/minimize it anymore. See here: > http://demo.qooxdoo.org/html/test/Window_3.html reproducable over here (FF1507) btw: i recently noticed, that minimized windows just get blurred and hidden. wouldnt

Re: [qooxdoo-devel] minimize Window bug

2006-10-18 Thread dperez
It happens also to me. When the window is minimized, how can I show it again?. The only way I have found is to click the button again. I would open a bug. alex.d wrote: > > Hi folks, > > have found another window bug. If you minimize a window and open it > again - you can not move/minimize

[qooxdoo-devel] minimize Window bug

2006-10-18 Thread Alex D.
Hi folks, have found another window bug. If you minimize a window and open it again - you can not move/minimize it anymore. See here: http://demo.qooxdoo.org/html/test/Window_3.html Cheers, alex.d - Using Tomcat but need t