|
POST
|
Hi, I'd like to add an item to the right-click menu for a specific button. Is it possible to do this? Currently the same menu comes up for all custom buttons I have created. Thanks,
... View more
03-06-2020
07:19 AM
|
0
|
1
|
837
|
|
POST
|
Hi Narelle Chedzey, OK. It looked like problem was that while 4.8 was installed, what i also needed was the 4.8 Developer Pack from here installed: Download .NET Framework 4.8 Developer Pack Offline Installer I have read that I may also need to update the 'desktopVersion' in my Config.daml, yet everything does seem to work when I don't do that. Is there a checklist available of all the .NET changes we need to account for when a new version of Pro comes out?? Thanks,
... View more
03-04-2020
10:24 AM
|
0
|
0
|
2305
|
|
POST
|
Hi Narelle, Yes, that is the problem. But I for sure have 4.8 installed on my desktop, yet it does not show in Visual Studio. Can you assist??
... View more
03-04-2020
10:08 AM
|
0
|
0
|
2305
|
|
POST
|
I just upgraded to ArcGIS Pro 2.5 and the .NET project I am working on no longer 'Builds'. The is the error.... Error The tag 'ProWindow' does not exist in XML namespace 'clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework'. Line 1 Position 21. Can someone explain what I need to do to get things going again? Thanks,
... View more
03-04-2020
08:31 AM
|
0
|
5
|
2431
|
|
POST
|
Ah, ok. I see. I guess I will need to check the lyrx file first to determine what renderer to use and then assign the proper one to it. Obvious now that I think about it. Thanks for the help!
... View more
03-04-2020
08:27 AM
|
0
|
0
|
3858
|
|
POST
|
Hi Uma Harano, Sorry to come back to this, but I'm running across a weird issue where a newly created layer file will not work with the code you provided from last summer. This is the first time I've come across this, and not really sure what might be going on. The code does still update for the .lyrx that have always been there, but will not work for this new one I just created (Watermain_Breaks.lyrx). I've attached a sample of it. Is there anything in it that might be causing issues?? Thanks,
... View more
03-03-2020
11:56 AM
|
0
|
3
|
3206
|
|
POST
|
Hi Thomas, Yes, that was a typo. Going back and renaming the joined shapefile worked. Is it just an issue with there being any number in the table name? Or was the problem having it ALL numbers??
... View more
01-08-2020
10:27 AM
|
0
|
0
|
1103
|
|
POST
|
Hi, I have a layer (Hydrants) in AGP that I have joined to another layer (1703). I am trying to run a query to determine where the "Hydrants.Watermainsize" is not equal to the "1703.WATERMAINS" (watermainsize). Here is my SQL in AGP: In ArcMap this works with no problems. Can anyone explain what might be happening in AGP?? Thanks,
... View more
01-07-2020
09:21 AM
|
0
|
2
|
1162
|
|
POST
|
Hi, Is it possible to create a Definition Query using the attributes from the related table in SDE?? What I have is a point feature class WatermainBreaks with a 1:1 relationship to our Watermain layer. I want to not show any WatermainBreak where the field "LININGINSTALLDATE" on the Watermain has a value (ie. Not Null). Is this possible?? I've tried everything I can think of in SQL mode, but nothing is working.
... View more
12-04-2019
11:37 AM
|
0
|
0
|
552
|
|
POST
|
MapPoint.X and MapPoint.Y are both double, so if your system is set for a "comma" decimal separator your best bet might be to convert them both to a string, and then replace the "comma" with a "decimal" since that is what the Google URL is expecting. Something like this might work: string yString = coords.Y.toString().Replace(",", "."); string xString = coords.X.toString().Replace(",", "."); And then replace coords in the URL with yString and xString respectively. I would think that would work, but I haven't actually tried it.
... View more
12-03-2019
07:04 AM
|
0
|
2
|
6676
|
|
POST
|
Hi Johnathan, Sorry for all the questions today, but you seem to be a contact on all of the ones I have questions for. In the article you link to above, it talks about this: How is this done? In "My Content", I do not see a way to set this? When I added the service, it did ask me for the Username/Password, and each time I access it through AGOL it asks me for it, but I do not see a setting anywhere to 'store' the information. Maybe this is why I am having problems??
... View more
09-24-2019
08:27 AM
|
0
|
1
|
1154
|
|
POST
|
Hi Johnathan, Is there a way to empty the string after a button has been clicked? I'd like to use this as a way to allow the user to enter COMMENTS when needed, but it only happens occasionally.
... View more
09-24-2019
07:12 AM
|
0
|
2
|
2908
|
|
POST
|
Hi John, Actually, that is originally how we had the service set up; secured. But it wasn't working that way so we decided to take off the security, but it still isn't working. With the secured service, I could add it as content in ArcGIS Online, but in the QuickConnect designer the same thing would happen as detailed above; It asks me for a username/password and then brings me back to the "My Projects" screen.
... View more
09-24-2019
06:30 AM
|
0
|
1
|
2043
|
|
POST
|
Hi Ismael Chivite, We are using ArcGIS Server 10.4.1. The Feature Service is public, but sitting behind our firewall. Let me know if you need any other details, or if there is anything you would like me to try. Thanks,
... View more
09-24-2019
05:35 AM
|
0
|
3
|
2043
|
|
POST
|
Hi, I'm trying to add a Feature Service URL to my ArcGIS Online account so I can then add it to a QuickCapture project. When I add it to ArcGIS Online it shows up as a "Feature Layer", but whenever I click on it in the QuickCapture Designer the interface asks me to Login to QuickCapture again, and then brings me back to the start of the process. Here are some images to help explain: 1. This shows all my available services. I want to use the one with the red arrow. 2. Once I click on the desired service it brings me back to a login screen (even though I am already logged in): 3. It then brings me back to the start: Any ideas as to what is happening?? Other Feature Services seem to be working fine, but the one I need it to work with isn't. This particular Feature Service works if I bring it into ArcGIS Pro, or an ArcGIS Online map (for use in Collector). I just cannot get it to work in QuickConnect. Thanks,
... View more
09-23-2019
08:34 AM
|
0
|
5
|
2232
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-29-2026 07:40 AM | |
| 1 | 10-17-2023 07:40 AM | |
| 1 | 04-14-2026 08:54 AM | |
| 2 | 08-18-2023 08:57 AM | |
| 1 | 04-13-2018 10:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-29-2026
09:43 AM
|