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 » regarding for CExtPageContainer Collapse All
Subject Author Date
ramc ramc Sep 6, 2006 - 3:00 AM

Sir,
i created one application based on Cextpagecontainer,in this after crearting the container page will always displaying half of the window size only,it is not expanding full page , that means __EPCWS_SINGLE_EXPANDED|__EPCWS_SINGLE_FULL_SIZE these two styles not happening, whenever i am excuting the application only half of the page only creating for that page container window.
my code part is.....
if(    !(    
            m_wndResizableBarV.Create(
                NULL,
                this,
                ID_VIEW_RESIZABLE_BAR_V,
                WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS | CBRS_LEFT | CBRS_GRIPPER | CBRS_FLYBY | CBRS_SIZE_DYNAMIC| CBRS_HIDE_INPLACE
                )
            &&m_wndPageContainerV.Create(&m_wndResizableBarV,(UINT)IDC_STATIC, CRect(0,0,400,500))
             && m_wndSLV0.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING|__ESLW_BIG_ICON_VIEW )
                && m_wndSLV1.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
                && m_wndSLV2.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
                && m_wndSLV3.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
                && m_wndSLV4.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )



what ever changes i am doing on that CRect it is not taking , always some defult value only it is taking...please reply me soon it is very urgent case,

Technical Support Sep 6, 2006 - 12:57 PM

We can guess that the problem is not with the page container. It seems you incorrectly docked the m_wndResizableBarV control bar. Would you send us the entire project or a project that shows the problem so we can fix it?