Hey all,
I’m building a GUI with ImGUI that makes use of docking (so cool to have that btw). I’m using both SaveIniSettingsToDisk
and LoadIniSettingsFromDisk
, to remember my docking settings between restarts.
When the patch restarts, the windows are in the correct position, but not docked. You can repro that with the “HowTo Save and Load UI” help patch :
- Open the patch
- Enable the
Docking Enabled
input on the ImGui region - Disable
Add Fullscreen Window
on the ImGui region (seems to be necessary for docking to work) - Dock windows
- Save the settings banging the
Save
IOBox - Load those settings using the
Load
IOBox : docking is gone
Maybe the docking thing is still experimental ?
Thanksssss
seb