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,
I tried this with release 2.6 and i cannot see your issue. I get isVisible == false when the dockpane hides and isVisible == true when the dockpane is displayed.
Thank @Anonymous User ,
I did try with brand new project and it does working well, a part from that sometime first load got 3 onshow call.
But after testing several time, it is working as expected.
However, the existing projects seem to be problematic, not sure which is causing this behaviour yet.