Kirix Support Forums

Doc/View framework for wxAUI MDI

Please post any wxAUI patches or modifications you've created here. Thanks!

Doc/View framework for wxAUI MDI

Postby R.U.10 on Fri Nov 23, 2007 2:01 pm

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
R.U.10
Registered User
 
Posts: 30
Joined: Mon May 21, 2007 9:26 am

Re: Doc/View framework for wxAUI MDI

Postby R.U.10 on Fri Nov 23, 2007 2:22 pm

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

Postby R.U.10 on Tue Jul 01, 2008 10:45 am

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.
R.U.10
Registered User
 
Posts: 30
Joined: Mon May 21, 2007 9:26 am

Re: Doc/View framework for wxAUI MDI

Postby BamN on Tue Aug 19, 2008 9:40 am

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
BamN
Registered User
 
Posts: 1
Joined: Tue Aug 19, 2008 9:34 am

Re: Doc/View framework for wxAUI MDI

Postby R.U.10 on Fri Aug 29, 2008 4:34 am

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
R.U.10
Registered User
 
Posts: 30
Joined: Mon May 21, 2007 9:26 am

Re: Doc/View framework for wxAUI MDI

Postby R.U.10 on Wed May 13, 2009 5:06 am

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
R.U.10
Registered User
 
Posts: 30
Joined: Mon May 21, 2007 9:26 am

Re: Doc/View framework for wxAUI MDI

Postby R.U.10 on Wed Apr 07, 2010 3:05 am

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

Re: Doc/View framework for wxAUI MDI

Postby Ben on Wed Apr 07, 2010 10:30 am

I'll look at it today.

Best,
Ben
Ben Williams
Kirix Support Team
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Re: Doc/View framework for wxAUI MDI

Postby NinjaNL on Mon Apr 26, 2010 12:03 pm

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

Postby Ben on Tue Apr 27, 2010 2:00 pm

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
Ben Williams
Kirix Support Team
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Re: Doc/View framework for wxAUI MDI

Postby R.U.10 on Thu Apr 29, 2010 5:11 am

Thank you for the feed back, could you please post your answer in the related ticket to advance the procedure?

Regards
R.U.10
Registered User
 
Posts: 30
Joined: Mon May 21, 2007 9:26 am

Re: Doc/View framework for wxAUI MDI

Postby Ben on Fri Apr 30, 2010 5:48 pm

Done
Ben Williams
Kirix Support Team
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Patches & Modifications