![]() |
CXTPTabClientWnd - 'Active Files' button |
Post Reply
|
| Author | |
mgampi
Senior Member
Joined: 14 July 2003 Status: Offline Points: 1210 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabClientWnd - 'Active Files' buttonPosted: 12 March 2008 at 6:27am |
|
Hi; |
|
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2008 at 11:06am |
|
Hi,
Sounds like very good suggestion. We changed it for 12.0 release.
Just add in the end of MDIActivate
if (pWnd->GetStyle() & WS_MINIMIZE)
pWnd->SendMessage(WM_SYSCOMMAND, (WPARAM)SC_RESTORE, 0L); and replace if (pItem && !pItem->IsSelected()) to if (pItem)
also now user can click Tab to restore MDI child.
Thanks, good suggestion.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mgampi
Senior Member
Joined: 14 July 2003 Status: Offline Points: 1210 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2008 at 1:59pm |
|
Hi Oleg;
Thanks for your modifications. Sounds good that our customers have good ideas...
Do I have to change the second modification only in PerformClick(), or also in OnDragOver()?
|
|
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2008 at 2:39pm |
|
Hi,
in PerformClick.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mgampi
Senior Member
Joined: 14 July 2003 Status: Offline Points: 1210 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2008 at 5:58pm |
|
Thanks Oleg This works exactly as our customers want!
|
|
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
![]() |
|
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 |