Hi Guys,
I have one dockpane, when it is visible try to display warning message based on the condition.
I am using pro 2.6 sdk .
The method I overwrite is => protected override void OnShow(bool isVisible)
For the first dockpane open is good, with dockpane.show(), but second time click,
It hit OnShow three times, IsVisible => True, False,True
Is there any workaround about that?
Best Regards,