We are using dock manager with toolbar ^ mdi manager, and we got two problems:
1. when loading an saved xml string for dock manager, it fires some event to the mdi manager and makes the active tab changed. I can't think of any reason why this should happen. Do you have any idea what could cause the problem?
2. when I load dock layout at runtime, the screen flickers a lot and sometime it shows other applications at the background. Is there any way to make the main app stay focused while loading dock layout?
Thanks.
BTW, I load dock layout inside MdiManager's TabActivated event handler.Basically, we want different dock layouts from different tabs.Do you think this could cause the problem?
It's possible the TabActivated event is firing during the loading of the dock layout. This might cause the layout to be loaded multiple times. Make sure to use an anti-recursion flag to prevent this. If the problem still occurs, I would recommend submitting the issue to the support group because it sounds like it may be a bug: http://ko.infragistics.com/support/default.aspx.