Hello,
Related to this post, here is my patch for including Doc/View framework into wxAUI MDI concept (I attached it to that post, I hope it'll work ).
I added the files tabdocmdi.h/cpp and modify the VS project of wxAUI and wxWidgets to take them in care.
I created a sample app but you should probably create de folder 'samples\auidocvwmdi' before applying the patch.
Moreover, I created the related doc in tex format.
It seem to work fine under Windows XP sp2, I do not test it under other platforms.
I do not sent this patch into SourceForge resources. I'm waiting for yourfeed back first.
Any remark / critic is welcome.
Best regards,
R.U.10
Kirix Support Forums
Doc/View framework for wxAUI MDI
12 posts
• Page 1 of 1
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
Re: Doc/View framework for wxAUI MDI
Ok, the attached file seem to don't work so try HERE.
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
Re: Doc/View framework for wxAUI MDI
I added the function OnNotebookPageChanged in the class wxAuiDocMDIParentFrame which is connected with the event wxEVT_COMMAND_AUINOTEBOOK_PAGE_CHANGED. This function activate the wxView associated with the wxAuiDocMDIChildFrame belonging in the tab selected from the main notebook. It permit to keep a synchronization between the selected ChildFrame and the activated status of its wxView.
These modifications are integrated in the latest patch on this URL which is based on the last wxWidgets 2.8 branch sources.
These modifications are integrated in the latest patch on this URL which is based on the last wxWidgets 2.8 branch sources.
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
Re: Doc/View framework for wxAUI MDI
Hello,
This topic looks very interesting to me.
I am currently looking for a very simple tabbed text editor based on wxWidgets to be incorporated in one of my projects, and the standard docview system does not fulfil my needs.
Would it be possible for me to take part of your work?
The links in your posts are currently all dead.
BN
This topic looks very interesting to me.
I am currently looking for a very simple tabbed text editor based on wxWidgets to be incorporated in one of my projects, and the standard docview system does not fulfil my needs.
Would it be possible for me to take part of your work?
The links in your posts are currently all dead.
BN
- BamN
- Registered User
- Posts: 1
- Joined: Tue Aug 19, 2008 9:34 am
Re: Doc/View framework for wxAUI MDI
Hello,
My provider closed the website on which I placed the pathes because of download goal and not of website...
So during the time I open another website, I can send you the patch if you let me an email (in PM!) or another mean to supply the file.
Know only that some changes will be brought at these sources (see this post).
Regards
My provider closed the website on which I placed the pathes because of download goal and not of website...
So during the time I open another website, I can send you the patch if you let me an email (in PM!) or another mean to supply the file.
Know only that some changes will be brought at these sources (see this post).
Regards
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
Re: Doc/View framework for wxAUI MDI
I finally reviewed my patch to answer the requests exposed here.
It's posted it in the wxWidgets track:
http://trac.wxwidgets.org/ticket/8945
It's posted it in the wxWidgets track:
http://trac.wxwidgets.org/ticket/8945
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
Re: Doc/View framework for wxAUI MDI
Can anybody of the Kirix team check the patch with the Strata project to see if it does not bring issue?
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
Re: Doc/View framework for wxAUI MDI
I'll look at it today.
Best,
Ben
And the result is???????
Seriously, I would lov eto see these classes implemented into wxAUI, I believe that wxAUI needs these classes and they are a definite improvement overall.
Regards
Mal
- NinjaNL
- Registered User
- Posts: 40
- Joined: Thu Jun 14, 2007 6:53 am
Re: Doc/View framework for wxAUI MDI
Hi,
I've reviewed this patch line-for-line, and I'm very much in favor of it getting applied. I tried to get Strata up and running on the latest trunk build if 2.9, but failed due to some build errors, so I'm going to have to wait until the build errors I ran into are ironed out. At that point I can give you a precise reply.
I'd really like you to try to push to get this included-- the code is good conceptually and in implementation. However, applying the patch myself is out of the question, because it touches too much code in the wxWidgets tree that's not mine. Please contact Vadim and ask him to apply it.
If you need more help, just ask. Also as soon as I can get Strata built with the latest 2.9 trunk, I'll give you an answer to your question.
All the best,
Ben
I've reviewed this patch line-for-line, and I'm very much in favor of it getting applied. I tried to get Strata up and running on the latest trunk build if 2.9, but failed due to some build errors, so I'm going to have to wait until the build errors I ran into are ironed out. At that point I can give you a precise reply.
I'd really like you to try to push to get this included-- the code is good conceptually and in implementation. However, applying the patch myself is out of the question, because it touches too much code in the wxWidgets tree that's not mine. Please contact Vadim and ask him to apply it.
If you need more help, just ask. Also as soon as I can get Strata built with the latest 2.9 trunk, I'll give you an answer to your question.
All the best,
Ben
Ben Williams
Kirix Support Team
Kirix Support Team
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
Re: Doc/View framework for wxAUI MDI
Thank you for the feed back, could you please post your answer in the related ticket to advance the procedure?
Regards
Regards
- R.U.10
- Registered User
- Posts: 30
- Joined: Mon May 21, 2007 9:26 am
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
12 posts
· Page 1 of 1
Return to wxAUI Patches & Modifications