Hi Kanugula!

There was a hotfix in the demobrowser after the release of 0.7.3. You  
may patch the file yourself. The affected file is in the demobrowser  
sources in source/class/demobrowser/Demobrowser.js.

You should find this somewhere near line 1240:
if (this.f1.getSource() != "" && this.f1.getSource() != this.defaultUrl)

Please replace it with:
if (this.f1.getSource() != null && this.f1.getSource() !=  
this.defaultUrl)

Hope this helps.

Cheers,

Sebastian



Am 18.01.2008 um 22:27 schrieb kanugula:

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


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

Reply via email to