POST
|
@MK13 You will have to use EsriHttpClient to upload the csv file. I don't have a code snippet for it yet - will try and share some code in the next couple days.
... View more
4 weeks ago
|
1
|
0
|
213
|
POST
|
@MK13 As you might already know, a plugin data cannot be shared as a web layer. But, a csv file can be shared to an ArcGIS Enterprise portal- Here is a document that lists all the supported items on an ArcGIS Enterprise portal: Content you can add in the ArcGIS Enterprise portal
... View more
4 weeks ago
|
0
|
1
|
236
|
POST
|
@MK Can you please explain a little more? You have custom data in a csv?
... View more
a month ago
|
0
|
1
|
257
|
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
12-17-2024
09:13 AM
|
0
|
0
|
120
|
POST
|
Hi @JonathanDewalt
I don't see the attached sample xaml with the 6 images. Can you please attach it again?
Thanks!
... View more
12-12-2024
10:15 AM
|
0
|
1
|
231
|
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
12-05-2024
10:46 AM
|
0
|
0
|
122
|
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
12-04-2024
03:00 PM
|
0
|
1
|
135
|
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
12-04-2024
02:01 PM
|
0
|
1
|
174
|
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
12-04-2024
11:44 AM
|
0
|
2
|
200
|
POST
|
@Justin_ODell
Thanks for reporting this issue. I will post back as soon as I have more information on this issue.
... View more
12-04-2024
11:18 AM
|
0
|
0
|
182
|
POST
|
Can you please provide a code snippet on how you are using the Progress Dialog so I can repro this?
... View more
12-04-2024
09:43 AM
|
0
|
0
|
78
|
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
12-04-2024
09:39 AM
|
1
|
0
|
114
|
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
12-03-2024
02:47 PM
|
0
|
0
|
109
|
Title | Kudos | Posted |
---|---|---|
1 | Tuesday | |
1 | Wednesday | |
1 | Wednesday | |
1 | 2 weeks ago | |
1 | 3 weeks ago |
Online Status |
Online
|
Date Last Visited |
5 hours ago
|