POST
|
Hi Prem, You just need to change the following: UserCredentials { id: userCredentials userName: "DOMAIN\USERNAME" password: "PASSWORD" } Connections { target: ArcGISRuntime.identityManager onUserCredentialsRequired: { loadButton.enabled = true; dynamicRadioButton.enabled = true; credentials.userName = userCredentials.userName; credentials.password = userCredentials.password; loadButton.enabled = false; dynamicRadioButton.enabled = false; } } Regards, Jen Trieu | Product Eng.
... View more
04-14-2015
02:49 PM
|
0
|
2
|
552
|
POST
|
HI Prem, You can take a look at the "User credential online" sample that is under the Security category. Let me know if this works for you. Regards, Jen Trieu | Product Eng.
... View more
04-13-2015
12:44 PM
|
0
|
7
|
1751
|
POST
|
Hi, I was not able to repro your crash but there were a few typos in the code that I have fixed in the attachment. Can you try the attached code and see if this resolves your crash? The online documentation will be fixed soon to reflect the changes in the attachment. Regards, Jen Trieu | Product Eng.
... View more
03-20-2015
01:27 PM
|
0
|
0
|
900
|
POST
|
Hi KK, Do you still have an issue after moving 10.2.5? Did you try to run your application in release? You will need to refactor your code in order to work with the latest release. Regards, Jen Trieu | Product Eng.
... View more
03-20-2015
12:30 PM
|
0
|
4
|
1105
|
POST
|
HI KK, This is how you will need to change your code to make it work with the latest example: var featureJson = { "attributes" : { "description": "hi" }, "geometry": { "x": mouse.mapX, "y": mouse.mapY, "spatialReference": { "wkid": mainMap.spatialReference.wkid } } } var feature = offLineLayer.featureTable.addFeature(featureJson); Regards, Jen Trieu | Product Eng.
... View more
03-20-2015
12:02 PM
|
2
|
0
|
716
|
POST
|
Hi Chuck, There is an example of how to do so in our QML sample application under: Tiled Layers->Tiled Layer online. Thank you very much for trying out our beta version. We usually encourage users to post their beta questions on the beta forum however since we will be releasing shortly, we will not move this post to the forum. thanks, Jen Trieu | Product Engineer.
... View more
02-26-2015
12:54 PM
|
0
|
4
|
1082
|
POST
|
Hi Vijdan, can you try the local Dynamic Layer sample and see and let us know if the layer loads? Can you also share your code? Thanks, Jen Trieu | Product Eng.
... View more
02-18-2015
09:50 AM
|
0
|
1
|
1349
|
POST
|
Hi, Just an update on the above statement, we have plan to support Windows RT in our future release. We will keep you posted on the release that will support it. Thanks, Jen Trieu | Product Eng.
... View more
12-10-2014
11:50 AM
|
0
|
0
|
729
|
POST
|
Hi, At 10.2.3, the minimum Qt requirement is 5.1.1 with VS 2012. You can get more information on the setup and how to configure your environment here: Install and set up on Windows—ArcGIS Runtime SDK for Qt | ArcGIS for Developers and the system requirement: System requirements—ArcGIS Runtime SDK for Qt | ArcGIS for Developers. Regards, Jen Trieu
... View more
12-10-2014
11:42 AM
|
0
|
2
|
1148
|
POST
|
Hi Sharon, Sorry for the late reply: These are the parameters that you can set. As you can see you are giving the center of the ellipse as well as the length of the two axis of your ellipse. You should also give the max distance between the vertices which will determine how well defined your ellipse will be. I am not sure that I fully understand how you would like to give the start and end point for the ellipse since an ellipse is usually defined by its center and its two axis. Can you draw me a diagram so I can better assist you? /*! \brief Constructor accepting all parameters. \param[in] center The center point. \param[in] spatialReference The spatial reference. \param[in] semiAxis1Length The length of one axis, either the semi-major or semi-minor axis. \param[in] semiAxis2Length The length of the other axis. \param[in] axisDirection The direction of the longer axis (in degrees). \param[in] maxSegmentLength The maximum distance between vertices used to construct the ellipse. \param[in] geometryType Output geometry type. The default is Geometry::GT_Polygon. \param[in] unit The linear units of the semiAxis1 and semiAxis2 lengths. The default is EsriRuntimeQt::LinearUnit::METER. */ GeodesicEllipseParameters (const Point& center, const SpatialReference& spatialReference, const double& semiAxis1Length, const double& semiAxis2Length, const double& axisDirection, const double& maxSegmentLength, const Geometry::GeometryType& geometryType = Geometry::GT_Polygon, const Unit& unit = LinearUnit(LinearUnit::METER)); thanks, Jen Trieu | Product Eng.
... View more
10-20-2014
11:35 AM
|
0
|
1
|
775
|
POST
|
Hi Bushan, Scenario 1 and 2 should work. However Scenario 3 will not work since it is a directory not a file path that will be returned. If you do: qWarning() << temp_1.dirName() you will see that in the application output you will get just the tpk name: "RasterHillshade.tpk". My question is: What is the version of Visual Studio are you running? VS 2012? What is the version of Qt are you using? You will need to run a version of Qt that is above 5.1.1 and it has to be using OpenGL with VS2012. thanks, Jen Trieu | Product Eng.
... View more
10-20-2014
11:17 AM
|
0
|
3
|
738
|
POST
|
Thanks again for your interest. The SDK is scheduled by the end of the month. Regards, Jen Trieu - Product Eng.
... View more
09-09-2014
11:03 AM
|
1
|
1
|
1209
|
POST
|
Hi Sharon, In the ArcGIS Runtime SDK for Qt, there are a few samples that uses different geodesic functionalities and in the code snippet, it provides some description on how to use it. You just need to go to the Qt sample app and look under Geometry for more information. Let me know if it is sufficient. Regards, Jen Trieu - Product Eng.
... View more
09-09-2014
11:02 AM
|
0
|
3
|
775
|
POST
|
Hi Fabian, This is odd that you have to add copy .so over and change the .pro file. The prf file should have handled the path of the .so and include files. Thank you very much for sharing your solution. I will look into the issue so the next release, you should not have to do all of the copy/editing of the files that you did. Regards, Jen Trieu Product Engineer.
... View more
08-07-2014
10:43 AM
|
1
|
0
|
220
|
POST
|
Hi Fabian, Can you go over the requirement for Ubuntu https://developers.arcgis.com/qt/info/runtime-qt-sdk-ubuntu-required-libs.htm. If you have downloaded the version that Esri provided your Qt folder structure should look like this: /Qt-5.1.1_x64/mkspecs/eatures. Can you upload a picture of your Qt 5.1.1 folder structure and where you have copied your .prf file? After that you have copied your prf file, you will need to close your Qt creator and restart it using another terminal. You will still need to "source" and use the same terminal to start QtCreator in order for it to work. Let me know if it works for you after you have updated your dependencies. Regards, Jen Trieu Product Eng.
... View more
07-31-2014
09:34 AM
|
0
|
2
|
1170
|
Title | Kudos | Posted |
---|---|---|
1 | 09-09-2014 11:03 AM | |
2 | 03-20-2015 12:02 PM | |
1 | 08-07-2014 10:43 AM | |
1 | 07-29-2014 08:56 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|