Ribbon: Loading backstage views on demand |
Post Reply |
Author | |
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Posted: 20 March 2013 at 6:28am |
Hello!
I don't want the backstage views (or tabs) to be created (and opened) when initializing my ribbon. This should be done when clicking the corresponding link. How can I achieve this? Please help! This is how one view ist created at the beginning of my application: if(m_pViewBackstagePageInfo == NULL) m_pViewBackstagePageInfo = new CUIBackstagePageInfo(); ASSERT(m_pViewBackstagePageInfo); if(!m_pViewBackstagePageInfo->GetSafeHwnd()) m_pViewBackstagePageInfo->Create(CUIBackstagePageInfo::IDD, this); pTab = pView->AddTab(m_pViewBackstagePageInfo, RB_TAB_BACKSTAGE_INFO); pTab->SetFlags(xtpFlagManualUpdate); |
|
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 |