Re: [wxCode-users] mmwx

2010-05-03 Thread Jaakko Salli
Hi, On 3.5.2010 1:42, Francesco wrote: > 2010/5/1 sdfkjsjlh sdbfgsfsdg : >> I'm not aware of a drop-down control like this in wx. A quick search failed >> to find one. >> Which one did you have in mind? > actually after better checking I see there's no exactly a drop-down > button in wx but proba

[wxCode-users] wxCode build system and wxMac universal binaries

2009-03-18 Thread Jaakko Salli
Hi all, As some of you may know, I'm using the quite excellent wxCode build system for wxPropertyGrid 1.4. Recently however some people have reported problems building universal binaries on wxMac, see: https://sourceforge.net/forum/message.php?msg_id=5925455 https://sourceforge.net/tracker2/inde

Re: [wxCode-users] Bakefile issues

2006-08-27 Thread Jaakko Salli
Francesco Montorsi wrote: > Jaakko Salli ha scritto: > >> Francesco Montorsi wrote: >> >>>> I'm compiling a component for wxWidgets 2.7.0, >>>> and it seems that bakefile-generated makefiles >>>> are not generated correctly for i

Re: [wxCode-users] Bakefile issues

2006-08-27 Thread Jaakko Salli
t the patch which does > that > (http://sourceforge.net/tracker/index.php?func=detail&aid=1363938&group_id=83016&atid=568031) > > lies in the patch tracker... > Ok, thanks for explaining it. Regards, Jaakko Salli ---

[wxCode-users] Bakefile issues

2006-08-19 Thread Jaakko Salli
et to directory with correct wxWidgets version. Also, can anyone tell me why makefile command- line uses different symbols than when building wxWidgets itself? Atleast for makefile.vc, I need to specify WX_DEBUG=1 instead of DEBUG=1, and so forth. Thanks, Jaakko