Re: wxPerl past, wxPerl present and wxPerl future.

2013-01-14 Thread Ryan Jendoubi
Hi all, Long-time lurker (same situation as Sergei really), saw this discussion highlighted in Perl Weekly. On 03/01/13 10:59, Johan Vromans wrote: wxPerl = GUI desktop programs [...] To my mind this is the nub of it. Most things I find myself wanting to build these days suggest

Wx::ActiveX install problem on Strawberry 5.10.0.6

2009-08-25 Thread Ryan Jendoubi
Hi all, I was having some problems upgrading to 0.92 on Windows yesterday; my Strawberry install seemed broken so I reinstalled from scratch with the .msi. After installing Alien::wxWidgets and Wx-0.92 though, I'm not able to install Wx::ActiveX [1]. Neither the README.txt nor a brief

Error using O_WXOBJECT / wxPli_sv_2_object

2009-08-17 Thread Ryan Jendoubi
Hello, I've narrowed down the error about not being able to call C++ methods using a different package name in Perl. The C++ class is called wxWebView, but I want to access it in Perl with Wx::WebKit-new() as this would be more intuitive for people. I've set the Wx::WebKit as the package

Re: http://wxperl.pvoice.org/

2009-08-17 Thread Ryan Jendoubi
Hi Steve, Are there some instructions on how to add a new page to this Wiki? It's a reg'lar ol' MediaWiki; just put in the page title you want after index.php/ in the URL. Alternatively you can create an internal link to it on another page like your user page, which'll do the same thing:

Re: Error using O_WXOBJECT / wxPli_sv_2_object

2009-08-17 Thread Ryan Jendoubi
Hi Mattia, Mattia Barbon wrote: Everything in wxPerl assumes that the C++ class name matches the Perl name... Well, it's good to know at least it was a pretty solid wall I was ramming my head against ^_^; sv_derived_from checks inheritance at the Perl level. Well that's how it seemed to

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

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

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

Re: wxGlade Generated Code

2009-08-14 Thread Ryan Jendoubi
[ Apologies if this was received before; I think I had a problem after changing my subscription address, and it wasn't showing up on nntp.perl.org~ ] Hi James, GMAIL - James McDonald wrote: I am not really understanding the event subsystem very well. Of course I have looked at the

Re: wxGlade Generated Code

2009-08-14 Thread Ryan Jendoubi
[ Sorry again all for my double postings ] Hi Steve, Steve Cookson wrote: So that's how it works! So if I want to detect tabbing out of a field to trigger validation, I use the lose focus event (EVT_KILL_FOCUS) on the control. But alt-tab (and I guess alt-esc etc) to another app also trigger