|
POST
|
Hi Ankit, Please take a look at this wiki. This has some nice tips and tricks and quick code snippets to use to learn more about QML, Runtime and AppStudio. Home · Esri/arcgis-appstudio-samples Wiki · GitHub -Nakul
... View more
08-22-2016
08:53 AM
|
2
|
1
|
1531
|
|
POST
|
Here is the code snippet to open a webpage externally in a browser from the app using a button click. Now I am not sure where exactly you want to add this button. If you want to add it when the report gets submitted. You could do that in the Pages>ResultsPage.qml. You need to open the project in QT creator. Button { width: 200 height: width/5 text: "Open arcgis.com" onClicked: { Qt.openUrlExternally("https://www.arcgis.com/"); } }
... View more
08-22-2016
08:44 AM
|
4
|
2
|
2132
|
|
POST
|
Here is the solution 1) Open project in the QT creator from Appstudio 2) Look for appinfo.json 3) Change projectFile value to the desired value. Save it "projectFile": "TestApps.qmlproject",
4) Open the project in file explorer and rename the qml file project to the same name as above
5) Refresh the appstudio using the refresh button.
6) Open the project in the Qt creator and you should see the new name for the root folder.
I hope this helps.
... View more
08-15-2016
10:33 AM
|
0
|
0
|
874
|
|
POST
|
Hi Dustin, I put together some code to get the add multiple images or files as attachments to work with the quick report template. I am in a process of doing some final testing. I'll upload it here sometime early next week. -Nakul
... View more
08-12-2016
10:17 AM
|
0
|
5
|
2851
|
|
POST
|
One of the easiest way to add a folder. Is to add it through file explorer. Show right click and do show in explorer. Just create a sub folder in the file explorer and it will immediately shows up in the project.
... View more
08-12-2016
09:53 AM
|
1
|
1
|
2950
|
|
POST
|
I am not sure if I followed your question completely. Where are you trying to see your application summary? On the About page? Is it for the mobile or desktop? Any screenshots or pics would help here. Thank you. Nakul
... View more
08-04-2016
02:39 PM
|
0
|
0
|
538
|
|
POST
|
Hi Paul, I haven't been able to reproduce the issue. I tried the invalid extent approach to throw an error to simulate the workflow. But it does get reflected in the generatestatus code. I mean changes from 1 to 3. Where 3 implies error. -Nakul
... View more
07-27-2016
05:18 PM
|
0
|
0
|
1230
|
|
POST
|
It is supposed to show up on the Esri Support Home page. Unfortunately, it is not public yet. But rest assured the team is working on it to get it fixed.
... View more
07-27-2016
05:13 PM
|
0
|
0
|
924
|
|
POST
|
As I mentioned before basemap can be set if you would like. Feature service layer is only there to add the report record along with any attachments when you submit the report. It is not there for mapping purpose. When you submit a report it basically add another feature to the feature service layer. The map you see in the Quick report is to capture the geometry of this new feature. -Nakul
... View more
07-22-2016
08:52 AM
|
0
|
0
|
1703
|
|
POST
|
Hi there, QuickReport is designed to add new features to a point featureservice layer in a form of report. It is not supposed to show your webmap (which has the basemap and feature service layers). This is by design. It only includes the capability to add a location for your point geometry you are submitting with which the report is associated with. Having said that you can configure the basemap url if you would like directly in the app settings under Form basemap service address as shown above in the pic. If you wanna see your webmap use the MapViewer template. http://appstudio.arcgis.com/create.html#mapviewer I hope this helps. Thanks, Nakul
... View more
07-21-2016
09:17 AM
|
0
|
2
|
1703
|
|
POST
|
Hi Shane, I have experienced the same thing. I believe it is a QT limitation for android devices. It just list the items and doesn't show the gallery with thumbnails. So the only way I see is to write your own control from A to Z and then check if the Qt platform is Android. If found then use the custom control, otherwise use the existing which works well for iOS and windows. Hopefully, this might get addressed in the future QT releases. -Nakul
... View more
07-21-2016
09:07 AM
|
0
|
0
|
841
|
|
POST
|
Hi Paul, That is true- Please remember these couple of things when distributing the replicas for offline editing and sycning Once you call unregister on a geodatabase, you cannot re-register the same geodatabase. If the original geodatabase is ever unregistered, no additional clients can use that copy to register. I hope this helps. Nakul
... View more
07-19-2016
08:37 AM
|
0
|
0
|
1148
|
|
POST
|
Hi Paul, We need to test this scenario. Could you please log a ticket with the Technical support? Thank you. Nakul
... View more
07-18-2016
01:31 PM
|
0
|
2
|
1230
|
|
POST
|
Hi there, Yes, we are able to reproduce this at our end. Unfortunately, its a bug for certain kind of map tour applications and we do have a fix for it. The application template will be updated soon with the fix. Thanks for your patience. Nakul
... View more
07-18-2016
01:28 PM
|
0
|
0
|
582
|
|
POST
|
HI Paul, If you getting this error "Unable to complete operation. Code= 404 Replica with GUID ({08A584D7-A88D-468B-ADA6-045B7809D7A8}) does not exists on the server." This means that replica you are trying to register is not created from that feature service. Or something got changed with the feature service from the point when the replica was created. -Nakul
... View more
07-14-2016
01:26 PM
|
1
|
1
|
1148
|
| 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
|