Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - crash
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

crash

 Post Reply Post Reply
Author
Message
douglashogan View Drop Down
Groupie
Groupie


Joined: 02 July 2003
Location: Switzerland
Status: Offline
Points: 62
Post Options Post Options   Thanks (0) Thanks(0)   Quote douglashogan Quote  Post ReplyReply Direct Link To This Post Topic: crash
    Posted: 29 October 2003 at 1:10pm

There is a nasty crash in the docking pane code which can be reliably reproduced. See the bitmap attached. When there is a expanding docking pane expanded, carefully drag the mouse around the border of the application to the title of a docking pane which is fixed and expanded. Drag the fixed pane to the temporary expanded pane until the outline appears as in the bitmap. Then let the mouse go. BANG! The line of code responsible may be as below.

 

void CXTPDockingPaneManager::_InsertPane(CXTPDockingPaneBase* pPane, XTPDockingPaneDirection direction, CXTPDockingPaneBase* pNeighbour)

{

...
  ASSERT(pNeighbour->m_pParentContainer->Get Type() == typeSplitterContainer);
...

}

 

bitmap can be viewed at http://www.setupmaster.com/public/cj_crash.jpg

Regards
Douglas Hogan
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 30 October 2003 at 9:15am

Thank Douglas,

Fixed.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.