Here is what I'm trying to do: There should be a set of forms docked inside the main form, and then be possible to switch to another group of forms, hiding the first group of forms until they are switched back to.
Someone at the Lazarus forum suggested to simply switch by using saved configs for each set of forms. After coding this, a problem came up: loading another set of forms automatically closes the first set, even if they are undocked. I'd like them to stay open but not visible. So thats the why I want the forms back to how they were before calling MakeDockable. Or some other solution how to switch between different docked layouts?
-- _______________________________________________ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus