|
POST
|
Jay, I think there's another approach that we have not explored, and it could be a simpler solution. How about calling the GP Service directly using NetworkRequest? Not using the GeoProcessingTask Object from ArcGIS Runtime. Ideally, the GP service is just like a restful web service endpoint, with parameters. Below are documentation links on NetworkRequest, - Guide - Network requests—AppStudio for ArcGIS | ArcGIS - API Reference - NetworkRequest QML Type | ArcGIS Thank you, Erwin
... View more
10-04-2019
10:57 AM
|
0
|
19
|
1685
|
|
POST
|
Yulia, To my knowledge, using this approach (hijacking the itemid on the open paramater) can only open one Survey at a time, because this is the same as if we are opening the Survey123 field app using custom URL Scheme. https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme We need to think about a different approach if we want to pre-load more than one survey. Erwin
... View more
10-04-2019
10:51 AM
|
0
|
1
|
2774
|
|
POST
|
If the point shows that it is off the coast of Africa, that means it is 0,0 (meaning conversion issue from loosely-type javascript variable to GeoProcessingDouble Runtime object) or spatial reference related issues. I would recommend creating the Runtime Point object first out of the lat/long you have, with Spatial Reference value included. Then pass the x and y value from the Point object properties, and I think type to use is GeoprocessingDouble.
... View more
10-03-2019
02:05 PM
|
0
|
21
|
1685
|
|
POST
|
On the QML side of things (client application), I think the might be in the conversion from the loosely-typed javascript variable to ArcGIS Runtime SDK for Qt GeoProcessingString object. Please refer to this guide on the GeoProcessing task parameter doc, Run a geoprocessing task—ArcGIS Runtime SDK for Qt | ArcGIS for Developers and the GeoProcessingParamater API reference, GeoprocessingParameter QML Type | ArcGIS for Developers, to decide which one to use for your GP service input.
... View more
10-03-2019
01:00 PM
|
1
|
23
|
3825
|
|
POST
|
This might be related to this, https://community.esri.com/groups/appstudio/blog/2019/09/25/hotfix-to-appstudio-for-arcgis-40
... View more
09-30-2019
05:27 PM
|
0
|
0
|
9319
|
|
POST
|
Alex, This is possible, you would need to move the code that is responsible for the component(s) that you want to move it from each of the pages. For your reference, these are the qml page for the pages you mentioned Map Page - QuickReport/pages/RefineLocationPage.qml Add Details Page - QuickReport/pages/AddDetailsPage.qml "Camera" Page - QuickReport/pages/AddPhotoPage.qml Thank you, Erwin
... View more
09-06-2019
08:47 AM
|
0
|
1
|
1491
|
|
POST
|
Arif, Glad to hear about your interest in App Development. If you are interested to learn about cross-platform app development using AppStudio for ArcGIS, the best place to start is the AppStudio resources page, AppStudio for ArcGIS Resources | Downloads, Documentation, Templates & Videos It would also be very useful for you to start learning QML, which the programming language that is used in AppStudio to construct the User Interface. In AppStudio, we use QML (user interface) and Javascript (application logic), similar to web development, we use HTML (user interface) and Javascript (application logic) Thank you, Erwin
... View more
09-06-2019
08:41 AM
|
2
|
0
|
1118
|
|
POST
|
Similar to this, https://community.esri.com/thread/208399-survey123-field-app-to-load-a-predetermined-survey-on-startup
... View more
09-06-2019
08:31 AM
|
0
|
5
|
2774
|
|
POST
|
From AppStudio for ArcGIS standpoint, the changes from AppStudio 3.2 to 4.0 include update to ArcGIS Runtime 100.6 and underlying Qt Framework version, outlined in this blog. But to my knowledge, out of the box Survey123 codebase does not use ArcGIS Runtime - Portal to authenticate to ArcGIS Online and Enterprise. It is using its own Portal custom code to do that, see Survey123/Portal/Portal.qml, unless this is something that you customized. How is the app you built on top of Survey123 authenticate to ArcGIS Enterprise? I feel like this type of issue is best handled and get troubleshoot on a deeper level by Esri Technical Support, if you have the access.
... View more
08-29-2019
10:06 AM
|
0
|
0
|
1227
|
|
POST
|
Yes, all of that information can be retrieved via the surveyInfo object. To see what are available, take a look at SurveyInfo.qml
... View more
08-28-2019
09:47 AM
|
0
|
1
|
1118
|
|
POST
|
Sharing public survey, scanning QR code on the device for Survey123 is covered in this doc, https://community.esri.com/groups/survey123/blog/2016/11/10/getting-started-with-public-surveys I think what you did wrong was scanning the Survey123 QR Code in AppStudio Player, they are different. Scanning QR code in AppStudio Player is to open AppStudio apps. (This has nothing to do with the AppID or ClientID)
... View more
08-27-2019
05:53 PM
|
0
|
0
|
2959
|
|
POST
|
One of the reasons this page appears in the first place is because there is no survey downloaded in the device. Depending on your workflow, I would prepare a survey that is shared publicly and then scan the QR code on the device, after that the app will download that survey into your app.
... View more
08-27-2019
04:33 PM
|
0
|
2
|
2959
|
|
POST
|
Alex, Removing this line works for me, Survey123/template/SurveyApp.qml Thank you, Erwin
... View more
08-27-2019
01:05 PM
|
2
|
4
|
2959
|
|
POST
|
The sign-in page normally appears when you don't have surveys downloaded in your device.
... View more
08-27-2019
12:19 PM
|
0
|
0
|
1565
|
|
POST
|
Alex, So this functionality is already available in the out of the box Survey123 app, if you PressAndHold on the Survey item, it will actually skip that Survey Info Page. You can change the default onClick behaviour by editing this code on Survey123/template/SurveyGalleryPage.qml, change the parameter for the onClicked from false to true. cc: Survey123 for ArcGIS Thank you, Erwin.
... View more
08-27-2019
10:37 AM
|
2
|
2
|
1565
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2020 01:26 PM | |
| 1 | 10-27-2020 10:33 AM | |
| 1 | 12-06-2021 10:36 AM | |
| 1 | 10-01-2021 12:53 PM | |
| 1 | 08-24-2021 06:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-08-2021
03:08 PM
|