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 General Discussion » Hang in application Collapse All
Subject Author Date
Raphael Verdier Feb 23, 2018 - 9:27 AM

In our application we use the version 3.3.0.0
sometimes when we move a window (CExtResizableDialog inside en CExtControlBar) our application hangs.

If we use the debuger we see that the hang come from the function CExtControlBar::stat_DragDetect_ImplStep(
    HWND hWnd,
    POINT pt,
    UINT nUpMessage // = WM_LBUTTONUP
    )

it doesn’t find one of the end condition.
It works if we comment this function.


best regards