Print Page | Close Window

A FormVIew Question!

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=81
Printed Date: 26 April 2024 at 3:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: A FormVIew Question!
Posted By: eskonew
Subject: A FormVIew Question!
Date 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);
............................

}

 




Replies:
Posted By: kstowell
Date 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 mailto:support@codejock.com - support@codejock.com that recreates the problem and we will be happy to take a look at it for you.

Regards,
Codejock Support




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net