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 » Bug in CExtComboEditCtrlHook::OnContextMenu Collapse All
Subject Author Date
Lars Mohr Dec 31, 2010 - 7:13 AM

Dear Support Team,


I think there is a bug in the function CExtComboEditCtrlHook::OnContextMenu before you call the RedrawWindow function. I think you have to include these lines of code like it is in the CExtEditBase::OnContextMenu function:      


if( ! ::IsWindow( m_hWnd ) )
            return;

If I close my app and the content menu of the combo box is still open the app crashed.


Regards and a HAPPY NEW YEAR


 

Technical Support Jan 3, 2011 - 11:55 AM

Added. Thank you and a very Happy New Year!