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 » CExtGridCellComboBox::SetEnumMode(false) in CExtPropertyGridCtrl bug fix not in latest 2.83 source Collapse All
Subject Author Date
D. Cameron DeHeer May 9, 2008 - 7:12 AM

Hello,

There was a defect with CExtGridCellComboBox::SetEnumMode(false) originally reported in December that had a fix posted that I don’t see in the latest 2.83 source code I downloaded yesterday. The original post was:

http://www.prof-uis.com/prof-uis/tech-support/support-forum/cextgridcellcombobox-resetcontent-bug-58658.aspx fix consisted of the else at the bottom of the ::Assign method:

The



					    else
								   pCell->TextGet( m_str );


I can reproduce the issue by subclassing CExtPropertyGridCtrl and overloading OnPgcInputComplete. Calling TextGet for the combo box after it has changed always returns “” rather than the entered text (whether you have typed in something not in the list or selected an item in the list). I can send you the modified PropertyGrid sample code if necessary. Thanks for looking into this.

Regards,

Cameron