|
POST
|
You mention "At 3.4, the ribbon buttons are not properly stretching the image when using a small icon (16x16) in a place requested for a large icon (32 x 32). The ImageSource does not stretch to fill the space." I think proper image use is not implemented at 3.5 too - is this an offical ESRI bug?
... View more
02-02-2026
01:48 AM
|
0
|
0
|
1561
|
|
POST
|
Well, maybe but I doubt it as I am just following the ESRI documentation. However, I have deleted the 16x16 pixel version of the icon - and removed "smallImage" from the config.daml and it still scales the image to a small one. So I don't know what the heck is going on now.
... View more
01-29-2026
06:18 AM
|
0
|
1
|
457
|
|
POST
|
Hi, Something weird is happening to my add-in. I am writing against 3.2 at the moment - but it's the last release against this version. When users install my add-in the Connect icon I have displays as small (usually on a 3.5 install) - it doesn't matter what I do - it seems to just want to be small - other icons however are displayed at the right size. I even made an add-in just with one button and this image, and the same thing happened so I know I have isolated the problem. Could it be something to do with header information in the binary of the image?? I have made sure the dpi is 96dpi for both large and small versions of this image. The daml shows this: <groups>
<group id="FooProTest_Group1" keytip="X" caption="Group 1" appearsOnAddInTab="true">
<button refID="FooProTest_ConnectButton" size="large" />
</group>
</groups>
<controls>
<button id="FooProTest_ConnectButton" keytip="Z" caption="ConnectButton" className="ConnectButton" loadOnClick="true"
smallImage="Images/CloudError16.png" largeImage="Images/CloudError32.png">
<tooltip heading="Tooltip Heading">Tooltip text<disabledText /></tooltip>
</button> I have the icons properties as: Build Action -> Content Copy to Output Directory -> Do not copy Here are the screenshots - the one with the large icon is on my dev machine On other users machines and installed as an add-in: If anyone has any ideas what might be happening - I would be grateful.
... View more
01-29-2026
02:35 AM
|
0
|
4
|
498
|
|
POST
|
Not sure that checking the version of .Net Framework has anything to do with missing documentation on GitHub, but I may be wrong.
... View more
01-13-2026
05:57 AM
|
0
|
1
|
191
|
|
POST
|
its not the same as the same kind of one/right format that is recommended here: https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-develop-addins-with-copilot Scroll down to the custom instructions part of the page - also worth nothing that a lot of the instructions in that page are either out of date or just don't work as well.
... View more
01-09-2026
09:17 AM
|
0
|
1
|
1071
|
|
POST
|
I could use the examples for now, but it would be good if you could fix it up eventually so the API is exposed again.
... View more
01-09-2026
09:03 AM
|
0
|
3
|
1078
|
|
POST
|
Well, yes fine, but should it really be missing in the first place, doesn't look great. Secondly - I'm trying to locate the correct version of the API for my custom instructions for use with CoPilot in Visual Studio - I didn't really feel comfortable with referenceing 3.6 API for AI based solutions/answers against a 3.2 version of Pro. Thanks.
... View more
01-09-2026
07:01 AM
|
0
|
0
|
1099
|
|
POST
|
I need to work on a legacy version of - specifically version 3.2 - however it seems to be missing - other older versions are working, but of course, the version I need is not. Can anyone at ESRI help please.
... View more
01-09-2026
03:49 AM
|
0
|
11
|
1350
|
|
POST
|
and theres no problem with using 2026? Do the VSIX templates and utilities work?
... View more
12-17-2025
05:50 AM
|
0
|
1
|
1893
|
|
POST
|
Hi, Was just wondering what the plans are for developers wanting to use Visual Studio 2026 for making add-ins? I suspect it may be for version 3.7 and beyond. Just curious to know 🙂
... View more
12-17-2025
04:37 AM
|
0
|
5
|
1924
|
|
POST
|
I recommend running any python as a python toolbox and calling into your standalone python environments from there - but kick off the python toolbox using ExecuteToolAsync https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic9383.html This solved all my troubles. Yes you may have to redesign some of your code around a python toolbox - but it is better than using the Process command in C#. This is the only solution I found to this problem.
... View more
12-17-2025
03:28 AM
|
1
|
0
|
1468
|
|
POST
|
Win11 on Pro 3.4 Hi, I'm trying to clone (on a relatively new machine) the python envionment using the clone button in package manager. It gets along quite far in the process then gives out an error: ERROR conda.core.link:_execute(950): An error occurred while installing package 'esri::arcpy-base-3.4-py311_55347'. Can anyone help? Is this a permissions issue perhaps, as we are newly working under a more restrictive environment where we can't install software when and where we want? I haven't installed conda or have another Python envionemnt installed. Only the default one by Pro 3.4 and ArcMap 10.5 (Python 2.7).
... View more
09-04-2025
06:45 AM
|
0
|
2
|
944
|
|
POST
|
actually its not 100% - becaue if you try to upgrade to 3.5 from 3.2 on nuget it will fail because the .net version dependancies are incorrect, so it will revert back to the 3.2 package. Just worth noting for others, rather than me just being a pedant.
... View more
08-22-2025
02:27 AM
|
1
|
0
|
656
|
|
POST
|
When I'm following this guidance - I am having to develop against 3.2 or Pro - but it says in the help you should install the latest version of the nuget package for Esri.ArcGISPro.Extensions30. Should I install the latest as advised or pick one that matches the 3.2 version? https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-ArcGIS-Pro-Extensions-NuGet
... View more
08-21-2025
07:41 AM
|
0
|
2
|
705
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-17-2025 03:28 AM | |
| 1 | 12-18-2023 10:11 AM | |
| 1 | 08-22-2025 02:27 AM | |
| 2 | 12-19-2023 01:36 AM | |
| 1 | 12-21-2023 04:02 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-17-2026
06:59 AM
|