Search found 8 matches

by seb_seb0
Mon Mar 30, 2009 8:19 pm
Forum: The Code Dump
Topic: wxGrid class extended
Replies: 5
Views: 9963

wxEGrid.cpp: #include "wxegrid.h" /***********************************************************/ /*************** wxPopupFilter CLASS ***********************/ /****************** POPUP CLASS **************************/ /***********************************************************/ wxPopupFil...
by seb_seb0
Mon Mar 30, 2009 8:16 pm
Forum: The Code Dump
Topic: wxGrid class extended
Replies: 5
Views: 9963

Here is the code. There are 2 files (wxEGrid.h and wxEGrid.cpp) wxEGrid.h: #ifndef EGRID_H #define EGRID_H #include <wx/grid.h> #include <wx/dc.h> #include <wx/dcclient.h> #include <wx/settings.h> #include <wx/gdicmn.h> #include <wx/renderer.h> #include <wx/combobox.h> #include <wx/dynarray.h> #incl...
by seb_seb0
Mon Mar 30, 2009 8:14 pm
Forum: The Code Dump
Topic: wxGrid class extended
Replies: 5
Views: 9963

wxGrid class extended

Hello, I have programmed a class derived from wxGrid. It does the following: - basic sorting (1 column only for now, only one algorithm) - basic filtering (based on Regular Expression) - only text filtering is supported for now (no "<" or ">" operators for numeric types or dates ...
by seb_seb0
Mon Mar 30, 2009 8:03 pm
Forum: C++ Development
Topic: ODBC driver problem
Replies: 2
Views: 864

ODBC driver problem

Hello, I have tried to install a software. I do not have admin rights on this computer. The software requires ODBC drivers to be installed. I have access to the code source of this software. My question may be stupid, but I will ask it anyway: is it possible to make SQL requests to a SQL server with...
by seb_seb0
Mon Mar 30, 2009 7:57 pm
Forum: wxDev-C++
Topic: wxDevc++ and Codeblocks
Replies: 7
Views: 3599

wxDevc++ and Codeblocks

Hello, I have been using Codeblocks for a few months now, with great satisfaction (I use it at work for developping my own tools). Pro from Codeblocks: free and easy to install (no installer needed, nor administrative rights - a simple copy to a directory is sufficient) Easy to learn the wxSmith plu...
by seb_seb0
Mon Mar 30, 2009 5:47 pm
Forum: wxDev-C++
Topic: VISTA - String display problem
Replies: 5
Views: 1759

Hello, first thing first: PROBLEM SOLVED, thanks to your advice. 1 wxAwards for you ! Changing the .lng files did not help, because the strings were already present. I tried it anyway (it does not hurt), but nothing changed (no surprise here I suppose). I had actually a directory called "Dev-Cp...
by seb_seb0
Sun Mar 29, 2009 8:36 pm
Forum: wxDev-C++
Topic: VISTA - String display problem
Replies: 5
Views: 1759

Hello, thank you for the answer. the language pack used is "English (original)". My Vista system is in French. I have tried to change the language of the IDE to "French", but the problem still occured. I have used the full installer. I have tried to desinstall it, and reinstall i...
by seb_seb0
Sun Mar 29, 2009 12:00 pm
Forum: wxDev-C++
Topic: VISTA - String display problem
Replies: 5
Views: 1759

VISTA - String display problem

Hello, I have installed the last version of wxDevc++ on my computer - Dell inspiron 1521 (laptop) with Microsoft VISTA Home Premium. The version of wxDevc++ used is 7.0 RC05 build 7.0.0.76. When I start the IDE, everything loads normally - however some strings are displayed like this: <ERR: 7162> or...