|
Group: Forum Members
Posts: 99,
Visits: 654
|
Thank you for fixing the tab visibility problem in the 15.6.18.12 build. It seems to be working fine for me.
You wrote, "Regarding icons on the docking panels, they are not part of the docking framework state which is persisted. You will need to set them back again when the state is loaded." I do understand this and the sample program I provided is doing this during the "LoadLayout_StateRestored()" method in the code I provided. I know this is working as I see the icons on the tabs when I toggle the auto hide. Is there something else I need to do to make this work after the state is loaded?
Also, in testing just now I noticed the tab order is reversed from what I saved them at. Here are updated instructions when launching the previously attached program which explains how to see both of these issues:
1) Press AutoHide button on "One" panel 2) Press Save button (which saves .xml file to program folder) 3) Press Load button 4) Notice auto hide tab icons are missing (bug???) 5) Hover mouse over "One" tab to show the panel 6) Press "Toggle Auto Hide" button on "One" panel to keep it open 7) Notice the tab order is "three, two, one" instead of "one, two, three" when I saved it (bug???)
|