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
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