|
POST
|
Hello, This can be done by adding more query parameter by specifying which survey id on the request that is being made to get the surveys on the download page. You can do this by adding the code in the file template/DownloadSurveysPage.qml around line ~512, inside the the PortalSearch{ id: searchRequest , see image below. This is working on my side, let me know if this is working for you. cc: Survey123 for ArcGIS Thank you, Erwin
... View more
02-07-2019
10:19 AM
|
1
|
0
|
822
|
|
POST
|
Matt, Attached are the OAuth2View.qml and AuthenticationView.qml from the Esri ArcGIS Runtime Qt Toolkit. Thank you, Erwin
... View more
02-06-2019
03:46 PM
|
0
|
1
|
1802
|
|
POST
|
Hello Matt, We found that the AuthenticationView and OAuth2View from ArcGIS Runtime SDK for Qt "import Esri.ArcGISRuntime.Toolkit.Dialogs" is using Qt WebView "import QtWebView 1.1" that does not work with the Google login. AppStudio AppFramework WebView has solved this limitation from Qt WebView. The workaround is to update the source code of the OAuth2View to use AppStudio AppFramework WebView instead of Qt WebView. I am showing the way to implement this workaround as if you are using our "OAuth + Biometric Authentication" sample because it can be reproducible on that sample. - Grab the source code of the AuthenticationView.qml and OAuth2View.qml from ArcGIS Runtime Toolkit Dialog installation. Under your AppStudio Installation folder. - Add these to files into your project, I am adding these to the "controls" folder for OAuth sample. I renamed these files, by adding "New" to the file name, so that we can make sure that we are loading the updated files. - On OAuth2ViewNew.qml, comment out the "import QtWebView 1.1" statement and add "import ArcGIS.AppFramework.WebView 1.0" - On AuthenticationViewNew.qml, line 116, change the "OAuth2View.qml" to load the new file "OAuth2ViewNew.qml" - On the views/Profile.qml, line 274, make sure to load the new qml file AuthenticationViewNew instead I tested this and it works on my side, let me know if this is working for you. Thank you, Erwin
... View more
02-06-2019
03:44 PM
|
0
|
2
|
1802
|
|
POST
|
Hello Adhikari, Yes, we are aware of the iOS 12 SDK requirement from Apple AppStore starting March 2019, and working on the new release that is coming really soon, see this blog post for more details. However, Apple should not reject the apps if they are built using iOS 11x before March, notice from Apple. cc: Chris LeSueur Thank you, Erwin Soekianto. AppStudio for ArcGIS.
... View more
02-05-2019
02:01 PM
|
0
|
1
|
1775
|
|
POST
|
Jen, How about this sample from ArcGIS Runtime SDK for Qt, QML sample, Edit and sync features—ArcGIS Runtime SDK for Qt | ArcGIS for Developers ? I think this sample does exactly what you are looking for. Except when importing that sample into AppStudio project, you need to replace the following The "import Esri.ArcGISExtras" with "import ArcGIS.AppFramework 1.0" "System.xxx" with "AppFramework.xxx" , for example, "System.displayScaleFactor" to "AppFramework.displayScaleFactor" The path "qrc:/xxx/xxx" to just "xxx/xxx" Thank you, Erwin
... View more
02-04-2019
01:46 PM
|
2
|
1
|
1359
|
|
POST
|
Michele, It sounds like you are running AppStudio App inside the Qt Creator version that is not installed with the AppStudio Desktop installation, correct? Or you have modified the out of the box installation of the Qt Creator that comes with the AppStudio Desktop installation? Thank you, Erwin
... View more
02-04-2019
12:58 PM
|
0
|
6
|
4721
|
|
POST
|
Hello T J, If you would only have one survey, I would try to play around with width and layout in the template/GalleryDelegate.qml which represent each survey item in the Gallery Page. I tried changing the width of the delegate and it seems to occupy the entire screen as you wish, but there might be other layout properties that you need to adjust to fit your needs, see image below. I hope this helps, Erwin
... View more
01-29-2019
08:44 AM
|
0
|
1
|
938
|
|
POST
|
Hello Kenneth, Push notification is currently NOT supported. With that being said though, there are alternatives available, we have had a lot of success using 3rd party services such as Microsoft Flow, Zapier and Integromat, etc. These services provide a variety of notifications-like services (notification, emails, text, etc), with a simple call to their web service links that can be done easily using NetworkRequest component in AppStudio for ArcGIS, including GeoEvent and geofence app-like. Thank you, Erwin
... View more
01-22-2019
02:06 PM
|
1
|
1
|
1009
|
|
POST
|
Looping in ArcGIS Runtime SDK for Qt to see if anyone know how to do this.
... View more
01-22-2019
01:20 PM
|
0
|
0
|
2303
|
|
POST
|
Hello Matt, From the ArcGIS Runtime SDK for Qt QML documentation link on Credentials object, Credential QML Type | ArcGIS for Developers , it can be composed of user account information (username and password), OAuth client information (OAuthClientInfo), or a secured token. On the side note, would you be able to create both Survey123 Portal object and ArcGIS Runtime object(s) together when the user first logins? Thank you, Erwin
... View more
01-22-2019
01:16 PM
|
0
|
0
|
889
|
|
POST
|
Giatri, One way is to make NetworkRequest (REST request) to one of Weather Provider API (openweathermap, Yahoo! weather), then display the response from the weather provider in your app. There are few samples on the internet when people are trying to make Weather app using AppStudio, here are the two repositories in GitHub when I tried to Google it. GitHub - aayushimittal029/WeatherApp: Weather Application using Appstudio GitHub - sumchat/Weather: Weather App using AppStudio for ArcGIS Thank you, Erwin
... View more
01-14-2019
11:27 AM
|
0
|
0
|
999
|
|
POST
|
Paul, Sorry for the confusion, it is probably a mistake on my part. As Claire just mentioned that this documentation has just been updated today. I was referring to the Runtime Qt licensing documentation page version 100.4 (current latest release), License your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers , that says Level 2 users unlock Basic license. I am looping in ArcGIS Runtime SDK for Qt to make sure we have the correct information. Thank you, Erwin
... View more
01-07-2019
04:15 PM
|
1
|
0
|
460
|
|
POST
|
No. Again, everything stays the same. Editor and Field Worker are not previously L2.
... View more
01-07-2019
01:33 PM
|
0
|
0
|
3838
|
|
POST
|
Paul, The idea behind the new user types for ArcGIS Online December 2018 release is not to change anything that has been working in the past. If it was working before, it should still work now. And the runtime license levels are not affected. Do you have any app(s) that are not working after the ArcGIS Online December 2019? Thank you, Erwin.
... View more
01-07-2019
10:18 AM
|
0
|
2
|
3838
|
|
POST
|
That is strange. Looping in ArcGIS Runtime SDK for Qt to see if anyone in this group know why.
... View more
01-04-2019
01:34 PM
|
0
|
0
|
1003
|
| 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
|