[SOLVED] FillStatusBar |
Post Reply |
Author | |
Kenneth
Senior Member Joined: 23 May 2004 Location: United States Status: Offline Points: 256 |
Post Options
Thanks(0)
Posted: 18 April 2013 at 4:53pm |
In previous releases, there was a public function named FillStatusBar() within the
XTPPaintManager.h and XTPPaintManager.cpp which has been removed in the current
version just released.
How can this functionality be done in the current release?
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Hi,
the functionality has been moved to Source\CommandBars\StatusBar\XTPStatusBarPaintManager.h The paint manager now has a member CXTPStatusBarPaintManager *m_pStatusBarPaintManager. Just derive your class from the status bar theme and add your own FillStatusBar() method. |
|
Codejock support
|
|
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 |