![]() |
one more question abt Sample vs7 |
Post Reply
|
| Author | |
lw0110
Newbie
Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: one more question abt Sample vs7Posted: 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..
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2006 at 9:09am |
|
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)
Quote Reply
Posted: 25 January 2006 at 10:48pm |
|
the original code already have leh
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 January 2006 at 12:30am |
|
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)
Quote Reply
Posted: 26 January 2006 at 7:15pm |
|
|
![]() |
|
lw0110
Newbie
Joined: 24 January 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 January 2006 at 7:15pm |
|
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 January 2006 at 12:49am |
|
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)
Quote Reply
Posted: 27 January 2006 at 3:57am |
|
that function is terrific =).. but docking panes cover the mainframe window full |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 January 2006 at 11:09am |
|
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)
Quote Reply
Posted: 31 January 2006 at 6:59pm |
|
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 |