Posted 21 years ago
by Bernd

When I load a saved layout with LoadLayoutFromFile(),
the DWManager fires the "GetToolWindowChild" event for
all the tool windows saved in the layout file,
even for those that were hidden in the last session.
Therefore I create an instance of the child control
in the "GetToolWindowChild" event.
Is it possible to load the saved layout data,
but only to create those tool controls that are
active and the others on the fly as requested by the user
(without loosing the saved layout data of the hidden controls)?
Thanks
Bernhard
[ 08-18-2004: Message edited by: Bernd ]
the DWManager fires the "GetToolWindowChild" event for
all the tool windows saved in the layout file,
even for those that were hidden in the last session.
Therefore I create an instance of the child control
in the "GetToolWindowChild" event.
Is it possible to load the saved layout data,
but only to create those tool controls that are
active and the others on the fly as requested by the user
(without loosing the saved layout data of the hidden controls)?
Thanks
Bernhard
[ 08-18-2004: Message edited by: Bernd ]