Search found 120 matches

by Cursor
Mon May 13, 2013 6:19 am
Forum: Component Writing
Topic: wxRibbonBar Office 2010 and Metro Art Providers
Replies: 7
Views: 10471

Re: wxRibbonBar Office 2010 and Metro Art Providers

If you think you will have a fix at short term, take the time to fix that. Otherwise, dont hesitate to submit your patch and describe the problem in the ticket. Someone probably can look at it :).
As I am interested by this functionality, I will intend to look at it too.
by Cursor
Fri May 10, 2013 7:48 am
Forum: Component Writing
Topic: wxRibbonBar Office 2010 and Metro Art Providers
Replies: 7
Views: 10471

Re: wxRibbonBar Office 2010 and Metro Art Providers

If you want to offer your code to wx, you just have to submit an enhancement patch (http://trac.wxwidgets.org/wiki/HowToSubmitPatches). If your code is clean and the feature usable, there is no reason it will not be integrated. Dont hesitate to submit a patch like this, the feature looks good; probl...
by Cursor
Mon May 06, 2013 1:23 pm
Forum: Component Writing
Topic: wxRibbonBar Office 2010 and Metro Art Providers
Replies: 7
Views: 10471

Re: wxRibbonBar Office 2010 and Metro Art Providers

Oh yes ! Looks good, I want it ;)

Do you plan to submit it to wxWidgets for integration ? Or do you plan to release it in any licence ?

Best regards

Emilien
by Cursor
Thu Jul 26, 2012 6:13 am
Forum: Open Discussion
Topic: Test and upload patch..!!
Replies: 1
Views: 4063

Re: Test and upload patch..!!

Hello, this functionality is really interesting but, IMHO it is just a special case of a more general feature : the ability to add checkable bitmap buttons (toolbar ?). Such buttons can do more (and do more in Office 2010) like suggest help, manage (minimize, maximize ... sub views like in Excel). A...
by Cursor
Mon Jul 16, 2012 6:01 am
Forum: C++ Development
Topic: wxRibbonPage removing and inserting.
Replies: 15
Views: 5679

Re: wxRibbonPage removing and inserting.

Cool. Good job. Thanks
by Cursor
Sat Jul 07, 2012 8:09 am
Forum: C++ Development
Topic: wxRibbonPage removing and inserting.
Replies: 15
Views: 5679

Re: wxRibbonPage removing and inserting.

I understahnd your needs, I need such "show/hide pages" functionnalities too. I have coded a patch about that but a bug in MSW art provider persists. I will look at your code too.
BR
by Cursor
Fri Jul 06, 2012 7:05 am
Forum: C++ Development
Topic: wxRibbonPage removing and inserting.
Replies: 15
Views: 5679

Re: wxRibbonPage removing and inserting.

This is functional but not deeply tested on a wide range of platform. I will work soon on two other patches : show/hide pages and inserting pages at a dedicated index (rather than adding them at end). I dont know if the inserting functionnality is really usefull if the API allow to hide pages. Comme...
by Cursor
Fri Jun 18, 2010 6:01 am
Forum: General Development
Topic: C++ Advantages
Replies: 8
Views: 3777

AFAK, some wxWidgets macros (DECLARE/IMPLEMENT_DYNAMIC_CLASS or BEGIN_EVENT_TABLE ...) can not accepts "::" in class names, so introduce wx namespace can be difficult.
by Cursor
Thu May 13, 2010 7:57 pm
Forum: Platform Related Issues
Topic: Autoconf AM_PATH_WXCONFIG macro question
Replies: 3
Views: 1862

Thanks very much David.
Work well now.
by Cursor
Thu May 13, 2010 7:35 pm
Forum: Platform Related Issues
Topic: Autoconf AM_PATH_WXCONFIG macro question
Replies: 3
Views: 1862

Yes I do. I use an up-to-date svn trunk working copy so 2.9.1.

I will invastigate with using WX_CONFIG_CHECK.

Thanks.
by Cursor
Thu May 13, 2010 2:56 pm
Forum: Platform Related Issues
Topic: Autoconf AM_PATH_WXCONFIG macro question
Replies: 3
Views: 1862

Autoconf AM_PATH_WXCONFIG macro question

Hi all. I intend to write a configure.ac file using wxwin.m4 macros instead of using `wx-config ...` directly. As described in wxwin.m4, I wrote : AM_OPTIONS_WXCONFIG reqwx=2.9.1 AM_PATH_WXCONFIG($reqwx, wxWin=1,,[ribbon,aui,stc,core,net]) if test "$wxWin" != 1; then AC_MSG_ERROR([ wxWidge...
by Cursor
Thu Apr 22, 2010 8:42 am
Forum: C++ Development
Topic: wxRibbonPage removing and inserting.
Replies: 15
Views: 5679

wxRibbonPage removing and inserting.

Hi all.

Is any way to remove existing wxRibbonPage on a wxRibbonBar ? I have not found any function for this.

Generally, is a way to insert or remove wxRibbonCtrls to their parents in homogeneous API like wxBookCtrlBase ?

If not at present time, is it expected ?

Thanks. Regards.
Emilien
by Cursor
Fri Nov 13, 2009 12:55 pm
Forum: Platform Related Issues
Topic: STC/Linux : symbol not found in wxGTK-2.9
Replies: 0
Views: 623

STC/Linux : symbol not found in wxGTK-2.9

Hi all. I have an application which works well with wxGTK-28 and particularly STC. I have intent to convert it to wxGTK-29 and many symbols are not accessible any more. In effect, I use some internal Scintilla classes (and particulary 'Document') in order to modify texts without any instanced wxStyl...
by Cursor
Tue Oct 30, 2007 9:15 am
Forum: Platform Related Issues
Topic: OpenGL on Windows
Replies: 1
Views: 912

OpenGL on Windows

Hi All, We have ported a soft from wx26 to wx284. All works well (on Mac, Gtk and Msw) until we release a snapshot. This snapshot (http://www.w3.org/Amaya/User/BinDist.html see 9.99) has a strange behavior on Windows with some graphic cards : On Windows with a nvidia graphic card (all is ok). http:/...
by Cursor
Fri Feb 23, 2007 10:22 am
Forum: C++ Development
Topic: IPC poke timeout too long
Replies: 1
Views: 788

IPC poke timeout too long

Hello. I want to know is there is any way to modify timeout for IPC transactions ? I use IPC (wxConnection & wxClient) to send a command to another instance of my app but if the other instance doesnt respond (system pause ...) the connection is ok but I must wait the "10 minutes" of th...