Property Page List Navigator Issue. |
Post Reply |
Author | |
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
Posted: 10 October 2014 at 2:18am |
Hi,
Using Codejock version 16.2.4; created property sheet using below code in our application CXTPPropertySheet ps(_T("Test")); CXTPPropertyPageListNavigator* pList = new CXTPPropertyPageListNavigator(); pList->SetListStyle(xtpListBoxOffice2007); // xtpListBoxOffice2007: Style not set as it is in sample program (PropertySheet) //pList->SetListStyle(xtpListBoxOfficeXP); // xtpListBoxOfficeXP: Style set properly //pList->SetListStyle(xtpListBoxOffice2013); // xtpListBoxOffice2013: Style set properly ps.SetNavigator(pList); CMyTest testPage; ps.AddPage(&testPage); ps.SetResizable(); ps.DoModal(); In my application OfficeXP & Office2013 set properly but Office2007 style does not set. Any idea why it is so? Is there any thing I am missing. Thanks, Saket Kumar |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |