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 General Discussion » Tab switching problem in Ribbon Bar (CExtTabMdiWhidbeyWnd ) Collapse All
Subject Author Date
Vinit Patil Sep 29, 2009 - 11:05 PM

when I open the multiple tab and switch from one tab to another, all tabs child winodw get Minimise and activated window refresh at last.


 I am using is below sample code.


Code:


CExtTabMdiWhidbeyWnd  m_wndMdiTabs;


if( ! m_wndMdiTabs.Create(

        this,

        CRect(0,0,0,0),

        UINT(__EXT_MFC_IDC_STATIC),

        WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS,

        __ETWS_MDI_DEFAULT|__ETWS_HIDE_ICONS

        |__ETWS_SHOW_BTN_TAB_LIST|__ETWS_ENABLED_BTN_TAB_LIST

        |__ETWS_ITEM_DRAGGING|__ETWS_ENABLED_BTN_UP|__ETWS_ENABLED_BTN_DOWN|__ETWS_ENABLED_BTN_CLOSE

        )

        )

    {

        TRACE0("Failed to create m_wndMdiTabs\n");

        return -1;      // fail to create

    }

    m_wndMdiTabs.OrientationSet( __ETWS_ORIENT_TOP );

    m_wndMdiTabs.OnTabWndSyncVisibility();


I check same behavoiur in ProfUI sample applicastion , but getting the same action (e.g In RibbonBarMDI sample example open the 4-5 tabs and switch from one to anoter tabs we will see the problem.).I set Initial state of all child view in max mode.I am using Vista OS , ProfUIS284.dll and  ProfUIS284.libs.


Any thing else please let me know

Thanks in advance


 

Technical Support Oct 1, 2009 - 12:46 PM

We improved MDI interface support in 2.85. This issue looks like fixed.