Hi, popups are not only for notifications, you can it use for example with simple user inputs like the ColorPopup [1]. But generyla it is not a good idea to use popups for complex user input, because the popup automatically close when the user clicks outside the popup.
I think in your case you should use a qx.ui.window.Window to get the missing user input (maybe as modal window). Cheers, Chris [1] http://demo.qooxdoo.org/current/demobrowser/#widget~ColorPopup.html <http://demo.qooxdoo.org/current/demobrowser/#widget%7EColorPopup.html> Am 01.07.2011 21:06, schrieb John de la Garza: > I have a context menu. One of the items is 'settings'. If a user > selects this I need to get some user input. I am currently using a > popup widget. I put labels, text fields, and buttons. I get the > feeling I am not using the right widget. I am now reading about > forms. > > Is it a normal usage pattern to put a form.Form on a popup widget? Or > are pupups more for notification? > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
