We want to minimize all windows in out application some of which are "normal" windows to the user (they are parented to a TLMDFloatingForm/DockSite/DockPanel). When we minimise the TLMDDockingForm we are left with the glow on the screen.
At the moment the best workaround is to set the DockPAnel's PanelVisible property to false which hides the form and glow. But we can longer make the form accessible on the TaskBar.
Thank you for your help in advance.
Richard
Comments