![]() |
MDI-app with ribbon cannot be maximized! |
Post Reply ![]() |
Author | |
znakeeye ![]() Senior Member ![]() ![]() Joined: 26 July 2006 Status: Offline Points: 1672 |
![]() ![]() ![]() ![]() ![]() Posted: 05 August 2006 at 7:41am |
When I add a simple ribbon to my MDI-application, the right border is not painted when maximized. The same is true for the bottom border. See attached pictures. Worth mentioning is that I can click in this "unpainted" area - like the desktop. Thus, the window is not trully maximized!
If I remove my call to CreateRibbonBar(), the borders are painted correctly.
What can be wrong?
// Before call to CreateRibbonBar():
pCommandBars->SetTheme(xtpThemeRibbon); BOOL CMainFrame::CreateRibbonBar() CMenu menu; CXTPRibbonBar* pRibbonBar = (CXTPRibbonBar*)pCommandBars->Add(_T("The Ribbon"), xtpBarTop, RUNTIME_CLASS(CXTPRibbonBar)); CXTPControlPopup* pControlFile = (CXTPControlPopup*)pRibbonBar->AddSystemButton(ID_MENU_FILE); pControlFile->SetIconId(IDB_GEAR); pRibbonBar->GetQuickAccessControls()->Add(xtpControlButton, ID_FILE_SAVE);
pRibbonBar->EnableFrameTheme(); return TRUE; |
|
![]() |
|
znakeeye ![]() Senior Member ![]() ![]() Joined: 26 July 2006 Status: Offline Points: 1672 |
![]() ![]() ![]() ![]() ![]() |
// pRibbonBar->EnableFrameTheme(); That solves it, but then I get no "nice frame" :(. This frame looks ok in the Ribbon Sample. I'll take a look and see what else needs to be called to get the frame paint itself correctly. |
|
![]() |
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 |