Search found 3 matches

by murtaza19
Fri Nov 09, 2012 5:46 am
Forum: Compiling Audacity
Topic: How do i add a click event handler to a button
Replies: 1
Views: 4245

How do i add a click event handler to a button

How do i add a click event handler to a button, which i am adding using this command wxDialog dlg(this, wxID_ANY, wxString(_("Image Display Settings"))); ShuttleGui S(&dlg, eIsCreating); wxButton *btnBrowse; btnBrowse = S.AddButton(_("Select Directory..."),false); Any help will be great and if i nee...
by murtaza19
Fri Nov 09, 2012 5:42 am
Forum: Compiling Audacity
Topic: Can not open window dialogue in audcaity
Replies: 3
Views: 4347

Re: Can not open window dialogue in audcaity

Thanks for your replies, I think VS was having some issue, when i clean the code and re build the solution this issue was removed.

Although i have another question, which i need an answer too http://forum.audacityteam.org/viewtopic ... 19&t=68954 .
by murtaza19
Tue Nov 06, 2012 7:58 am
Forum: Compiling Audacity
Topic: Can not open window dialogue in audcaity
Replies: 3
Views: 4347

Can not open window dialogue in audcaity

Windows: Window 7 Operating System: 64 bit Audacity Code: http://audacity.googlecode.com/svn wxWidget: wxMSW-2.8.12 I have compiled wxWidget successfully and also compiled a sample scroll as well All the functions are working fine in Audacity except the options under "File" Menu 1. Only Close file 2...