Click here to Skip to main content
15,894,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 21:58
svinopotamm5-May-09 21:58 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 22:06
Ahmed Charfeddine5-May-09 22:06 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 22:42
svinopotamm5-May-09 22:42 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 23:03
Ahmed Charfeddine5-May-09 23:03 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 23:21
svinopotamm5-May-09 23:21 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 23:42
Ahmed Charfeddine5-May-09 23:42 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm6-May-09 1:05
svinopotamm6-May-09 1:05 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine6-May-09 1:19
Ahmed Charfeddine6-May-09 1:19 
Well first of all let me also suggest to you to consider the use of splitter frame. It is also easy to use : all you have is to indicate the splitting(rows/columns) and then attach windows to each resulting zone.

You can make a toolbar on top of the frame with each button corresponding to a certain "split configuration" or "mode" according to your terminolgy.
Thus when the user choses a mode, you rest the splitting algorithm and dynamically reattach windows to the zones (This is allowed by the SplitterWnd).

Finally, commenting on your last note, well, you should note that a view can't be dragged out of the central space. You told me your application is SDI. If it was MDI and the docking panes are created within the main frame then if you do'nt have a child frame (CMDIChildFrameEx) then the central void will appear.

Easy Profiler : a compile-time profiler for C++
www.potatosoftware.com

QuestionReason for Debug Assertion Failed! Pin
ptr_Electron21-Aug-08 1:08
ptr_Electron21-Aug-08 1:08 
AnswerRe: Reason for Debug Assertion Failed! Pin
_AnsHUMAN_ 21-Aug-08 1:19
_AnsHUMAN_ 21-Aug-08 1:19 
GeneralRe: Reason for Debug Assertion Failed! Pin
ptr_Electron21-Aug-08 1:59
ptr_Electron21-Aug-08 1:59 
AnswerRe: Reason for Debug Assertion Failed! Pin
CPallini21-Aug-08 1:37
mveCPallini21-Aug-08 1:37 
QuestionRe: Reason for Debug Assertion Failed! Pin
David Crow21-Aug-08 3:25
David Crow21-Aug-08 3:25 
QuestionHow to set window size of an sdi application Pin
johnthecoder21-Aug-08 0:47
johnthecoder21-Aug-08 0:47 
AnswerRe: How to set window size of an sdi application Pin
_AnsHUMAN_ 21-Aug-08 1:16
_AnsHUMAN_ 21-Aug-08 1:16 
AnswerRe: How to set window size of an sdi application Pin
krmed21-Aug-08 1:58
krmed21-Aug-08 1:58 
AnswerRe: How to set window size of an sdi application Pin
Michael Schubert21-Aug-08 4:42
Michael Schubert21-Aug-08 4:42 
AnswerRe: How to set window size of an sdi application Pin
SRKSHOME21-Aug-08 20:16
SRKSHOME21-Aug-08 20:16 
Questioncreating fonts [modified] Pin
neelu777921-Aug-08 0:10
neelu777921-Aug-08 0:10 
AnswerRe: creating fonts Pin
KarstenK21-Aug-08 0:58
mveKarstenK21-Aug-08 0:58 
GeneralRe: creating fonts Pin
Chris Losinger21-Aug-08 1:19
professionalChris Losinger21-Aug-08 1:19 
GeneralRe: creating fonts Pin
neelu777921-Aug-08 1:29
neelu777921-Aug-08 1:29 
Questionmember variable of STL string class Pin
George_George20-Aug-08 23:17
George_George20-Aug-08 23:17 
AnswerRe: member variable of STL string class Pin
toxcct20-Aug-08 23:51
toxcct20-Aug-08 23:51 
GeneralRe: member variable of STL string class Pin
George_George21-Aug-08 0:01
George_George21-Aug-08 0:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.