Re: Wx STC for Padre on OSX

2009-08-15 Thread Ryan Jendoubi
Ryan Jendoubi wrote: It's probably a bit unintuitive that Alien::wxWidgets lets you away without having STC available despite it being required by the Wx Perl module, but that's a separate issue :-) Actually that's not fair, I've just remembered that STC is in fact optional and there's a way

Re: Wx STC for Padre on OSX

2009-08-15 Thread Ryan Jendoubi
Hi an40n10, an40n10 wrote: No such 'link' library: 'stc' at Wx-0.92/build/Wx/build/MakeMaker.pm line 211 MakeMaker at that line has: sub get_core_lib { my( $this, @libs ) = @_; print "Getting lib: ", join "\n",@libs; return join ' ', Alien::wxWidgets->libraries( @libs ); } and infact it

Wx STC for Padre on OSX

2009-08-15 Thread an40n10
Hi all, in order to try the Padre IDE I started an upgrade of serveral packages on my system (OSX Leopard). I've some problems building Wx. perl Makefile.PL ends with: ERROR from evaluation of Wx-0.92/ext/Makefile.PL: ERROR from evaluation of Wx-0.92/ext/stc/Makefile.PL: No such 'link' library:

RE: wxGlade Generated Code

2009-08-15 Thread Steve Cookson
Hi Johan, I have looked at them, but I didn't totally understand how they work. I'm using them for integer entry and time entry, but field lookup, I'm not clear what I should do. Do you think I can use the validators for lookup? Regards Steve -Original Message- From: Johan Vromans [

Wx::WebKit new git repo

2009-08-15 Thread Ryan Jendoubi
Hi all, The sources for Wx::WebKit that I've been working on are now available at: http://gitorious.org/wx-perl-webkit/ If anyone has any ideas about the problems I mentioned the other day (SetFocus method missing, seeming inability to change call from Wx::WebView to Wx::WebKit despite changi