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 ResetContent issue Collapse All
Subject Author Date
Ian Hollamby Jul 5, 2007 - 6:31 AM

Hi,
I am getting an Assert in debug mode on the following line "ASSERT( pItemDataExt != NULL )" in CExtComboBoxBase::OnCBResetContent() when I call ResetContent() on a CExtComboBox control. The combo box has data initialised in the dialog editor and under some circumstances I want to clear this and add other options. It seems to work fine in release mode and I would normally do this with a CComboBox control.

Is there another ’expected’ way of doing this?

thanks
Ian

Technical Support Jul 5, 2007 - 9:10 AM

Thank you for reporting the problem. Please comment out this ASSERT macro in the Prof-UIS code and recompile the library

// ASSERT( pItemDataExt != NULL );
The problem should be gone.