POST
|
Hi there! I am currently trying to see if it's possible to update the gps location in the background (and catch the onPositionChanged event), which led me to this thread. I'm trying to run the location in the background atm on an Android device and it does not seem to be working. Is that due to this issue?
... View more
06-01-2017
04:58 AM
|
0
|
1
|
6
|
POST
|
Thank you for your reply. Unfortunately the samples do not answer my question, since they rely on the default stop names (location 1, location 2). It is however great to hear that the new version of AppStudio will support Runtime v100. Is there a place where I could read more about the upcoming updates?
... View more
05-30-2017
03:12 PM
|
0
|
1
|
11
|
POST
|
Hi there! Recently I've been working on cool routing functionality using the SDK and the ArcGIS world route service. However, in the route directions, the string containing the direction gives me default names for stops (location 1, location 2 etc...). I would like to set these manually and I know the route service allows it, since I've done it with the Qt Runtime SDK 100. However, I can't find a way to do it with the Appstudio SDK. I have looked through the docs and found documentation on the input fields for stops, but now how to set them from the sdk. I've tried setting attributes for the graphics which I add as stops and setting the name of the graphic, as follows: function getStopGraphic ( geometry, name ) { var stopGraphicClone = stopGraphic .clone(); stopGraphicClone .geometry = geometry .project( routeSpatialReference ); stopGraphicClone .name = name ; stopGraphicClone .setAttributeValue( "Name" , name ); layers .graphicsLayerRoute.addGraphic( stopGraphicClone ); return stopGraphicClone ; } Unfortunately, to no result whatsoever. If anyone has the solution or more suggestions on what to try, I'd be very grateful. Kind regards, Pim
... View more
05-30-2017
06:28 AM
|
0
|
3
|
317
|
POST
|
Thank you for your response. I would love to hear some updates when they are available!
... View more
04-17-2017
12:42 AM
|
0
|
1
|
33
|
POST
|
Unfortunately changing the .prf files did not change anything. However, running the application with a 5.7.1 build did the trick. Thank you for your help! Pim
... View more
03-24-2017
03:00 AM
|
0
|
0
|
40
|
POST
|
1) I do have a licensed version of Qt. 2) The use case of the application involves notifying the user of the application that he/she has new in-app messages.
... View more
03-22-2017
07:29 AM
|
0
|
3
|
33
|
POST
|
Hi. I've recently installed the Qt Framework for macOS and the ArcGIS SDK for Qt, using the installation guide from the ArcGIS SDK for Qt. I've ran a Qt example app with my iOS kit and it runs fine, however when I try to run an ArcGIS application it gives me the following error messages: When I look into the details, it shows me the following: The conclusion seems to be that the ArcGIS SDK for Qt's libraries are not suited for the x86_64 processor type. I have no idea however what the cause might be of the problem. I've tried reinstalling the SDK and also ran the post installer again to see if that helps, but to no result. These are the versions I am using: macOS 10.11.6 xCode 8.2.1 qt 5.8 ArcGIS SDK for Qt 100.0.0 Any ideas on what I could do? Thanks in advance, Pim
... View more
03-22-2017
06:21 AM
|
0
|
2
|
939
|
POST
|
Hi Nakul, You are correct. I'm indeed interested in local notifications. Kind regards, Pim
... View more
03-17-2017
01:01 AM
|
0
|
5
|
33
|
POST
|
Hi. I am trying to send push notifications from my application to the device the application is on. Does anyone know if this or anything similar to it is possible in AppStudio? I've seen a similar question originated from 2015, but there was no response on it.
... View more
03-16-2017
04:32 AM
|
1
|
8
|
786
|
POST
|
Hi. I've been trying to use the Settings type in my application, for which I added the following code to my main.qml file: import Esri.ArcGISRuntime 100.0 import Esri.ArcGISExtras 1.1 ... Settings { id : settings property string userName : userId property string loggedUser } This code worked for me in the AppStudio. QtCreator seems to recognize the type and I can build the app. However, when debugging the following error is thrown: qrc:/qml/main.qml:41 The Esri ArcGIS Extras type Settings is not creatable I did look on the API reference page (Settings QML Type | ArcGIS for Developers ) how to use the Settings in the Qt SDK for ArcGIS, however there were no code examples to be found. Could someone inform me what I'm doing wrong? Thanks in advance!
... View more
03-15-2017
03:52 AM
|
0
|
1
|
248
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|