paolob
unread,Mar 5, 2012, 10:39:52 AM3/5/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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...