Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Docking pane docks slow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Docking pane docks slow

 Post Reply Post Reply
Author
Message
CodingBoy View Drop Down
Newbie
Newbie


Joined: 05 January 2007
Location: United Kingdom
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote CodingBoy Quote  Post ReplyReply Direct Link To This Post Topic: Docking pane docks slow
    Posted: 05 January 2007 at 5:32am
Hi
 
I have a problem when I points my mouse over a minimized docking pane to make it visible. This is very slow and it is not a smooth movement. How can I fix this? Is it possible to set a flag indicating that it should not slide smoothly out but just appear in one movement.
Back to Top
akur View Drop Down
Senior Member
Senior Member


Joined: 16 May 2006
Status: Offline
Points: 139
Post Options Post Options   Thanks (0) Thanks(0)   Quote akur Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2007 at 6:11am
Maybe you can try this method:

void CXTPDockingPaneManager::SetAnimationDelay(
    double
dAnimationDelay = -1,
    int
nAnimationDuration = 128,
    int nAnimationInterval = 16
);


XTP documentation says "To disable animation set nAnimationDuration = 0."
Back to Top
CodingBoy View Drop Down
Newbie
Newbie


Joined: 05 January 2007
Location: United Kingdom
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote CodingBoy Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2007 at 6:30am
Thanks! Exactly what I was looking for!
 
 
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.188 seconds.