Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - How to determine when an unpinned pane is sliding
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to determine when an unpinned pane is sliding

 Post Reply Post Reply
Author
Message
mrmathis View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 May 2007
Location: United States
Status: Offline
Points: 105
Post Options Post Options   Thanks (0) Thanks(0)   Quote mrmathis Quote  Post ReplyReply Direct Link To This Post Topic: How to determine when an unpinned pane is sliding
    Posted: 03 October 2011 at 2:32pm
I have some pane clients in which drawing is an expensive operation.  I'd like to defer updating them during a slide operation, and just do one update when the operation is complete.  I see the m_bSlideOut variable in CXTPDockingPaneAutoHideWnd, which appears to track what I want, but it is protected.  Is overriding the class and exposing that information my best option?  Or is there some other way to determine this?
 
--Mike
 
--Mike
Back to Top
mrmathis View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 May 2007
Location: United States
Status: Offline
Points: 105
Post Options Post Options   Thanks (0) Thanks(0)   Quote mrmathis Quote  Post ReplyReply Direct Link To This Post Posted: 03 October 2011 at 3:41pm
Whoops, misread the code.  The m_bSlideOut is private, rather than public.  Is there some other way I can determine this state?
--Mike
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.