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 » New bug in new version Collapse All
Subject Author Date
Rado Manzela Apr 2, 2014 - 1:56 PM

It seem you’ve added new bug:


LRESULT CExtMiniDockFrameWnd::WindowProc( UINT message, WPARAM wParam, LPARAM lParam )
{
    switch( message)
    {
    case WM_DISPLAYCHANGE:
        {
            LRESULT lRes = CExtMiniDockFrameWnd::WindowProc(message, wParam, lParam);
            Invalidate();
            return lRes;
        }
        break;


it causes stack overflow. What was it supposed to do? Call the base class?

Art Wilkes Apr 3, 2014 - 9:44 AM


Hi
We are looking at this and other places in the code where this occurs.
I’ll have an answer for you in a couple of days.

Prof-UIS Support

Rado Manzela Apr 2, 2014 - 2:26 PM

and the same problem in CExtScrollWnd