View Single Post
Posts: 31 | Thanked: 38 times | Joined on Dec 2010
#47
Hi,

I am trying to get the files working on my xp machine (usually I would use ubuntu). Copied the plugin to the right place (firefox recognizes it), copied the /usr/share/nokia-maps files to the xp machine, and open the index.html. I get a 'Programm wird geladen' (program gets loaded) message on a grey box (the rest of the page is black), then the grey gets replaced by a map snippet from Berlin, but is still somewhat faded out. The original message stays, nothing happens. Any ideas how to see more action? - would be great if I could develop on the xp machine.

UPDATE
the problem seems to come from line 14632 of the index.html in the html.zip at http://talk.maemo.org/attachment.php...2&d=1292328434

Code:
14630 createIconFromUrl: function (aUrl, aCallback) {
14631   var plugin = this._getPlugin();
14632   plugin.createIconFromUrl(aUrl, aCallback)
14633 },
if called manually in firebug:

Code:
>>> aUrl
"pfw/images/icons/maneuver.png"
>>> plugin.createIconFromUrl(aUrl, aCallback)
"request blocked: requested file is outside the requesting page folder"
/UPDATE

Cheers, and a happy new year!

Joerg

Last edited by jhb; 2011-01-01 at 15:59.