increasing task panel drop down speed |
Post Reply |
Author | |
vsn9
Groupie Joined: 21 September 2009 Status: Offline Points: 11 |
Post Options
Thanks(0)
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 |
|
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 886 |
Post Options
Thanks(0)
|
I bypass the animation altogether with the following:
m_TaskPanel.Reposition(FALSE);
m_TaskPanel.UpdateWindow();
|
|
vsn9
Groupie Joined: 21 September 2009 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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 |
|
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 886 |
Post Options
Thanks(0)
|
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?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |