Search found 43 matches

by renaud.s
Sun Aug 29, 2010 4:55 pm
Forum: C++ Development
Topic: wxMenu and wxMenuBar colour
Replies: 3
Views: 1551

Hello,

Thanks for your answer.

I'm currently using Windows XP but the goal is to make a crossplatform application.
by renaud.s
Sun Aug 22, 2010 6:57 pm
Forum: C++ Development
Topic: wxMenu and wxMenuBar colour
Replies: 3
Views: 1551

wxMenu and wxMenuBar colour

Hi,

How to change the background colour of a wxMenuBar and eventually wxMenu ?

I tried with wxWindow::SetBackgroundColour() without success.

Thanks
by renaud.s
Thu Apr 29, 2010 5:59 pm
Forum: C++ Development
Topic: wxAUI: decorated background of the managed frame
Replies: 0
Views: 675

wxAUI: decorated background of the managed frame

Hi, I wish to decorate the background of the main wxFrame of my application which is managed by the wxAuiManager. I first wish to make a gradient and also add a text and perhaps a logo. The wxAuiManager replace partially the event handler of the wxFrame and make the use of the EVT_PAINT and EVT_ERAS...
by renaud.s
Sat Feb 27, 2010 6:31 pm
Forum: C++ Development
Topic: wxPropertySheetDialog do not call TransferDataToWindow()
Replies: 1
Views: 863

Hi, I found a solution: before adding the pages to the wxBookCtrl, apply the wxWS_EX_VALIDATE_RECURSIVELY extra style to it as well as to the dialog itself as shown bellow... wxBookCtrlBase* notebook = GetBookCtrl(); if(notebook) { notebook->SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY); // Add the pa...
by renaud.s
Thu Feb 25, 2010 3:29 pm
Forum: C++ Development
Topic: wxSpinCtrlDouble header file buggy ?
Replies: 2
Views: 918

Thanks for your answer. Indeed this was the problem.

There is a fault in the 2.9.0 documentation. It's corrected in the daily snapshot.
See: http://trac.wxwidgets.org/changeset/62945
by renaud.s
Thu Feb 25, 2010 10:40 am
Forum: C++ Development
Topic: wxSpinCtrlDouble header file buggy ?
Replies: 2
Views: 918

wxSpinCtrlDouble header file buggy ?

Hi, I'm trying to use a wxSpinCtrlDouble control but as soon as I include <wx/generic/spinctlg.h> I get the following compiling error: C:/toolkit/wxMSW-2010-02-25/include/wx/generic/spinctlg.h:44: error: expected class-name before '{' token I tried with both official wx2.9.0 and today's snapshot bot...
by renaud.s
Thu Feb 25, 2010 8:37 am
Forum: C++ Development
Topic: wxPropertySheetDialog do not call TransferDataToWindow()
Replies: 1
Views: 863

wxPropertySheetDialog do not call TransferDataToWindow()

Good morning, I'm using wxPropertySheetDialog for a preference panel. I use CreateButtons(wxOK) to have an OK button at the bottom of the dialog. I call SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY) in the dialog constructor. Than I add a customised wxPanel to the wxBookCtrl using AddPage(). When the ...
by renaud.s
Tue Apr 22, 2008 10:23 am
Forum: C++ Development
Topic: System Info
Replies: 2
Views: 1005

Thanks for this precision !

Renaud
by renaud.s
Mon Apr 21, 2008 9:00 pm
Forum: C++ Development
Topic: System Info
Replies: 2
Views: 1005

System Info

Hi all, I was thinking to place a 'System info' option in the help menu of a WX application. This option would launch one of those external application: - KDE Info Centre -> if it runs on a KDE-based linux - Gnome systme -> if it runs on a Gnome-based linux - MsInfo32 -> if it runs on Windows - ??? ...
by renaud.s
Wed Apr 02, 2008 6:15 pm
Forum: C++ Development
Topic: Clutter toolkit and wxWidgets in the same app ?
Replies: 0
Views: 648

Clutter toolkit and wxWidgets in the same app ?

Hi,

I was wondering if anybody has already tried to use both wxWidgets and Clutter within the same application ? Does it generates a lot of trouble or does it work 'out of the box' ?

Thanks



If you don't know what Clutter is: http://www.clutter-project.org
by renaud.s
Wed Nov 14, 2007 3:50 pm
Forum: wxCode
Topic: Compiling wxSheet
Replies: 1
Views: 1317

Really no idea ?

Please help me :roll:

Renaud S
by renaud.s
Sat Oct 27, 2007 9:11 pm
Forum: wxCode
Topic: Compiling wxSheet
Replies: 1
Views: 1317

Compiling wxSheet

Hi all, I'm trying to compile wxSheet using wxWidgets 2.8.6 with mingw on Win XP. I've adjusted the WXWIN environment variable and right after the compilation starts I get the following errors: g++ -c -o mingw\sheet_lib_sheet.o -W -Wall -O0 -g -mthreads -DHAVE_W32API_H -D__WXDEBUG__ W__ -Ic:\wxWidge...
by renaud.s
Fri Aug 31, 2007 8:42 pm
Forum: The Code Dump
Topic: Bitmap Slider (almost complete) :)
Replies: 1
Views: 2791

Salut,

I'm a beginer in wxWidgets as well, but I suggest you a different approch for making a custom control, have a look at the code I post there...

http://forums.wxwidgets.org/viewtopic.php?t=11331

I hope this helps...

Regards
by renaud.s
Thu Aug 09, 2007 9:40 am
Forum: C++ Development
Topic: Using wxDocument without wxView
Replies: 0
Views: 524

Using wxDocument without wxView

Hello, I was wondering if it is possible to use a wxDocument without a wxView ? If it is possible, should I still use a wxDocTemplate ? If yes, is it enought to provide NULL as viewClassInfo and to override his CreateView member ? Basically my application is a single doc app (I mean that only one do...
by renaud.s
Sun Jun 03, 2007 8:46 am
Forum: C++ Development
Topic: Is wx able for handling my purposes?
Replies: 3
Views: 1038

Hi Juergen, Yes and no... There are nothing (except a few basic multimedia class) included in wxWidgets that you can use directly for your application. But here are some links that may interst you. 1/ For RS-232 (or RS-422, RS-485,....), you may use wxCTB, have a look to: https://iftools.com/ctb.en....