![]() |
SetToolTipContext needed! |
Post Reply ![]() |
Author | |
znakeeye ![]() Senior Member ![]() ![]() Joined: 26 July 2006 Status: Offline Points: 1672 |
![]() ![]() ![]() ![]() ![]() Posted: 27 January 2007 at 11:52am |
Hi,
I have derived a class from CXTPToolTipContext. To use it in a report control (or any other Codejock control) an ugly hack is needed.
There is no SetToolTipContext function (like SetPaintManager) so in order to use my custom tooltip control I have to do this:
CMyReportControl::CGameReportControl()
{ CMDTARGET_RELEASE(m_pToolTipContext); m_pToolTipContext = new CMyToolTipContext(); } Have I missed something or is this a design flaw?
|
|
![]() |
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 |