As a temparariry fix I did the following to move forward. In source/class/demobrowser/Demobrowser.js, I replaced if (this.f1.getSource() != "" && this.f1.getSource() != this.defaultUrl) to if (this.f1.getSource() != null && this.f1.getSource() != this.defaultUrl)
and built it again. But I get different error now. I don't see anything on the screen. Line: 12553 Char: 23 Error: 'qx.ui.pageView.buttonview' is null or not an object. Could you help me opn this please? Thanks. Kanugula. kanugula wrote: > > Hello, > > I am trying to use 0.7.3 Demo Browser as a template for my project. I > generated source and build versions of Demo Browser from 0.7.3 SDK > successfully without problems. The problem is when I click on index.html I > get errors. Please see my below positing for the errors. > http://www.nabble.com/Unable-to-build-Demobrowser-0.7.3-to14891949.html > http://www.nabble.com/Broken-Table-Resize-Model-source-0.7.3-to14954013.html > > As a work around, I copied demo.js, demobrowser.js and demodata.js from > http://demo.qooxdoo.org/current/demobrowser internet cache files and > replaceed mine. Then it works. > I have embedded my own implementation of example/Table_1.html. It works > like a charm. > > But, I still have to modify the Application.js, CallTrace.js, > DemoBrowser.js to suit my environment. > > I can't build it until the SDK is exactly same as what > http://demo.qooxdoo.org/current/demobrowser was built on. > > Has anybody successfully built and executed Demo Browser from 0.7.3 SDK? > > Please help me guys. I am struck here. > > Thanks. > Kanugula. > > > > -- View this message in context: http://www.nabble.com/0.7.3-http%3A--demo.qooxdoo.org-current-demobrowser--SDK-version-different-tp14958888p14961334.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
