Group: Forum Members
Last Active: 7 Years Ago
Posts: 99,
Visits: 654
|
I wrote a test program which I attached the VS2010 files for. It demonstrates the problems I'm seeing with these two issues: https://www.nevron.com/Forum/9186/AutoHide-tabs-hidden-from-loaded-DockingFrameworkStatehttps://www.nevron.com/Forum/9156/NDockingPanelTabInfoIndex-not-referenced-on-auto-hidden-panelWhen launching the program it lists the steps to follow to see these two issues. My program is seeing these two issues and I'd appreciate any advice on how to fix them.
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hello Craig, The fixes for both issues with icons and tab order will be available in the next service pack. One note related with the example application: In btnLoad_Click event handler when you closing and disposing panels you also need to unregister the panel from the manager by calling UnregisterDockPanel(panel) method of the NDockManager.
Best Regards, Nevron Support Team
|