Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
94
Issue with XamDockManger Tab activation in Windows7
posted

HI,

For our application development we are using VS2008, .NET3.5, WPF3.

We are making use of XamDockManaer(Trial version 10.2) for the showing multiple screens in the Tab. We used  PRISM (RegionMangers ) to plot the tabs in the DockManager.

Recently we changed the developing environment from WindowsXP to Windows 7. There after we are facing  some Issue with the DockManager. When ever we open a screen with in the Tab Its not focusing/Activating the screen. Activationis still holding there with the previous screens.

 

we are using the xamDockManager.ActivePaneChanged and  contentPane.Closing events for handling the TabSwitchg and closing.

Do we need  to do any more changes to resolve this issue with Windows7.

  • 54937
    Offline posted

    I can't think of any reason why WPF focus would be different on Windows 7 vs Windows XP using the same build of the xamDockManager assemblies. I suppose you could have updates for the WPF/.NET framework on the Windows 7 system that have contributed to a difference in behavior. Unfortunately there is no enough information here to know what is going on. If you want us to look into it we'll need a sample application (as stripped down and isolated as possible) that demonstrates the issue.