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 » Is this bug???? Collapse All
Subject Author Date
Junghoon Ahn Aug 25, 2003 - 5:41 AM

Hello. I am using your freeware v2.21.

I found the bug in the MDI_InnerOuterBars.

When i start the program and move the child-view, and then if i push mouse L-button on the caption of control bar, the program is crashed.

##############################
Debug Accertion Failed!
..
File:... Prof-UIS\src\ExtControlBar.cpp
Line:12119

Sergiy Lavrynenko Aug 27, 2003 - 12:18 AM

Hi,

This bug is really just an unwanted assertion. We have fixed it. You can comment lines 12119-12122 in extcontrolbar.cpp file:

ASSERT( rcFrameWnd.left <= rcCircle0.left );
ASSERT( rcFrameWnd.top <= rcCircle0.top );
ASSERT( rcFrameWnd.right >= rcCircle0.right );
ASSERT( rcFrameWnd.bottom >= rcCircle0.bottom );


This code was used for debugging of docking code for resizable bars.

Best regards,
Sergiy.