Search found 6 matches
- Tue Jan 14, 2014 6:49 pm
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16240
Re: moving to wxWidgets 3.0
Hi, thanks you for your patch May be something is wrong in my code or i ihave missed something in patch but I have append this two functions bool EndEdit(int,int,const wxGrid *,const wxString &,wxString *){return true;}; void ApplyEdit(int,int,wxGrid *){return;}; ingrid.h for class ChoiceEditor and ...
- Tue Jul 24, 2012 11:20 am
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16240
Re: moving to wxWidgets 2.9+
I didn't use exactly your modification for event handling. I use ProcessWindowEvent ( http://docs.wxwidgets.org/2.9.4/classwx_window.html#a0a76891d726ad5f9a729e27e4eab2b57) As soon as there is no warning I will try to create a new branch in SVN Header. If you want source code now I can give you a li...
- Mon Jul 23, 2012 6:09 pm
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16240
Re: moving to wxWidgets 2.9+
A bad solution for my problem of source code of functions : void TimeEditor::ApplyEdit(int row, int col, wxGrid* grid){}; //bool TimeEditor::EndEdit(int row, int col, wxGrid *grid) bool TimeEditor::EndEdit(int row, int col,const wxGrid *grid, const wxString& oldval, wxString *newval) After Link is o...
- Mon Jul 23, 2012 1:45 pm
- Forum: Compiling Audacity
- Topic: compiling audacity with wxwidgets 2.9.3
- Replies: 8
- Views: 9211
Re: compiling audacity with wxwidgets 2.9.3
Thanks you for all yours answers particulary to edgar for his whork (move to wxwidgets 2.9) I have post a message (because I think it's better to go on) in this topic http://forum.audacityteam.org/viewtopic.php?f=19&t=62360&p=164383&hilit=wxWidgets#p164383 I must say taht I have download source of a...
- Mon Jul 23, 2012 1:30 pm
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16240
Re: moving to wxWidgets 2.9+
Thanks you for example. I have followed your script but there is something that I don't understand : when you change bool EndEdit(int row, int col, wxGrid *grid); + bool EndEdit(int row, int col, const wxGrid *grid, + const wxString& oldval, wxString *newval); and you append applyedit what are the n...
- Fri Jul 20, 2012 6:22 pm
- Forum: Compiling Audacity
- Topic: compiling audacity with wxwidgets 2.9.3
- Replies: 8
- Views: 9211
compiling audacity with wxwidgets 2.9.3
Hi, I have got some problems compling audacity on win XPSP3 with wxWidgets 2.9.3 : There are 10 errors in files file dialog.h and filedialogprivate.cpp : c:documents and settingslaurentmes documentsvisual studio 2008projectsaudacity-src-2.0.1lib-srcfiledialogfiledialog.h(58) : error C2440: 'default ...