Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtComboBox and ON_CBN_DROPDOWN Collapse All
Subject Author Date
Massimo Germi Feb 14, 2006 - 6:59 AM

Hi,


I have a dialog with a CExtComboBox member. I want to capture the drop down message, in the dialog class.


I have declared in .h


CExtComboBox m_cmb_database;


afx_msg void OnDropdownComboDatabase();


in .cpp


BEGIN_MESSAGE_MAP(CDlgConfiguration, CDialog)
 //{{AFX_MSG_MAP(CDlgConfiguration)
 ON_CBN_DROPDOWN(IDC_COMBO_DATABASE, OnDropdownComboDatabase)
 //}}AFX_MSG_MAP
END_MESSAGE_MAP()


When program ran the execution of the program doesn’t pass in thr function OnDropdownComboDatabase().


There is e way to solve this?


TX

Technical Support Feb 14, 2006 - 10:17 AM

Yes, we found this bug. We will fix it as soon as possible and notify about this by e-mail.

Massimo Germi Feb 14, 2006 - 11:50 AM

OK,


I have to release a patch for my program, so, if possible, I would want to be informed, by email, when this bug is solved.


thanks

Technical Support Feb 16, 2006 - 10:12 AM

We fixed the bug. Please replace the old ExtComboBox.h and ExtComboBox.cpp files with those in this update and recompile the library.

Massimo Germi Feb 21, 2006 - 10:33 AM

Hi,


I have some problem compiling new version of ExtComboBox.(h-cpp), __EXT_MFC_(U)INT_PTR seems not to be defined.


I’m using VS2005.


tx

Technical Support Feb 22, 2006 - 11:35 AM

We are sorry for any inconvenience. We sent you the version of the combo box from Prof-UIS 2.53 which introduces new compatibility with the C++ runtime library of Visual Studio 2005 and MFC 8.0. Please contact us by e-mail so we can tell you how to download the latest source code of Prof-UIS 2.53.

Massimo Germi Feb 16, 2006 - 12:58 PM

Thanks,


as always your support works fine.