![]() |
CXTPTabClientWnd |
Post Reply
|
| Author | |
kelvincannon
Groupie
Joined: 12 November 2003 Location: United Kingdom Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabClientWndPosted: 30 October 2006 at 11:49am |
|
My program has 3 MDI child windows and I have tried changing from one tab to another tab by calling the following:
pMainFrame->MDIActivate(pMDIChildFrame3); //This is going from tab 1 to 3 It works ok except my OnMDIActivate override is not being called. My OnMDIActivate override gets called ok when I select a tab using the mouse pointer. Is this a bug in the toolkit or is there a better way to swap tabs. Thanks kelvin |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 October 2006 at 2:32pm |
|
Hello,
It is OS thing. Same if you call SetCurSel for TabCtrl notification will not send. So you can manyally call method you need after you call MDIActivate.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
kelvincannon
Groupie
Joined: 12 November 2003 Location: United Kingdom Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 October 2006 at 5:28pm |
|
Ok thanks
Kelvin |
|
![]() |
|
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 |