Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Please teach how to use __ECTN_TBB_UNDO_REDO(RibbonBar) Collapse All
Subject Author Date
tera t Jan 10, 2008 - 11:58 PM

Hello.

I want to make the following buttons in a ribbon bar.
http://www.yukai.jp/~ifreeta/20080111/image01.jpg

I programed it.
-------------------------------------------------------------------------
    CExtRibbonNode * pNodeUndo =
        new CExtRibbonNode( ID_FB_EDIT_UNDO , 0, NULL, 0, _T("Undo") );
        //new CExtRibbonNode( ID_FB_EDIT_UNDO );
        //new CExtRibbonNodeGallery ( ID_FB_EDIT_UNDO );
    pNodeUndo->RibbonILE_RuleRemoveLargeILV();
    pNodeUndo->CmdKeyTipSet( new CExtCustomizeCmdKeyTip( _T("UD") ), false );
    pNodeUndo->ModifyFlags(
        __ECTN_TBB_SEPARATED_DROPDOWN |
        __ECTN_TBB_UNDO_REDO
    );
-------------------------------------------------------------------------

However, an image was not displayed.
http://www.yukai.jp/~ifreeta/20080111/image02.jpg