Print Page | Close Window

Helppppp.........Multiple document tabs

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=12108
Printed Date: 28 February 2025 at 7:00pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Helppppp.........Multiple document tabs
Posted By: vijaymahajan
Subject: Helppppp.........Multiple document tabs
Date Posted: 08 September 2008 at 11:31pm
Hello,
I tried to find for switching the child tabs in OnActivateView event,But unfortunately i couldnt found the exact case.
 
see,Herewith i am giving the text file in which the two cases i have given.
 
1)The first case works exactly for switching the tabs,But when user do alt+tab to switch to some another application,it fails.
In first case i get the bool variable bModified as TRUE.
so it works proper for switching the child view.But dont know why it fails while doing alt+tab for switching between applications.
 
 
2)The second case works when user do the alt+tab,But it fails when he switches between the child tabs.
in this case i get the bool variable FALSE.
 
https://forum.codejock.com/uploads/20080830_082102_New_Text_Docume.zip - uploads/20080830_082102_New_Text_Docume.zip
 
I know,this is pure MFC,and this kind of querry shouldnt be asked on this forum.But i am really screwed at this point.and couldnt find the way.
 
My application is multiple document application  and only one view for each document. And My requirement is,whenever user switch the document,he should save the previous document.
If we handle it in OnActivateView,we will have to check bActivate variable is false and then save the document.This it is doing,But it gets that variable false in alt + tab condition also.So whenever user does alt+tab it asks to save the document when we come back to our application.
How can i avoid this?
Please guide me,what exactly shall i do to catch the childview tabs click event? Or Please guide to avoid the alt+tab problem. Because even if we get the tab clk event,i think we wont be able to get the previous document that time.This i am not sure,just guessing.
Please tell,what can be the possible solution for this problem.
 
 
Thanks And Regards,
Vijay.



Replies:
Posted By: Oleg
Date Posted: 09 September 2008 at 5:26am
Hi,
 
another option is to catch
 
ON_WM_MDIACTIVATE()
in CMDIChildWnd derived class. don't forget to call base method.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: vijaymahajan
Date Posted: 09 September 2008 at 6:27am
Hi Oleg,
Thanks for replying immediatly.
Dont you think,here also we will have to face the same problem?
My problem is to save the deactivating document.
Cant we trace the alt+tab by any other means?
 
Thanks And reagards,
Vijay.


Posted By: Oleg
Date Posted: 09 September 2008 at 2:58pm
Hi,
TabClient sends WM_MDIACTIVATE only if MDI child changed.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: vijaymahajan
Date Posted: 10 September 2008 at 12:01am
Hello,
Thanks.It really worked.
 
sorry oleg,one more question. If the user goes for saving the document,i will open the savefiledialog. If he do not enter any path,and directly press the cancle button,it means he do not want to save.
Then in that case i will have to open the previous document again.
Can i do that?Is it possible? What can be the possible solution for that?
 
Because in this case,he has already clicked on the new childwnd tab. so new child window will get activated internally. then even if he clicks cancle button in savefiledialog,we wont be able to show the previous view. is there any method which can detect the last active tabclient? If not,Can we prevent the OnMdiActivate event to get fired in that case?
Can u put some light on this issue also?
 
Thanks again for your earlier reply. It really helped me a lot.
 
Thanks And Regards,
Vijay.
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net