Re: [qooxdoo-devel] Inserting HTML to mobile widgets

2014-02-10 Thread Christopher Zündorf
The generate,py watch job might be helpful for you. Greetz Christopher Am 10.02.2014 um 17:33 schrieb Dragonheart : > Thanks a lot, it works! Kinda silly from my side, I used to rebuild the > application mostly after creating new classes, haven't thought about it.. > > > > -- > View this mes

Re: [qooxdoo-devel] Inserting HTML to mobile widgets

2014-02-10 Thread Dragonheart
Thanks a lot, it works! Kinda silly from my side, I used to rebuild the application mostly after creating new classes, haven't thought about it.. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Inserting-HTML-to-mobile-widgets-tp7585302p7585305.html Sent from the qooxdoo maili

[qooxdoo-devel] Inserting HTML to mobile widgets

2014-02-10 Thread Dragonheart
Hi! I'm creating a mobile app on qooxdoo 3.5 and I would like to add pure html right into content of a NavigationPage. I thought it's possible with mobile.Embed.Html class so I've tried: var html = new qx.ui.mobile.embed.Html(); html.setHtml("Hello World"); this.ge

Re: [qooxdoo-devel] Inserting HTML to mobile widgets

2014-02-10 Thread Christian Hagendorn
Hi, you are on the right way. Your error description sounds like the "qx.ui.mobile.embed.Htm" class could not be found. Did you run the generator again after you added the class to your dependencies? Please try "./generate.py" and reload you app. Cheers, Chris -- View this message in context: