Posted 19 years ago by tobias weltner
Avatar
When an AutoHide tool window is visible and I hover away from it, it closes automatically.
This is not what I want. I want to display details in the tool window in regard to the objects pointed by the mouse in another window, so I do not want the tool window to close automatically - except if I indeed click into another document.

Is there a way to control this?
Is there an event fired that can be cancelled to prevent the tool window from autohiding?

Comments (3)

Posted 19 years ago by Boyd - Sr. Software Developer, Patterson Consulting, LLC
Avatar
I believe you're looking for the 'DockManager.HideUnfocusedAutoHideToolWindowOnMouseLeave' property.
Posted 19 years ago by tobias weltner
Avatar
Almost... ;-)
Thanks for the quick reply!

My problem is that I need to click on objects in the other window.
The moment I click the tool window dissapears, even if I set the property you mentioned to false.
So what I am looking for is a way to (temporarily) turn off AutoHide even when clicking elsewhere...

Is there a way?
I hoped the DockManager_AutoHideToolWindowHiding-event was cancellable which it isn't... :-(
Posted 19 years ago by tobias weltner
Avatar
Man, found it...
IgnoreAutoHideMouseClicks
There seems to be a property for every possible wish I could think of... thanx!
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.