POST
|
@ModyBuchbinder This happens mainly when the button's class (or code behind) is not found by the ArcGIS Pro add-in framework. Hover over the button (while gray) with your mouse. In many cases you will see info on what class it is looking for. Then on a developer machine, check if the button class matches the definition in the config.daml. The namespace of your button class should match the namespace defined in the DAML. That could be another thing to check.
... View more
Tuesday
|
0
|
0
|
23
|
POST
|
Hi @JonathanDewalt
I don't see the attached sample xaml with the 6 images. Can you please attach it again?
Thanks!
... View more
a week ago
|
0
|
1
|
64
|
POST
|
Hi @dd_dev
Would it be possible to reach out to Esri support for this one? I am not able to repro this.
Thanks!
Uma
... View more
2 weeks ago
|
0
|
0
|
54
|
POST
|
Hi @dd_dev
I tried your code with a collection of nested feature layers from a file gdb and I did not see the crash. My map group layers look like this screenshot below. Can you please give me a information on your layers?
... View more
2 weeks ago
|
0
|
1
|
67
|
POST
|
This is a bug. It will be addressed in 3.5 and also in a service pack for 3.4.
In the meantime, as a workaround, you can remove the separators. The separators are causing the crash.
Thanks again for reporting this issue.
... View more
2 weeks ago
|
0
|
1
|
83
|
POST
|
Hi @KenBuja
Have you looked into using WPF Notifications to allow the text box UI to update?
I have attached a simple dockpane sample with text boxes to illustrate this.
You set the binding in the xaml for text boxes like this:
<TextBox Grid.Row="1" Grid.Column="1" Text="{Binding SelectionCount}" .../>
Then in your View Model:
private int _selectionCount;
public int SelectionCount
{
get => _selectionCount;
set
{
SetProperty(ref _selectionCount, value); //Magic happens here - notification
...
}
}
This is instead of the TextChanged event that you code in the code behind.
Thanks
Uma
... View more
2 weeks ago
|
0
|
2
|
117
|
POST
|
@Justin_ODell
Thanks for reporting this issue. I will post back as soon as I have more information on this issue.
... View more
2 weeks ago
|
0
|
0
|
91
|
POST
|
Can you please provide a code snippet on how you are using the Progress Dialog so I can repro this?
... View more
2 weeks ago
|
0
|
0
|
39
|
POST
|
Hi @AquanuityDevelopment
Regarding the WindowsFormsHost : We are tracking this issue as BUG-000172334: In Windows 11, content in a WindowsFormsHost is miscolored or invisible when rendered in a docked dock pane we are targeting a fix for the 3.4.1 Patch Release.
As you may have found, there are a few workarounds. Switching to dark theme, floating the dock pane, unpinning the dock pane, or connecting over remote desktop will make the problem go away.
Please accept our apologies for the problem and its impact on your users.
... View more
2 weeks ago
|
1
|
0
|
50
|
POST
|
Hi @KrisCulin
Here is more information on this issue you are seeing:
https://community.esri.com/t5/arcgis-pro-sdk-questions/color-transparency-problem-in-arcgis-pro-3-4-when/m-p/1558573#M12298
This post from @MichaelGrossman gives info on the BUG number and some workarounds. The fix is targeted for 3.4 sp1.
So sorry about this issue that is affecting your add-ins.
Uma
... View more
3 weeks ago
|
0
|
0
|
58
|
POST
|
Hi @Johannes_Strahler
Can you please made an Idea request for this on this page? ArcGIS Pro SDK Ideas
Thanks!
Uma
... View more
a month ago
|
0
|
2
|
151
|
POST
|
This has been fixed in ArcGIS Pro 3.4. Pro 3.4 was released on November 7th.
Thanks!
... View more
a month ago
|
0
|
0
|
57
|
POST
|
I can confirm that this issue is fixed in ArcGIS Pro 3.4. This was released on November 7th. Thanks!
... View more
a month ago
|
0
|
0
|
52
|
Title | Kudos | Posted |
---|---|---|
1 | 2 weeks ago | |
1 | 09-11-2024 09:19 AM | |
1 | 09-11-2024 09:15 AM | |
1 | 08-07-2024 01:53 PM | |
1 | 08-05-2024 09:15 AM |
Online Status |
Offline
|
Date Last Visited |
Thursday
|