I have a number of TLMDDockPanels in my app but not all are included in the DockingLayout XML file so when the app (and DockingLayout) loads these panels are not displayed. The panelvisible property is true but their Site property is nil. Simply Showing them does nothing and just setting their Site property to an existing site does not seem to be enough.
Is there a way to set make these panels visible on the app? Or should I just make sure that any DockingLayout XML files have all the panels included, even if they are not visible?
Regards,
David W.
Comments