Strange comments in source :P |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 01 March 2010 at 5:33pm |
XTP 13.2.1.
XTPReportRecordItem.cpp ...LOL
//THIS CONDITION - IsVirtualMode() [Rev 7687 Oct 2008] PREVENTS MARKUP in Non-Virtual mode
//if (pDrawArgs->pControl->IsVirtualMode() && pDrawArgs->pControl->GetMarkupContext())
//if (pDrawArgs->pControl->GetMarkupContext()
// && !m_pMarkupUIElement) - rev 9113
//if (pDrawArgs->pControl->IsVirtualMode()
// && pDrawArgs->pControl->GetMarkupContext() && !m_pMarkupUIElement) - rev 9114
// FIXED BACK! Only for virtual mode! Developer have to set Caption of Item to have markup
// FIXED AGAIN WITH SPECIAL Flag to use
|
|
PokerMemento - http://www.pokermemento.com/
|
|
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 |