Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - A FormVIew Question!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

A FormVIew Question!

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


Joined: 30 June 2003
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote eskonew Quote  Post ReplyReply Direct Link To This Post Topic: A FormVIew Question!
    Posted: 30 June 2003 at 10:43am

Hi Everyone:

When I show a CFormView in a CXTSplitterWnd's pane,the  edit and comobx that I derived from CXTFlatEdit and CXTFlatComboBox,the flat appearance works well,but it doesn't work when I put a FormView into a CXTTabView,even  XTFlatEdit and XTFlatComboBox. And many pretty buttons including ButtonST,the classic button, can't work too!Whether i have lose some declaration?Here are code:

 class CSalesCustMainView : public CFormView
{
CXTFlatEdit           m_FaxXT;    

...................

}

void CSalesCustMainView::DoDataExchange(CDataExchange* pDX)
{
 CFormView::DoDataExchange(pDX);
 DDX_Text(pDX, IDC_FAX_EDIT, m_FaxEdit);
............................

}

 

Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 02 November 2003 at 2:51pm

Hello,

This sounds like you may have a problem with message routing in your application.  If you are still having problems, please send a sample project to support@codejock.com that recreates the problem and we will be happy to take a look at it for you.

Regards,
Codejock Support

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.125 seconds.