I added a drawer to a navigation page and noticed that it wasnt receiving
events. I have sort of understood what was happening:

To receive events, I added a button to page1. Now buttons in the Drawer,
that are attached to page1, can receive events.

        var page1 = new qx.ui.mobile.page.NavigationPage();
        *page1.add(new qx.ui.mobile.form.Button("page1 button"));* /that's it./
        var drawer = new qx.ui.mobile.container.Drawer(page1);

My problem is that page1 is suppose to contain a map. So I can't place
buttons in it. How do I solve the problem then? 

thanks




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/NavigationPage-inside-a-drawer-doesnt-receive-events-tp7585536p7585550.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to