Hi Stefan,

yes, if you're loading the demobrowser from the file system, the browser
will restrict access to some external files which leads to these errors.
If you don't already have a web server running, you can use

python -m SimpleHTTPServer

to start one from the shell and load the application through it. Note
that you'll have to start the server in the root dir of your qooxdoo SDK
or repo clone if you want to use the source version of any app.

Regards,
Daniel

On 11.08.2014 16:10, d...@cost-savers.net wrote:
> Hi!
> 
> I get the following error in Firebug running demobrowser locally after 
> compilation:
> 
> TypeError: tmap.sort is not a function
> tmap.sort(topsort);
> TreeDat...1579504 (line 126, col 6)
> 
> it seems as if the data structure can not be handled that way with adding a 
> sort on it.
> 
> Additionally, I get:
> 
> 008645 qx.bom.webfonts.WebFont[27-0]: WebFont JosefinSlab was not applied, 
> perhaps the source file could not be loaded.
> Native....1155325 (line 59)
> 
> Is the browser blocking the access of the file?
> 
> Anyone knows the reasons of the errors?
> 
> Best Regards,
> Stefan
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to