Re: [qooxdoo-devel] Spinner - problem with the comma

2014-02-11 Thread kirra5
Ok, thank you! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Spinner-problem-with-the-comma-tp7585264p7585308.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Android apps run on Bl

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-11 Thread Tobias Oberrauch
Hi Peter, I tried a couple of solutions and come to the conclusion that qx.ui.container.Stack[1] would fit best to your requirements: The stack container puts its child widgets on top of each other and only the topmost widget is visible. Here is a little example that shows you the mechanism