Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - GUI_Outlook splitter problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

GUI_Outlook splitter problem

 Post Reply Post Reply
Author
Message
TheFlashback View Drop Down
Newbie
Newbie


Joined: 15 October 2005
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote TheFlashback Quote  Post ReplyReply Direct Link To This Post Topic: GUI_Outlook splitter problem
    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!

 



Edited by TheFlashback
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.049 seconds.