The Following 8 Users Say Thank You to spag For This Useful Post: | ||
|
2019-09-06
, 09:55
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#872
|
@spag: good job!
Re regular search: regular search is executed when you hit Enter. Does that work?
The Following 7 Users Say Thank You to spag For This Useful Post: | ||
|
2019-09-06
, 10:02
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#873
|
|
2019-09-06
, 10:16
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#874
|
Re callback: not yet, but, as it sounds to be needed for HERE, I can make one. You could just assume that it exists and I will hook it with the rest
The Following 5 Users Say Thank You to spag For This Useful Post: | ||
|
2019-09-06
, 11:00
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#875
|
|
2019-09-06
, 18:15
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#876
|
|
2019-09-06
, 18:25
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#877
|
|
2019-09-07
, 14:22
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#878
|
[W] unknown:483 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:483: Error: Error while loading page: file:///home/nemo/.local/share/harbour-pure-maps/routers/here_results.qml:20 "../qml": no such directory
[W] unknown:483 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:483: Error: Error while loading page: file:///home/nemo/.local/share/harbour-pure-maps/routers/here_results.qml:20 import "/usr/share/harbour-pure-maps/qml" has no qmldir and no namespace
The Following 3 Users Say Thank You to spag For This Useful Post: | ||
|
2019-09-07
, 14:41
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#879
|
I guess I will have to postpone it until I find some more time.
It looks like copying the stadia router as a base to start from does not work as easily as I've hoped.
Looks like the routers don't like to be run from /home/nemo/.local/share/harbour-pure-maps/routers because of relative path names or so.
Changing the includes to a full path was not sucessful either:Code:[W] unknown:483 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:483: Error: Error while loading page: file:///home/nemo/.local/share/harbour-pure-maps/routers/here_results.qml:20 "../qml": no such directory
Code:[W] unknown:483 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:483: Error: Error while loading page: file:///home/nemo/.local/share/harbour-pure-maps/routers/here_results.qml:20 import "/usr/share/harbour-pure-maps/qml" has no qmldir and no namespace
The Following 5 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-07
, 14:43
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#880
|
The Following 5 Users Say Thank You to rinigus For This Useful Post: | ||
... "app_id=" + poor.key.get("HERE_APP_ID") + "&app_code=" + poor.key.get("HERE_APP_CODE")