Select to view content in your preferred language

Group, or tab - caption change at runtime

136
2
Jump to solution
Sunday
JakubMarczewski1
New Contributor

Hi,
in ArcGIS Pro 3.6, I can't change groups caption if module "autoLoad" is set to "false", and tabs caption at all.

In Module, I'm overriding a "Initialize" method, and there I'm getting tab and group with
var tab = FrameworkApplication.GetPlugInWrapper("Tab1");
var group = FrameworkApplication.GetPlugInWrapper("Group1");

Changing groups caption works if "autoLoad" is set to "true".
Changing tabs caption does not work at all.


Is this a bug, or intentional behavior?

0 Kudos
1 Solution
2 Replies
JakubMarczewski1
New Contributor

Thanks

0 Kudos