|
POST
|
@GarrettRSmith I am going to share this ArcGIS Learn lesson, https://learn.arcgis.com/en/projects/use-arcgis-appstudio-to-build-a-311-mobile-app/ and this youtube video regarding Quick Report, https://youtu.be/SkduFWI-9EQ So the way it works is, Quick Report template will get the list of attributes and its type from the feature layer, and dynamically create the question in the Add Details page, so if you want to add more questions to the Add Details page, you should add attributes to the feature layer and set the type appropriately. (And don't forget to click Settings>Reset on the app after changing feature layer or adding/update attributes to the feature layers) For a "drop-down" type of question, you need to set the coded-domain values for the attribute that you want to have it shown as drop-down question as shown in the City of Cilantro 311 App. Look at the feature layers that are used and they have coded-domain values, https://services2.arcgis.com/j80Jz20at6Bi0thr/ArcGIS/rest/services/Cilantro/FeatureServer I hope this helps, Erwin
... View more
12-22-2020
04:41 PM
|
0
|
0
|
1027
|
|
POST
|
@GarrettRSmith It's hard to know what the cause without seeing the code. Can you share the code so that we can possibly see what's wrong? Or we can work with Esri Technical Support specialist to troubleshoot the issue. Erwin.
... View more
12-14-2020
09:57 AM
|
0
|
1
|
928
|
|
POST
|
@GarrettRSmith The full-screen map is not a separate page, it is the same RefineLocationPage.qml with the isFullMap flag set to true. If you notice there is a boolean property called "isFullMap" that is being updated on the onClicked even of that fullscreen icon. This flag will change the visibility and width of the elements in the page to show full map. So if you want to re-use it, you can re-use it with the isFullMap flag to be true to begin with, then start removing components that you don't need. Thank you, Erwin
... View more
12-14-2020
09:55 AM
|
0
|
1
|
1115
|
|
POST
|
@MKa, For some reason, I can not see the screenshots you provided. I don't think we have AppStudio version 3.11. Did you mean 3.1? Do you know what version the Survey123 that you used from AppStudio 3.11? We are currently running AppStudio 4.3, and we are working on releasing AppStudio 4.4 very soon, that means you are building an older version of Survey123 code that was from AppStudio 3.1 against AppStudio 4.3 Cloud Make. There are a lot of changes in both Survey123 and AppStudio since. It might be hard to pinpoint which one, but I would recommend taking a look at the current Survey123 source code that is in AppStudio 4.3 and compare the section where the basemap is being loaded for that part. Ideally, we want you to stay up to date with changes in Survey123 to update your custom app, since they are a lot of changes and update on the OS and App Stores. If this is not possible, and you are not adhering to the changes in OS and App Stores, maybe you can set up a Local Make so that you can rebuild this using AppStudio 3.1 set of environments. Thank you, Erwin
... View more
12-08-2020
06:04 PM
|
0
|
3
|
3426
|
|
POST
|
@rsharma It is possible, and this workflow is already supported in our MapViewer template (https://youtu.be/SWhBIJB9KQ4 ), you can take a look at how it works there. You can either have the Mobile Map Package (MMPK), uploaded in ArcGIS Online, or pre-set offline map areas in your webmap in ArcGIS Online (https://doc.arcgis.com/en/arcgis-online/manage-data/take-maps-offline.htm). Once the MMPK is downloaded it would be available to use offline. And we also have the sample in AppStudio Desktop or Player called "Open Mobile Map (MMPK)", that shows you how to load the MMPK if you want to side-load the file in the device. Thank you, Erwin
... View more
12-07-2020
01:23 PM
|
0
|
0
|
762
|
|
POST
|
@x_d There are many ways you get your webmap to become an offline map (Mobile Map Package), I think this documentation should help you and explains the options you have, https://developers.arcgis.com/qt/latest/qml/guide/offline.htm Erwin
... View more
11-30-2020
05:18 PM
|
0
|
0
|
762
|
|
POST
|
@JorgeFrade_Martínez Is this reproducible using our simple WMS Layer sample? What model/make of Android device? What version of Android OS? Is this issue using built app or using AppStudio Player? You can share and work with our Esri Technical Support, they have AppStudio experts who can help you troubleshoot this issue. https://support.esri.com/en Thank you, Erwin.
... View more
11-25-2020
11:58 AM
|
0
|
0
|
882
|
|
POST
|
@RyanGay I am going to answer this from a technical perspective, and refer to @ChrisLeSueur, our Product Manager, from licensing perspective. It is supported as long as you can add the advertisement in the QML or our WebView. How are you going to add the advertisement to the app? Can you add those in QML component or is it a web component? You can try adding this to our WebView. Thank you, Erwin
... View more
11-25-2020
11:53 AM
|
0
|
0
|
799
|
|
POST
|
@JorgeFrade_Martínez and @Developerkgs Thank you for your patience, we have fixed the issue, the Cloud Make should be working now. Erwin.
... View more
11-19-2020
03:29 PM
|
0
|
0
|
1780
|
|
POST
|
@JorgeFrade_Martínez It might be related to this, https://community.esri.com/t5/arcgis-appstudio-blog/appstudio-and-android-10-scoped-storage-changes/ba-p/896653 Erwin
... View more
11-19-2020
12:42 PM
|
0
|
2
|
1534
|
|
POST
|
@JorgeFrade_Martínez Thank you for reporting this, and we apologize for the inconvenience. We are currently experiencing some issues with our Cloud Make service, and we are working on getting this resolved soon. I will keep this thread updated. Erwin
... View more
11-19-2020
12:40 PM
|
0
|
2
|
1796
|
|
POST
|
@x_d, I don't see you have StackView component on the page. See this doc on StackView from QML, https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html You can replace ApplicationWindow with App or Page for the AppStudio app from that sample. Thank you, Erwin
... View more
11-18-2020
10:12 AM
|
0
|
0
|
1870
|
|
POST
|
@x_d I don't see you have StackView in the page. This is the doc on the StackView https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html from QML, you can have Page or App in AppStudio in lieu of ApplicationWindow in that example. Thank you, Erwin
... View more
11-18-2020
10:08 AM
|
0
|
1
|
1869
|
|
POST
|
@Anonymous User , Are you using ArcGIS Runtime SDK for Qt inside AppStudio app, correct? I think the Psuedo code looks good to me, can you share the actual code? I am including @LucasDanzinger from ArcGIS Runtime SDK for Qt to see if there anything wrong with this. Thank you, Erwin
... View more
11-17-2020
05:26 PM
|
0
|
4
|
3145
|
|
POST
|
Hello Kalimur Rahman, What product are you having these difficulties in? Are you using this map in any AppStudio apps or templates? Erwin
... View more
11-10-2020
11:23 AM
|
0
|
0
|
890
|
| 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
|