If I understand the problem, the solution would be to use some sort of "taskbar" widget: that is for example an HorizontalBoxLayout with an Atom for each window created, restoring the related window on click. When you minimize a window the engine just makes it invisible, using the restore() method you should be able to make it visible again. If you want to do something neat you could implement a widget made of a Canvas and an HorizontalBox with this behaviour instead of doing something rough: it could be a nice contribution, if it doesn't exists yet.
-----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Oliver Japel Inviato: mercoledì 18 ottobre 2006 15.41 A: [EMAIL PROTECTED]; qooxdoo Development Oggetto: Re: [qooxdoo-devel] minimize Window bug > 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 it be a better behaviour to hide just the windowcontent, keep the titlebar, replace the minimize-icon with a restore-icon and move the whole thing to the lower left corner of the main-window? just like normal MDI-applications: http://resume.scarletta.net/JimWare/NetManLT/LOG.jpg because, currently there is no native way of restoring a minimised window... just a suggestion though :) bye ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
