|
POST
|
Did you make sure to run the post installer after installation? If so, and if you made sure to select C++ when you installed, it should work. I'd try and navigate to "C:\Users\<username>\AppData\Roaming\QtProject\qtcreator\templates\wizards", and check if the "ArcGISRuntimeQtTemplate10_2_6" folder is there. If it is not, then go into your installation location(i.e. C:\Program Files (x86)\ArcGIS SDKs\Qt10.2.6\sdk\ideintegration), and copy it to the app data location. Restart Qt Creator, and hopefully it should show up
... View more
05-27-2016
09:07 AM
|
0
|
0
|
1057
|
|
POST
|
that is what I figured would happen. It is an issue reading the service as it uses wkt instead of wkid. It is a bug in the API. We are working on a fix and it should be available in one of the upcoming AppStudio releases
... View more
05-26-2016
04:02 PM
|
0
|
1
|
2353
|
|
POST
|
Can you use that code but swap out the service URL with your device URL, and see if you get any errors?
... View more
05-26-2016
01:01 PM
|
0
|
1
|
2353
|
|
POST
|
Are you using QML or C++. If C++, make sure you are deleting all references to the gdb (including feature tables, feature layers, etc), and you should be able to delete the file. QML is a trickier story, since it is hard to explicitly delete objects. We are looking at a way for you to do this with our Quartz release, but for now, you will probably need to create a new gdb with a new name.
... View more
05-26-2016
11:49 AM
|
0
|
0
|
731
|
|
POST
|
Are you wanting to use a definition expression? - ArcGIS Runtime SDK for Qt QML API: FeatureLayer Class Reference It should apply any definition expression you have set in the service automatically, but if it does not, then the workaround I can think of is to fetch the feature service info (http://developersdev.arcgis.com/qt/qml/api-reference/class_service_info_task.html#a6e6f2d90fb96340e74eb7a7bdd5c919d) , and from the feature service info, get the feature layer info for your layer (http://developersdev.arcgis.com/qt/qml/api-reference/class_feature_service_info.html#aa7efab2f879390b9d5d26c10024cc266 ). Once you have the FeatureLayerInfo for your layer, you can obtain the def expression string, and apply it to your layer http://developersdev.arcgis.com/qt/qml/api-reference/class_feature_layer_info.html#a3d3237fca07c8bce27f3b88f5f31f4b6 - Luke
... View more
05-26-2016
09:19 AM
|
1
|
1
|
909
|
|
POST
|
If you add some code like the following, do you see an error emitted? ArcGISDynamicMapServiceLayer {
url: "http://sampleserver6.arcgisonline.com/arcgis/rest/services/Water_Network/MapServer"
onStatusChanged: {
if (status === Enums.LayerStatusErrored) {
console.log("error:", error);
}
}
}
... View more
05-26-2016
09:14 AM
|
0
|
3
|
2353
|
|
POST
|
Paul- I opened up an enhancement to have native support for email in Qt, but it hasn't gotten a lot of traction. Maybe you can comment on it and add info about attachments? https://bugreports.qt.io/browse/QTBUG-44803 Thanks, Luke
... View more
05-25-2016
09:25 AM
|
0
|
2
|
2294
|
|
POST
|
This sounds like a bug. It will be fixed in the Quartz version of ArcGIS Runtime. I'm not sure if this will do it or not, but could you perhaps try simplifying your geometry - ArcGIS Runtime SDK for Qt QML API: Geometry Class Reference
... View more
05-25-2016
09:23 AM
|
0
|
0
|
666
|
|
POST
|
That looks right. I am not positive that is the problem- it was just a guess. You should be able to use any basemap you want when you're using the RouteTask, and the only obvious difference between the service you posted and most others is the spatial reference. Are you getting some errors? What is happening when you try to route?
... View more
05-24-2016
09:04 AM
|
0
|
1
|
1330
|
|
POST
|
Can you try using join? - ArcGIS Runtime SDK for Qt QML API: Geometry Class Reference
... View more
05-24-2016
08:42 AM
|
0
|
0
|
862
|
|
POST
|
Hey Paul, The unregister method on GeodatabaseSyncTask should do what you need - ArcGIS Runtime SDK for Qt QML API: GeodatabaseSyncTask Class Reference -Luke
... View more
05-23-2016
09:05 AM
|
1
|
1
|
1310
|
|
POST
|
You can use any basemap you want while doing routing. My guess for why this one in particular is working and others are not is because this one is in WKID 4326, and most others are in WKID 102100 (web mercator). The routing service is probably in 4326, so there may need to be some work done to project any input coordinates to the right spatial reference. If so, you can do this with project() on the GeometryEngine - ArcGIS Runtime SDK for Qt QML API: GeometryEngine Class Reference
... View more
05-23-2016
08:49 AM
|
0
|
0
|
1330
|
|
POST
|
Do you mean the device ID? If so, it is a limitation of Qt. Please see How can I get a unique device id?
... View more
05-16-2016
08:21 AM
|
1
|
0
|
1214
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 05-27-2026 09:52 AM | |
| 1 | 11-24-2025 10:45 AM | |
| 1 | 07-30-2025 08:26 AM | |
| 1 | 05-15-2025 07:35 AM | |
| 2 | 11-26-2024 01:27 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-17-2026
07:54 AM
|