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

C / C++ / MFC

 
AnswerRe: Memory Leak tools Pin
SRKSHOME21-Aug-08 20:12
SRKSHOME21-Aug-08 20:12 
QuestionForcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine21-Aug-08 1:35
Ahmed Charfeddine21-Aug-08 1:35 
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 
You are on another pbm then.
Well, yes exactly, there's indeed not such "central" dock site or space within the FrameWndEx.
the FrameWndEx first lays out the docking panes, according to their positions in the borders and the central space that is left is reserved for the CView that would have been attached to the Frame and to another abstract CDocument class via the documenttemplate mechanism.
If you do'nt have time to adapt the source code then I think you just have to identify one of your existing docking panes and put its content into the CView, so it will be always shown in the central area and the remaining panes will be placed to its left/right/top, etc.

I hope your situation is not the same as mine in 2007 when I had to develop a video surveillance application. Docking panes (or control bars) seemed to be perfect to use as windows to show remote camera video and let the user manage the custom positioning of multiple video window byhimself.
There was the need to get rid of the central area. this was not possible since all my panes are in term of type of content the same. I ended up doing things manually inside the CView.
So I hope your pbm be solved by finding the particlar docking pane that hosts the type of content that can be shown persistently in the central area (CView). Otherwise also try to invent one !

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

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 
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 

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.