![]() |
CXTPPropertyGrid and property pages |
Post Reply ![]() |
Author | |
tmolander ![]() Newbie ![]() Joined: 11 April 2006 Location: Finland Status: Offline Points: 3 |
![]() ![]() ![]() ![]() ![]() Posted: 11 April 2006 at 8:01am |
I need to use CXTPPropertyGrid control in CPropertyPage derived class. When testing my property page I found out that I cannot get to the controls in property sheet with TAB i.e. to OK and Cancel buttons which are located in the sheet and not in the page. If I insert controls into the page I can get to those with TAB though. The same behaviour can be seen in PropertyGrid's OwnerDraw sample (included with Xtreme Toolkit Pro v9.81 which I am using). Does anyone have a fix or workaround? Thanks.
|
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Thank you, please replace this method: CWnd* CXTPPropertyGrid::GetNextGridTabItem(BOOL bForward) if (!pThis || !pParent) CWnd* pNextItem = pParent->GetNextDlgTabItem(pThis, bForward); if (pNextItem == pThis) return pNextItem; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
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 |