Posted 17 years ago
by Roger Rong
The DockManager.WindowFocused event fires when a document window tabstrip is clicked when it is NOT the current focused window. But after the docuement window is focused by clicking its tabstrip this event does not fire when users click the tabstrip again.
In our situation we need to trap the event whenever users clicks the document window tabstrip. We tried the documentWindow.Click and documentWindow.MouseClick events, but none of them fired.
So what is the best way for us to trap the operation of users clicking the docuement window tabstrip?
Any help would be appreciated.
(We are using UIStudio Version 1.5.43.0.)
In our situation we need to trap the event whenever users clicks the document window tabstrip. We tried the documentWindow.Click and documentWindow.MouseClick events, but none of them fired.
So what is the best way for us to trap the operation of users clicking the docuement window tabstrip?
Any help would be appreciated.
(We are using UIStudio Version 1.5.43.0.)