|
POST
|
I took the Camera Capture template from AppStudio for ArcGIS and uploaded it. I then went into Player on my phone and took a picture. I cannot see that image saved anywhere. I want to take this image and attach it to a feature with attributes but I first need the actual image to be captured....Am I doing something wrong? Does this sample not capture and save to picture? Does it place it in limbo or somewhere that I can then save it somewhere? Sort of confused how this is working. Any ideas?
... View more
11-06-2019
01:42 PM
|
0
|
8
|
2344
|
|
POST
|
Something really weird is going on. I programmed a combobox button in my app. Everything works great while I am testing in AppStudio for ArcGIS, but it stops working when I test it in AppStudio Player. I am attaching the project test for this button...As simple as I can. In Player: The colors seem to come across on the initial load of the button I can click the button, it drops down but the green colors are gone I click the button to choose another text option it closes but it does not change the text AND I can only do this once i cannot click on it again unless I close the application and reopen it. Funny thing is that it works completely fine while testing with AppStudio for ArcGIS. All the colors and formatting are there.
... View more
11-06-2019
07:49 AM
|
0
|
0
|
2285
|
|
POST
|
Can I download the Application that you uploaded? or can you send it to me for testing.
... View more
11-06-2019
06:54 AM
|
0
|
1
|
2285
|
|
POST
|
I tried this on my phone with AppStudio Player. I could click the button and it would NOT change the text on the button. But I could only do this once. It would not let me repeat it????? Going to test on another phone
... View more
11-06-2019
06:47 AM
|
0
|
0
|
2285
|
|
POST
|
It has to be something with the Quick Report Template interfering with my code. I added this QML file to the template and added a new button on the landing page to get to it... You ran this from a clean slate hello world example and it works... Has to be something in the Quick Report Template then....so weird that everything works in the AppStudio for ArcGIS and not in the Player for me..hmmmmm
... View more
11-01-2019
01:58 PM
|
0
|
0
|
2285
|
|
POST
|
I have the qml file in a project that was created from the Quick Report Template...maybe there is something else in there that is referencing something or hanging something up.....confused.
... View more
11-01-2019
11:29 AM
|
0
|
0
|
2285
|
|
POST
|
This is the stripped down qml file I was talking about....simple map an a combobox button. In AppStudio for ArcGIS Click it and you can see values when you select it does change the value in the combobox then can click again In Player Click it and you can see values when you select it does NOT change the value in the combobox then cannot click again AppStudio Player 4.0.20 AppStudio for ArcGIS 4.0.93
... View more
11-01-2019
11:13 AM
|
0
|
7
|
2285
|
|
POST
|
I am puzzled. I am creating an entry page that allows a user to identify a point in the map, it grabs the values from the feature and places them in textInput and ComoboBox. This works great...I can cycle through multiple returns etc. IN AppStudio for ArcGIS 1. I can click on the comboboxes and read the MODEL I set up for each. 2. The text colors and other formatting I wrote works fine. 3. When I choose a value it appears in the combobox. 4. I can click on these comboboxes as many times as I want and they continue to work I even have an update cursor that takes those values and updates the Feature Class. I then Upload this and then on my phone I use AppStudio player. 1. None of the formatting I did on the comboBox comes through 2. I can click on the comboBox and it opens populated with the MODEL values. 3. I select one and the combobox is not updated? 4. I then loose focus or something...I can no longer select and open the comboboxes unless I close and reopen the app COMPLETE opposite from what I am experiencing while in AppStudio for ArcGIS Does anyone have any thoughts? Not sure why the value is not being updated in the App after selection in AppStudio Player but does so in AppStudio for ArcGIS Loosing Focus? Z values?
... View more
11-01-2019
06:44 AM
|
0
|
9
|
2396
|
|
POST
|
Not sure how choose the answer for this....if anyone has any questions about this please respond and look me up...would be more than happy to help. Thanks Erwin for all your help.
... View more
10-30-2019
05:39 AM
|
0
|
0
|
860
|
|
POST
|
for Reference...the submit job question was solved with this example Viewshed (geoprocessing) | ArcGIS for Developers
... View more
10-30-2019
05:37 AM
|
0
|
0
|
860
|
|
POST
|
OK I created a folder and copied an existing .qml file in there and it appeared... I was trying to put in a .sql file in there from an ESRI example and the file does NOT show up. How do I get that .sql file to show up.
... View more
10-28-2019
06:20 AM
|
0
|
1
|
7300
|
|
POST
|
For the longest time I have been able to simply create a folder in Explorer and copy and paste file sin there and they would how up in QT Creator. I now go into File Explorer and create a folder and nothing appears in QT Creator......I can see them in FE The only way I was able to create a folder was right-click on the 'MyApp' root folder in QtCreator, select 'Add New' and choose to add a new QML file. At that point, it brings up a file Browse dialog and you can navigate to the folder you created and drop the file in there. I then deleted the file. BUT I cannot copy and paste a file in there.... what gives....any ideas?
... View more
10-25-2019
08:09 AM
|
0
|
4
|
8305
|
|
POST
|
I can see here how knowing the jobid can result in the needed information I am seeking... I just cant see where I make the call to get the jobid. It has to be a return from the insertCursorJob.start(); I just cant figure out where and how....and the syntax.... This can get me the results again but I need the job number GP Result—ArcGIS REST API: Services Directory | ArcGIS for Developers
... View more
10-24-2019
12:16 PM
|
0
|
2
|
860
|
|
POST
|
I know how to get the status once I have the job id but cant figure out how to get the JobID from my request I am not using a Network Request to call the GP tool to insert the parameters and create a new feature...I am simply doing the below where I am passing my values into the gpParameters object. I then start the job with updateCursorJob.start() How do I get the JobID of this createJob request? // Create the job that handles the communication between the application and the geoprocessing task updateCursorJob = updateCursorTask.createJob(gpParameters); console.log("gp job: " + JSON.stringify(updateCursorJob)); updateCursorJob.start();
... View more
10-24-2019
09:26 AM
|
0
|
4
|
2320
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-20-2018 11:09 AM | |
| 1 | 09-10-2018 06:26 AM | |
| 1 | 09-15-2022 11:02 AM | |
| 1 | 05-21-2021 07:35 AM | |
| 1 | 08-09-2022 12:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
09-19-2022
09:23 PM
|