A bug was recently entered for our XBAP product where users launch the product and immediately minimize the browser window its running inside.
When I call LoadLayout on a XamlDockManager while the product is minimized, causes events to fire differently and the ActivePane property to not get set correctly. This causes thing to not setup correctly due to the XamlDockManager not firing events in the same order and the ActivePane property not getting set.
Sadly, since you have little control over the WindowState in an XBAP I an unable to work around this problem. I can get the status of the window through some custome PInvoke code, but I can't hook an event to help fix things, once the WindowState changes.
Any ideas?
Christopher Grow
CadQuest Team Leader
Hello Christopher,
I checked in our system and we have not encountered such an issue so far with the XamDockManager. Is it possible to provide a sample project that replicates this issue?
Thank you!