![]() |
2010-12-26
, 09:05
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#42
|
![]() |
2010-12-26
, 23:48
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#43
|
![]() |
2010-12-27
, 17:58
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#44
|
this.fireEvent(new nokia.aduno.utils.Event(RoutingModel.EVENT_ROUTE_CALCULATION_DONE, eventData));
GuidanceModel.EVENT_GUIDANCE_STARTED = "guidanceStarted"; GuidanceModel.EVENT_GUIDANCE_STOPPED = "guidanceStopped"; GuidanceModel.EVENT_GUIDANCE_DONE = "guidanceDone"; GuidanceModel.EVENT_ON_NEXT_MANEUVER_CHANGED = "guidanceOnManeuver";
The Following User Says Thank You to Android_808 For This Useful Post: | ||
![]() |
2010-12-29
, 12:06
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#45
|
![]() |
2010-12-29
, 12:44
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#46
|
![]() |
2011-01-01
, 13:42
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#47
|
14630 createIconFromUrl: function (aUrl, aCallback) { 14631 var plugin = this._getPlugin(); 14632 plugin.createIconFromUrl(aUrl, aCallback) 14633 },
>>> aUrl "pfw/images/icons/maneuver.png" >>> plugin.createIconFromUrl(aUrl, aCallback) "request blocked: requested file is outside the requesting page folder"
![]() |
2011-01-03
, 02:17
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#48
|
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
if called manually in firebug:Code:14630 createIconFromUrl: function (aUrl, aCallback) { 14631 var plugin = this._getPlugin(); 14632 plugin.createIconFromUrl(aUrl, aCallback) 14633 },
/UPDATECode:>>> aUrl "pfw/images/icons/maneuver.png" >>> plugin.createIconFromUrl(aUrl, aCallback) "request blocked: requested file is outside the requesting page folder"
Cheers, and a happy new year!
Joerg
![]() |
2011-01-03
, 11:09
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#49
|
Did you allow firefox to run scripts on your computer (or however that prompt is phrased). When I run the file it asks to have access, denying it might cause the error.
![]() |
2011-01-04
, 23:45
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#50
|
The Following User Says Thank You to jhb For This Useful Post: | ||
worst case i'll have to install it one day in the week when i get back to pc. wondering how much functionality differences there are between the mockup and the plugin. If its just hardware interaction, maybe it'd be worth reimplementing the plugin.