|
POST
|
Hi there, Whenever you are writing any data in the Android internal storage or external storage like sd card. Please turn on the "External Storage" capability of the AppStudio app. This is the only requirement from AppStudio. Any path related issues are non specific to AppStudio and works the same way as other apps. If your SD card path is not working. Try using the internal storage. But please make sure you have turned on the capability as mentioned above. Thanks, Nakul
... View more
01-03-2018
09:49 AM
|
1
|
2
|
2172
|
|
POST
|
Please create a Esri support ticket if you would like. They can't give you a complete sample. But atleast can provide you a simple proof of concept on how to use operational Layer List model and will be able to help you better understand on how runtime works.
... View more
01-02-2018
10:15 AM
|
1
|
1
|
2346
|
|
POST
|
Basemap {
ArcGISTiledLayer {
TileCache {
path: dataPath + "tpk/SanFrancisco.tpk"
}
}
} More info can be found here ArcGISTiledLayer QML Type | ArcGIS for Developers
... View more
01-02-2018
10:10 AM
|
0
|
2
|
1377
|
|
POST
|
MMPK is basically collection of maps. Each map has a basemap and operationalLayers irrespective of it is an online map or offline. You will be able to get the layers using map.operationalLayers property. It returns the Layer model. Every layer has a layerVisible property which you can use. This is already done in MapViewer template. Please check the source code for MapViewer if you would like Map QML Type | ArcGIS for Developers Nakul
... View more
12-27-2017
12:28 PM
|
0
|
3
|
2346
|
|
POST
|
If you still working on this. There is a similar question which has been answered here https://community.esri.com/thread/205748-issue-with-github-offline-geodatabase-example
... View more
12-20-2017
11:20 AM
|
0
|
0
|
737
|
|
POST
|
Are you able to reproduce the issue with the mmpk provided with the sample? Thanks, Nakul
... View more
12-20-2017
11:06 AM
|
0
|
4
|
1551
|
|
POST
|
The system requirements are listed here System requirements—AppStudio for ArcGIS | ArcGIS
... View more
12-20-2017
11:02 AM
|
1
|
0
|
835
|
|
POST
|
Hi Paul, Please go ahead and create a support ticket as an enhancement request. Thanks, Nakul
... View more
12-20-2017
10:58 AM
|
0
|
0
|
870
|
|
POST
|
Unfortunately, Runtime has not exposed this property for SceneView. It is only available for MapView. It is planned for future release but nothing finalized. Please go ahead and log a support case as an enhancement request if you would like.
... View more
12-06-2017
12:00 PM
|
0
|
0
|
663
|
|
POST
|
Yes we are planning to release AppStudio 2.2 with Qt 5.10. But it is early days and 5.10 is not released yet so can't be 100% sure at this time. Plus I don't know if this known issue do get resolved with the 5.10 final release. Nakul
... View more
12-05-2017
09:03 AM
|
0
|
0
|
1053
|
|
POST
|
I am able to attach an image using the Edit Feature Attachments sample for the existing feature of your feature layer. The attachment can be seen here https://services1.arcgis.com/1tklMVd2WsYssnvp/ArcGIS/rest/services/%C3%9Cberwachung_Wasserv%C3%B6gel_Geodatabase/Feature… Also, you cannot have addfeature and addattachment code lines next to each other. They are asynchronous process and needs to handled separately. You psuedo code should be 1) Mouse click 2) Add feature 3) Apply edits 4) Once feature successfully created and added. 5) Then you can call for addattachments code directly within the applyeditsstatuschanged to completed. In that case you have to look for that feature if created then call add attachment code. 6)If you wanna use a FileDialog to select a file. You need to wait for the feature to be created. Then you need to click on that feature and select that feature and provide a dialog to upload attachment as done in our sample. See Add or Delete Sample & Edit Feature Attachments samples. Basically you need to put these two samples together. Please create a support ticket and they should be able to guide you through this process if you having difficulty. Thanks, Nakul
... View more
12-05-2017
09:01 AM
|
0
|
0
|
2025
|
|
POST
|
Hi Mervyn, Thanks for posting your issue. This is a known issue with Qt 5.8 and Qt 5.9.1. We are hoping to get this fixed with 5.10 release. Thanks, Nakul
... View more
12-04-2017
02:50 PM
|
1
|
0
|
1053
|
|
POST
|
I tested the sample and it works for me. Not sure whats the issue. Please explain and provide some screenshots. Thanks, Nakul
... View more
12-01-2017
05:10 PM
|
0
|
2
|
2025
|
|
POST
|
This is implemented in the AppStudio Quick Report template. You can look into the code on how to use camera component to take a photo and attach it as an attachment. Rest of the code can be same as edit feature attachment sample.
... View more
12-01-2017
01:13 PM
|
1
|
4
|
2025
|
|
POST
|
Not sure why it doesn't work for you. This requires more investigation. Please log a support issue to further troubleshoot this issue.
... View more
12-01-2017
11:19 AM
|
0
|
1
|
2725
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-30-2022 08:20 AM | |
| 1 | 06-06-2017 09:24 AM | |
| 1 | 11-19-2019 05:32 PM | |
| 1 | 09-29-2017 04:37 PM | |
| 1 | 12-20-2017 11:02 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-29-2026
08:38 AM
|