![]() |
GUI_Outlook splitter problem |
Post Reply
|
| Author | |
TheFlashback
Newbie
Joined: 15 October 2005 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: GUI_Outlook splitter problemPosted: 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!
Edited by TheFlashback |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |