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 » CExtPopupMenuWnd::_EndSequenceEx Exception Collapse All
Subject Author Date
Fabio Ermotti Apr 20, 2015 - 9:38 AM

Using CExtPopupMenuWnd in the systemTray, sometimes the application throw an unhandled exception.
It seems that there isn’t any direct action that causes the problem.

I put the CExtPopupMenuWnd::_EndSequenceEx() content in a try-catch block to avoid this.
Anybody know something about this problem?

Art Wilkes Jul 16, 2015 - 10:36 PM

Comment this lines of code

// if ( ( !_IsFadeOutAnimation() )
// && m_ctrlShadow.GetSafeHwnd() != NULL
// )
// m_ctrlShadow.DestroyWindow();

from "CExtPopupMenuWnd::_EndSequenceEx" and "CExtPopupMenuWnd::_EndSequence".

Prof-UIS Support