Print Page | Close Window

GUI_Outlook splitter problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=3045
Printed Date: 09 November 2025 at 5:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: GUI_Outlook splitter problem
Posted By: TheFlashback
Subject: GUI_Outlook splitter problem
Date Posted: 17 October 2005 at 4:55am

Folks:

there is another problem I found ... It relates to the splitters. Please take a look at your GUI_Outlook sample. There are two issues:

1. If, at the end of CMainFrame::OnCreateClient(...), I do the following: m_wndSplitter3.SetFullDrag(TRUE); - the vertical splitter between the folder list pane and the (message list + preview) pane won't move at all. It gets stuck. It won't move or/and resize the panes.

2. If, at the end of CMainFrame::OnCreateClient(...) I do m_wndSplitter3.SetColumnInfo(0, 300, 300); and then start dragging the splitter to the left to shrink the folder list pane, when the folder list pane reaches the limit of 300 pixels... it simply disappears. The expected behavior will be to stop the folder list pane from shrinking further once the minimal width is reached. The problem is with the CXTSplitterWndEx::LayoutRowCol() function that sets pInfo->nCurSize to ZERO once the the pane goes beyong its minimal width. It causes the pane to disappear at all

I appreciate your help a lot.

Cheers!

 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net