Splitter Windows
-
I'm using a dynamic splitter window to display multiple views. I would like to create a window similar to the MS Outlook window, with one view on the LHS and two views on the RHS, one above the other. m_wndSplitter.Create(...) arguments insist that you create a number of rows and columns for the views. My question is, given that I must create a splitter window with 2 rows and 2 columns in order to achieve the desired effect, How do I hide/remove(?) the unwanted view? Many thanx funbag X| skydiving....if at first you don't succeed, you're fecked!
-
I'm using a dynamic splitter window to display multiple views. I would like to create a window similar to the MS Outlook window, with one view on the LHS and two views on the RHS, one above the other. m_wndSplitter.Create(...) arguments insist that you create a number of rows and columns for the views. My question is, given that I must create a splitter window with 2 rows and 2 columns in order to achieve the desired effect, How do I hide/remove(?) the unwanted view? Many thanx funbag X| skydiving....if at first you don't succeed, you're fecked!
No, you achieve the Outlook-like layout with *two* splitters. First splitter splits window vertically. LHS is a view and RHS is another splitter which splits horizontally and hosts two views. Tomasz Sowinski -- http://www.shooltz.com
** If you're going to rape, pillage and burn, be sure to do things in that order. ** -
I'm using a dynamic splitter window to display multiple views. I would like to create a window similar to the MS Outlook window, with one view on the LHS and two views on the RHS, one above the other. m_wndSplitter.Create(...) arguments insist that you create a number of rows and columns for the views. My question is, given that I must create a splitter window with 2 rows and 2 columns in order to achieve the desired effect, How do I hide/remove(?) the unwanted view? Many thanx funbag X| skydiving....if at first you don't succeed, you're fecked!
In addition to what Tomasz said you should use CSplitterWnd::CreateStatic, since you'd want different views for each pane. Nish
_I am looking for a free racing game. Old style racing game without any complicated 3D stuff. Around 4 MB download. If anyone has such a game, please inform me._