Hi Stefan, Am 02.08.2010 14:03, schrieb Stefan Andersson: > THe widget called Popup is nothing else than some kind of AbstractWindow > without decorators etc. > > It should have a common parent class with Window. No, the popup widget is a basic container which can be placed to another widget (think of color popup) or at the mouse position (think of tooltips). The window however those e.g. define child controls like titlebar, statusbar and pane. Additionally it does have other features like modality, resizing and moving.
> I am missing the center() method (and some other things) in the Popup > class definition! If you want to show a centered container without decorations like the titlebar you can extend the window and remove the titlebar controls in your sub class. > Wouldn't that be interesting to fuse those classes in the same tree? They are two different types of UI controls with different use case behind, so it's better to keep them separated. cheers, Alex ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
