Hi there,
In our app we are using Prism and have used code from the Prism integration sample. We are also serializing the dock site for each user and saving it when they log out and applying it when they log in. We are using lazy loading and this is working fine in that the previous size and position of each windows is used when the user opens a window. Some of the windows can only be opened once the user has selected some data so we cannot auto create them and hence using lazy loading. Other windows we want to auto create if they were left open at the end of the previous session. From the xml I can see the tool windows are correctly serialized with their open states but because they are lazy loaded there is no way to access them once the dock site is loaded.
Is there a way to auto create some windows and not others?
Regards
Paul