Tab icons no longer display. 15.1.1 |
Post Reply |
Author | |
Algae
Senior Member Joined: 08 January 2007 Location: United States Status: Offline Points: 217 |
Post Options
Thanks(0)
Posted: 31 July 2011 at 2:57pm |
Updated Codejock to 15.1.1 from 15.0.2.
Tab icons now fail to display if any theme other than Office 2000 is set. m_paneManager.InstallDockingPanes(this); m_paneManager.SetAlphaDockingContext(TRUE); m_paneManager.SetShowDockingContextStickers(TRUE); m_paneManager.SetDockingContextStickerStyle(xtpPaneStickerStyleWhidbey); m_paneManager.SetShowContentsWhileDragging(FALSE); m_paneManager.ShowCaptionMaximizeButton(TRUE); m_paneManager.SetDefaultPaneOptions(xtpPaneNoCloseable); m_paneManager.SetThemedFloatingFrames(TRUE); int nIDs[] = {IDR_A, IDR_B, IDR_C, IDR_D, IDR_E, IDR_F, IDR_G, IDR_H, IDR_I, IDR_J }; m_paneManager.SetIcons(IDB_TABICONS, nIDs, _countof(nIDs), RGB(255, 255, 255)); Any ideas why this might be? None of my application pane/tab/icon code has changed. SetIcons also returns TRUE so the icons are loading properly (also indicated by Office 2000 success). I tried comparing sample code with mine and I couldn't find any significant differences. Codejock 15.1.1 static Unicode x86 build, VS 2008 |
|
Algae
Senior Member Joined: 08 January 2007 Location: United States Status: Offline Points: 217 |
Post Options
Thanks(0)
|
Never mind. Found it. In:
void CXTPTabClientWnd::CheckCommandBarsTheme() { . . m_pPaintManager->m_bShowIcons = FALSE; // set to true and it works as before. . . } I'm not sure why this was added in 15.1.1. Anyone know? |
|
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 |