I have an application with 8 dockable windows, 2 of which are added at runtime. (Think visual studio code tabs style, once you open a project tabs are opened). If I open float either of the 2 runtime windows then grab the layout string, persist it and reopen the app and use SetLayout on the docksite with the saved layout string. I get empty windows that are floating in the position that the added windows were. However if I select either of the windows I get a null reference. Any suggestions on how to do this other then storing the window information manually?
Thanks!
Ryan