Re: [qooxdoo-devel] Popup anchored to the image on page load

2014-07-17 Thread Christopher Zündorf
Just call popup.show() when page fires the "appear" event. That should do the trick. The popup has a internal logic which makes sure, the popup always finds the best position. There is no easy way to disable that logic. For your third problem you can use the property hideOnBlockerTap http://d

[qooxdoo-devel] Popup anchored to the image on page load

2014-07-16 Thread Dragonheart
Hello! I have a mobile navigation page and a popup (not modal) anchored to an image. Here's a short example: var whiteIcon = new qx.ui.mobile.basic.Image(image); this.getContent().add(whiteIcon); var label = new qx.ui.mobile.basic.Label("labelOnPopup"); var popup = new qx.ui.mobile.dialog.Popup(l