On 07/11/2011 06:04 PM, Simon White wrote: > Hi > > Can someone explain the difference between the standalone application
You're mixing apples and oranges. qx.application.Standalone is one of the framework's application life cycle classes - it has to do with starting and stopping your app, and how it integrates into the loading web page. > and a desktop window? When is one preferred over the other? You're talking qx.ui.window.Desktop here? - window.Desktop is a container widget, a structuring element you use to build up your UI. > I am creating a Rich Internet Application and trying to decide what is > the correct starting point for the main desktop window that will > contained other MDI windows. I think your main application class should derive from qx.application.Standalone, and you can use qx.ui.window.Desktop in there as your main container for further window widgets. Have a look at the window demos in Demobrowser and Playground. T. ------------------------------------------------------------------------------ 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
