Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding over 20 CMFCRibbonCategory to CMFCRibbonBar icons menu for Personalize Quick Access are random

75 views
Skip to first unread message

paolob

unread,
Mar 5, 2012, 10:39:52 AM3/5/12
to
I have a lot of CMFCRibbonCategory in my CMFCRibbonBar
After add over 20 ~ 22 CMFCRibbonCategory
if I click for Personalize Quick Access Toolbar
some icons are random !!!

To reproduce this bug use MSoffice2007Demo and
in MainFrame.cpp
change this lines...
void CMainFrame::AddTab_Review()
{
for( unsigned i=0; i<14; ++i)
{
CString foo;
foo.Format("Review %d", i);
CMFCRibbonCategory* pCategory =
m_wndRibbonBar.AddCategory(foo,
IDB_REVIEW, IDB_REVIEWLARGE);
// ...

after run open the menu for Personalize Quick Access Toolbar...
0 new messages