I am creating childwindows out of qx.ui.window.Window. Works great except that clicking the minimize control makes the window disappear completely instead of docking at the bottom of the window. I notice this is true of the Window demo in the demos section: minimize yes, but disappear completely. Toggling maximize works fine.
I can't find anything in the doc and the source shows that the code for minimize just calls this.hide(), which is the same as the close function processing. My guess, if minimize actually works, is that I need to make the root of my qooxdoo hierarchy a certain widget (maybe a Desktop or WindowManager) that supports the docking action done by this.hide(). My second guess is that it is my job to trap the minimize event and handle the docking of a minimized entity. Anyway, those are what I will be trying, but hints are welcome. cheers, ken -- http://www.theoryyalgebra.com/ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
