Greetings, I have an application extending qx.application.Inline. The windows are maximizing by using a qx.ui.root.Inline and a qx.ui.layout.Canvas. I'm trying to get browser resize events to resize the root.Inline's html element (div). For the most part I think I can get this working.
However, I then noticed qx.ui.root.Page and thought that might be a simpler way to go about it. Please correct me if this is nonsense. Of course adding windows to the qx.ui.root.Page does not allow the windows to be maximized. I assume this is because it has a Basic layout: "For this reason the widget’s layout is initialized with an instance of qx.ui.layout.Basic. The widget’s layout cannot be changed." I read in the description for the supportsMaximize() method: "Whether the configured layout supports a maximized window e.g. is a Canvas." Isn't this contradictory? If the layout cannot be changed from Basic, how can it be a Canvas? Cheers, Simon -- simonsmicrophone.com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
