Hi Stefan, yes, that's correct. qooxdoo currently doesn't have a built-in minimize behavior for windows. If you need something like that, you'll have to implement it yourself. Basically, you would have to subclass qx.ui.window.Window and overwrite the "minimize" method. Then of course you need a container that reacts to the window's minimize event and displays something like an icon or a task bar entry. qx.ui.window.Desktop could be a good starting point for that.
Regards, Daniel Stefan Meyer schrieb: > In this example > > http://demo.qooxdoo.org/current/demobrowser/#widget~Window.html > > and in my own teste, i can click on the above minimized Button but > the window isnt minimized. the window is disaper7closed? is thats > right ? How can i disable this and set the window to minimize to the > bottom of the screen? > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
