one more question abt Sample vs7 |
Post Reply |
Author | |
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 24 January 2006 at 10:12pm |
for the sample "visual studio 7", it has a document window to allow multiple document open. If I close it, there is a gap among those docking panels if i do not drag them. Is there any way to fix that gap? If i close the document view window, other panels can full fill the window automatically? thanks very much.. i do not know how to change the document explorer area to other type, such as a panel with full of icons... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
looks like a bug :( Please patch sources in void CXTPTabClientWnd::CalcWindowRect() add Invalidate(FALSE); in first block:
if (GetWorkspaceCount() == 0 || !m_bShowWorkspace) Thanks. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
the original code already have leh
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hmm.. may be I don't understand what gap you mean.... Can you show screenshot?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
|
|
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
sorry, not very clear~~ |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, guess you need m_paneManager.HideClient(TRUE); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
that function is terrific =).. but docking panes cover the mainframe window full...is it mean that i need a logic to add that function in order to see pane and main window at the same time??? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
It depens what you want to get. You can call this method when all child frames closed and call
m_paneManager.HideClient(FALSE); if some frame was opened. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
lw0110
Newbie Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
emm...thx very much |
|
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 |