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 » ItemMove method is not working properly in CExtTabWnd.... Collapse All
Subject Author Date
Michael chang Mar 20, 2012 - 6:51 AM

Hi.


I’m implemeting a skin application using your skin library. So, My application have tab window and four Tabs "Tab1", "Tab2", "Tab3", "tab4". Also the Tab of my application is supporting floating and docking(or documet).


Problem is that ItemMove() method is not working when the tab is to docking(or Document) from floating state. Below is sample code.


1) Floating


m_arrAllDynamicBars[0]->BarStateSet(CExtCoustomControlbar::__EDBS_FLOATING, true);


2) Document

m_arrAllDynamicBars[0]->BarStateSet(CExtCoustomControlbar::__EDBS_DOCUMENT, true);


When i try to docking a tab, Tab is document to last position So, i want to move to first position So, I add below code.


m_wndMdiTabs.ItemMove(3, 0, true);  


But, it is not working. Please solve this problem.


Thanks.