|
POST
|
According to this documentation, it is not possible: Manage profile—ArcGIS Online Help | ArcGIS 42187 - Is it possible to change a username without deleting the ArcGIS Online organizational account?
... View more
11-24-2015
08:11 AM
|
2
|
1
|
2529
|
|
POST
|
I believe that you would need to be modifying the QML to point to your portal instance. This documentation should provide more information in regards to this: Find maps using portals—AppStudio for ArcGIS Desktop Edition (Beta) | ArcGIS
... View more
11-06-2015
09:47 AM
|
0
|
0
|
475
|
|
POST
|
Hi Andrew, It may be possible that my AppStudio install is reading from Qt install as well since QtWebView is packaged as an extra with the Qt installation. I haven't tried running this on a pure AppStudio machine.
... View more
10-30-2015
06:28 AM
|
0
|
0
|
2560
|
|
POST
|
Yes. The Qt Runtime provide access to network analyst tools which can be used in navigation. Find a route—ArcGIS Runtime SDK for Qt | ArcGIS for Developers ArcGIS Runtime SDK for Qt QML API: OnlineRouteTask Class Reference
... View more
10-16-2015
08:17 AM
|
0
|
0
|
768
|
|
POST
|
Read this post briefly and think this knowledge base article may be of some use: 44214 - Why is the del statement in Python unable to delete data referenced by variables?
... View more
10-14-2015
10:47 AM
|
1
|
1
|
2712
|
|
POST
|
Tested with pure qml on Android and seeing similar behavior.
... View more
10-13-2015
11:11 AM
|
0
|
1
|
971
|
|
POST
|
Hi Andrew Kesterton, I tried using AppStudio as well and was able to get a successful webview set up using: import QtQuick 2.3
import QtQuick.Controls 1.2
import QtWebView 1.0
import ArcGIS.AppFramework 1.0
import ArcGIS.AppFramework.Controls 1.0
App {
id: app
width: 400
height: 640
WebView {
id: webview
url: "http://developers.arcgis.com/qt"
anchors.fill: parent
onLoadProgressChanged: {
console.log(loadProgress)
}
}
} Let me know if you have any issues.
... View more
10-13-2015
07:23 AM
|
1
|
2
|
2560
|
|
POST
|
I was able to test this out using the Qt Runtime and running it with QML. I ran into issues with having the scroll view in there. In order to get this to work in Qt Runtime, I had this: import QtQuick 2.3 import QtQuick.Controls 1.2 import ArcGIS.Runtime 10.26 import QtQuick.Layouts 1.1 import QtWebView 1.0 ApplicationWindow { id: appWindow width: 800 height: 600 title: "qtWebKit" WebView { id: webview url: "http://www.esri.com/" anchors.fill: parent onLoadProgressChanged: { console.log(loadProgress) } } }
... View more
10-13-2015
05:45 AM
|
0
|
0
|
2560
|
|
POST
|
Which application template are you using? Did you build this app yourself?
... View more
10-13-2015
05:23 AM
|
0
|
1
|
690
|
|
POST
|
Hey Paul Haakma I am having trouble with that link and think that this link is easier for people to reach: ArcGIS Idea - Make the download file size available in the GeodatabaseSyncStatusInfo class Thank you for posting to our ideas site.
... View more
10-07-2015
05:21 AM
|
1
|
0
|
1024
|
|
POST
|
Hi Dinesh, Upon further examination of this layer that you have, it appears to be a WMTS layer that is not loading. The link to the layer also appears to not work for myself and does not work in ArcGIS Desktop. However, this does load in the web map viewer. I believe the WMTS format of the data may be what is causing the issue here as tiled services coming from other providers and their formats seem to work without issue. I may need to do additional research here to see what exactly is going on.
... View more
10-05-2015
11:50 AM
|
1
|
1
|
2451
|
|
POST
|
I see what you are getting at now. At this time, I do not see it documented in the GeodatabaseSyncStatusInfo class reference which means that it may not be available at this time. If you would like to see it in a future release of the API I would recommend logging an enhancement request through ideas site found here: Esri Arcgis Ideas | Ideas Submission Portal Specifically, I would log it under the Runtime ideas portion found here: http://ideas.arcgis.com/ideaList?c=09a300000004xET&category=ArcGIS+Runtime
... View more
10-05-2015
06:52 AM
|
1
|
2
|
1024
|
|
POST
|
Do you have a copy of the SQLite db you can upload? (No worries if you cannot) Do you have some sample code to accompany it?
... View more
10-02-2015
06:56 AM
|
0
|
2
|
1085
|
|
POST
|
My mistake. I must be thinking of another service I use.
... View more
10-02-2015
05:55 AM
|
0
|
0
|
2504
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-15-2014 03:16 PM | |
| 1 | 01-06-2015 03:33 PM | |
| 1 | 12-02-2014 10:47 AM | |
| 1 | 07-15-2014 03:31 PM | |
| 1 | 09-23-2014 03:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|