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 » Will it be a bug of RibbonBar? Collapse All
Subject Author Date
tera t Apr 10, 2008 - 7:36 PM

There is time when expression collapses.



1, When I changed a theme.

    or

2, At the time of application start.


    CExtRibbonNode * pNodeMoji =

        new CExtRibbonNode( ID_ZUMEN_MOJI , 0, NULL, 0, _T("Str") );

    pNodeMoji->RibbonILE_RuleRemoveSmallILV();

    VERIFY( pNodeMoji->m_iconBig.m_bmpNormal.LoadBMP_Resource( MAKEINTRESOURCE(IDB_ZUMEN_MOJI_BIG) ) );

    pNodeMoji->m_iconBig.m_bmpNormal.Make32();

    pNodeMoji->m_iconBig.m_bmpNormal.AlphaColor( RGB(255,0,255), RGB(0,0,0), 0 );

    VERIFY( pNodeMoji->m_iconSmall.m_bmpNormal.LoadBMP_Resource( MAKEINTRESOURCE(IDB_ZUMEN_MOJI_SMALL) ) );

    pNodeMoji->m_iconSmall.m_bmpNormal.Make32();

    pNodeMoji->m_iconSmall.m_bmpNormal.AlphaColor( RGB(255,0,255), RGB(0,0,0), 0 );

    pRibbonGroup->InsertNode( NULL, pNodeMoji );


Thanks,


 

Technical Support Apr 24, 2008 - 1:45 PM

v.2.83 is not yet released. Please contact us via email at support@prof-uis.com. We will reply with how to download the latest snapshot of v.2.83.

tera t Apr 16, 2008 - 2:28 AM

Hello.


There is time when size collapses by all means.

I want to perform right drawing.

Please teach a good command.


 

Technical Support Apr 23, 2008 - 5:45 AM

When the current theme changes, it is handled absolutely differently by the ribbon in v.2.83 and you should no longer see the incorrect layout. We can provide you with the latest snapshot of v.2.83.

tera t Apr 23, 2008 - 6:30 PM

Hello.


when I can obtain Prof-UIS2.83?