I'm using UltraDockManager and I have a docked window and a floating window in my application. When I minimize the application and then restore it, the docked window (pane) is fine but the floating pane appears as what looks like part of a title bar in the lower left corner of the desktop. This item cannot be dragged or sized. When double-clicked, it becomes a very small square, but can then be dragged to any size and then moved. What has to be done so that this floating pane is restored to the size and location it had before the application was minimized?
Thanks,
Tom
I created a case for you so that we may further research this problem and find out the cause. I was unable to reproduce the issue on my machine in 10.2 or 8.1 versions of NetAdvantage. CAS-52282-5CFQZQ is the case number. You should be contacted by a Developer Support Engineer to further discuss this case.
We're using verion 8.1. The pane in question is created dynamically. We're running on WinXP SP3. We handle the BeforPaneButtonClick event because the close button is enabled on this pane and we need to clean up some things before we allow the pane to close.
We can close the pane and reopen it without problems. It's only coming back from being minimized that's a problem.
Hi Tom,
This should be taken care of by the control (UltraDockManager) by default. Quick test shows the correct behavior for me. What else is going on, on your end. Which version of NetAdvantage are you using? Are you handling any of the PaneActivate events or anything like that? Are the panes created dynamically? Are the pane states toggled dynamically or user driven? What operating system are you using when seeing this behavior?
Are you still seeing this behavior? If so do you have a sample that reproduces this behavior?