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
195
Restoring a floating Pane after application minimize
posted

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

Parents
  • 5118
    posted

    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? 

Reply Children