Classic Customization Unhide DockPanel?

In Classic screen customization we got a bit overzealous in hiding some dock panels. I’m trying to un-hide one and make it Visible again. No matter what i do changing it to Visible on the Dock panel or via the XML editor it won’t stick and stay visible. I go back and Save Layouts too once i close the customization tools screen.

Any ideas?

You can try modifying it from Customization Maintenance maybe? Search for you customization then go to Actions > Show Custom Data. It’s pretty much the same XML editor, but could get it unstuck for you.

well i hadn’t tried that, but says its visible even though it’s not. i did start an epiccare ticket, but figured someone here would know faster.

image

Just because it has bit me before, have you cleared cache after making the change? I OFTEN need to clear cache to see screen changes that I just did in Customization.

tried clearing cache as well with no luck. no user can see it still.

Did you check the C# code to ensure it wasn’t hidden by the code?

I’m not a coder, but pretty sure this is it. doesn’t say Visible = False like other dock panels, the icDockPanel1 is the one i’m trying to bring back and make Visible

// icDockPanel1
Ice.Lib.Framework.EpiDockManagerPanel local237 = ((Ice.Lib.Framework.EpiDockManagerPanel)(personalizeCustomizeManager.ControlsHT[“94a66b3f-f31a-4807-8ab3-09dbf8f8cfc6”]));
Infragistics.Win.UltraWinDock.DockableControlPane local238 = Ice.Lib.Customization.Designers.EpiCustomSheetDesigner.GetDockableControlPane(local237, “94a66b3f-f31a-4807-8ab3-09dbf8f8cfc6”, nativeSheets);
// mandateDockPanel1