![]() |
CXTPControlGallery drawing bug! |
Post Reply ![]() |
Author | |
znakeeye ![]() Senior Member ![]() ![]() Joined: 26 July 2006 Status: Offline Points: 1672 |
![]() ![]() ![]() ![]() ![]() Posted: 20 October 2006 at 10:58pm |
Consider the RibbonSample, and change CMainFrame::OnCreateControl as below:
if (lpCreateControl->nID == ID_GALLERY_STYLESET)
{ CXTPControlGallery* pControlGallery = new CXTPControlGallery(); // pControlGallery->SetControlSize(CSize(200, 22 * 7 + 2)); pControlGallery->SetControlSize(CSize(200, 300 * 7 + 2)); // Too big! pControlGallery->ShowLabels(TRUE); pControlGallery->SetItems(m_pItemsStyleSet); lpCreateControl->pControl = pControlGallery;
return TRUE; } The items will not be displayed at all. A bug if you ask me. How do I fix it?
|
|
![]() |
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 |