Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - increasing task panel drop down speed
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

increasing task panel drop down speed

 Post Reply Post Reply
Author
Message
vsn9 View Drop Down
Groupie
Groupie


Joined: 21 September 2009
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote vsn9 Quote  Post ReplyReply Direct Link To This Post Topic: increasing task panel drop down speed
    Posted: 13 October 2009 at 12:02am
Hi,
 
How do i disable animated drop down of taskpanel items? Iam trying to increase the speed at which the individual panels drop down.
 
Thanks
Product: Xtreme Toolkit Pro v12.1
Platform: Windows XP SP2
Language: Visual C++ 2008 SP1
Back to Top
rdhd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 13 August 2007
Location: United States
Status: Offline
Points: 867
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdhd Quote  Post ReplyReply Direct Link To This Post Posted: 13 October 2009 at 10:01am
I bypass the animation altogether with the following:
 
m_TaskPanel.Reposition(FALSE);
m_TaskPanel.UpdateWindow();
Back to Top
vsn9 View Drop Down
Groupie
Groupie


Joined: 21 September 2009
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote vsn9 Quote  Post ReplyReply Direct Link To This Post Posted: 14 October 2009 at 6:39am
hi, thanks for the reply,im a n00b @ VC, learning as i go ... I tried what you said. It's still behaving the same way. I got a Debug Assertion Failed message.
Product: Xtreme Toolkit Pro v12.1
Platform: Windows XP SP2
Language: Visual C++ 2008 SP1
Back to Top
rdhd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 13 August 2007
Location: United States
Status: Offline
Points: 867
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdhd Quote  Post ReplyReply Direct Link To This Post Posted: 14 October 2009 at 11:59am
When I add a group, I set it's state to expanded. Wonder if that is a difference between our code.
 
What was your assertion?
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.