Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTPTabControl display but cannnot change
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPTabControl display but cannnot change

 Post Reply Post Reply
Author
Message
MLatimer View Drop Down
Newbie
Newbie


Joined: 20 June 2005
Location: United Kingdom
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote MLatimer Quote  Post ReplyReply Direct Link To This Post Topic: CXTPTabControl display but cannnot change
    Posted: 01 July 2005 at 1:50pm

Hi

We create a CXTPTabControl with the following code. The control is displayed on of the form, but clicking the tabs does not display the relevent child window. The code is copied from the sample for tab manager. What am I missing?

// Create the pages.
m_pageMotorPanel.Create(CInstMotorPanel::IDD, &m_wndTabControl);
m_pageHistoryPanel.Create(CInstHistoryPanel::IDD, &m_wndTabControl);
m_pageFilterPanel.Create(CInstFilterPanel::IDD, &m_wndTabControl);

// Add the pages
m_wndTabControl.InsertItem(0, _T("History"), m_pageHistoryPanel, 0);
m_wndTabControl.InsertItem(1, _T("Filters"), m_pageFilterPanel, 0);
m_wndTabControl.InsertItem(2, _T("Motor"), m_pageMotorPanel, 0);

// Set the display of the tabs.
m_wndTabControl.GetPaintManager()->SetPosition(xtpTabPositionBottom);
m_wndTabControl.GetPaintManager()->SetAppearance((XTPTabAppearanceStyle)3);
m_wndTabControl.GetPaintManager()->SetOneNoteColors(TRUE);
m_wndTabControl.GetPaintManager()->m_clientFrame = (XTPTabClientFrame)0;

m_wndTabControl.ShowIcons(FALSE);

Back to Top
MLatimer View Drop Down
Newbie
Newbie


Joined: 20 June 2005
Location: United Kingdom
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote MLatimer Quote  Post ReplyReply Direct Link To This Post Posted: 01 July 2005 at 2:07pm

Found It!!

Set Nofity Parent flag in resource editor!!

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.