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 » CExtControlBar::FloatControlBar question Collapse All
Subject Author Date
tera tera Nov 29, 2008 - 12:08 AM

Hello.


 The anchor of the dialogue that I assigned to a bar does not work when I do following how to use 


 m_pRitsumenBar->SetRedraw(false); 

 m_pRitsumenBar->FloatControlBar( CPoint(480, 200) );

 m_pRitsumenBar->HideBar();

 m_pRitsumenBar->SetRedraw(true);

Technical Support Dec 1, 2008 - 10:17 AM

Finally you should invoke:

   m_pRitsumenBar->OnRepositionSingleChild();
            m_pRitsumenBar->RedrawWindow(
                        NULL,
                        NULL,
                        RDW_INVALIDATE|RDW_UPDATENOW
                                    |RDW_ERASE|RDW_ERASENOW
                                    |RDW_ALLCHILDREN
                                    |RDW_FRAME
                        );