Can't locate Wx::MemoryFSHandler

2011-04-14 Thread Laslo Forro
$self; } I receive a 'Can't locate Wx::MemoryFSHandler error' on the line and unfortunately I have not idea why. Thanx for any hint in advance! Bests, Laslo Forro

Re: Passing object to constructor

2010-10-24 Thread Laslo Forro
...@squirrel.nlwrote: Laslo Forro getfo...@gmail.com writes: my $app=myApp-new($obj) So you pass an object arg to your derived class. sub new { my ($ref,$obj)=...@_; This is the constructor os your derived class. my $self=$ref-SUPER::new($obj); Here you pass the object

Re: Passing object to constructor

2010-10-24 Thread Laslo Forro
...@squirrel.nl wrote: Laslo Forro getfo...@gmail.com writes: http://pastebin.com/RDYzgwhs As I see it your problem is that OnInit initialises the frame, and you cannot pass a parameter to OnInit. The solution is easy: don't use OnInit... sub new { my $ref=shift; my $obj=shift

Re: Passing object to constructor

2010-10-24 Thread Laslo Forro
What was missing, was a bug I my code. This works now, commented. Thanx a lot. http://pastebin.com/UKRAmDxw On Sun, Oct 24, 2010 at 3:10 PM, Laslo Forro getfo...@gmail.com wrote: I have tried it, but still sg. is out of the pic. I have modified the code, see http://pastebin.com/YfMpZ4Cd I

Passing object to constructor

2010-10-23 Thread Laslo Forro
Hi there, I am seeking for the wisdom of yours to help me out with this. I would like to pass a blessed object to MyApp ( the scenario is as in the tutorial: http://wxperl.sourceforge.net/tutorial/tutorial3.html ). In 'main' I try to say my $app=myApp-new($obj) Unfortunately, if I try this: sub

Re: XRC modify

2010-10-08 Thread Laslo Forro
Indeed. Thank you! On Sat, Oct 2, 2010 at 10:19 PM, herbert breunung deirdre_s...@web.dewrote: $cb-Clear(); $cb-Append($_) for @strings Am 02.10.2010 16:16, schrieb Laslo Forro: I am reading the material from the link, but I still can not find

Re: XRC modify

2010-10-02 Thread Laslo Forro
it as any other widget too. Am 01.10.2010 23:35, schrieb Laslo Forro: Thank you, it was fast. Change dynamically - what do you mean ? Thanx again! Laslo On Fri, Oct 1, 2010 at 11:11 PM, herbert breunung deirdre_s...@web.de wrote: i think you could since XRC is as far I know

Re: XRC modify

2010-10-02 Thread Laslo Forro
01.10.2010 23:35, schrieb Laslo Forro: Thank you, it was fast. Change dynamically - what do you mean ? Thanx again! Laslo On Fri, Oct 1, 2010 at 11:11 PM, herbert breunung deirdre_s...@web.de wrote: i think you could since XRC is as far I know. 100% XML 1.0, but why not change

XRC modify

2010-10-01 Thread Laslo Forro
Hi there, I have an XRC file with a Combobox widget : object class=wxComboBox name=_project_chooser handler event=EVT_COMBOBOX_combo_event/handler stylewxCB_DROPDOWN|wxCB_READONLY/style selection0/selection

Re: Problem installing Wx

2010-08-15 Thread Laslo Forro
exporting iinstall_base from bash did not work. The perl Build.PL --install-base=/foo/bar and not using CPANP did. Thanx you and bests Laslo On Sat, Aug 14, 2010 at 5:52 PM, Laslo Forro getfo...@gmail.com wrote: You seem to be right. However, I have installed a number of modules

Re: Problem installing Wx

2010-08-14 Thread Laslo Forro
-linux-thread-multi:/home/salmonix/perl5/lib/perl5 export PATH=/home/salmonix/perl5/bin:$PATH export MANPATH=/home/salmonix/perl5/man:$MANPATH Shall I export install_base too? On Wed, Aug 11, 2010 at 9:36 PM, Mattia Barbon mattia.bar...@libero.itwrote: Laslo Forro wrote: Found at /home

Re: Problem installing Wx

2010-08-11 Thread Laslo Forro
at 11:24 AM, Mattia Barbon mattia.bar...@libero.itwrote: Laslo Forro wrote: Gladly, but I can not find the Alien::wxWidgets::Config::gtk2_2_8_10_uni_gcc_3_4 module only the log. It must be there somewhere, and I need its contents to try to help you. Regards, Mattia

Re: Problem installing Wx

2010-08-05 Thread Laslo Forro
at 6:33 PM, Mattia Barbon mattia.bar...@libero.itwrote: Laslo Forro wrote: The new error log attached in case it helps. Unfortunately it only shows the same problem as the first log: A::wx points to a non-existent installation of wxWidgets. Could you post here the output of: $ perl

Re: Problem installing Wx

2010-08-02 Thread Laslo Forro
OK, the problem seems to be deeper in the system, beyond the scope of perl. Cheers Laslo On Mon, Aug 2, 2010 at 8:51 PM, Laslo Forro getfo...@gmail.com wrote: I have reinstalled wxGTK, perl updated, Alien::wxWidgets, etc. w/o problem. Error is the same. The full error log is attached

Re: Problem installing Wx

2010-07-31 Thread Laslo Forro
No, nothing like gtk_xxx under .../wxWidgets/ path. wxWidgets is installed as written here: http://wiki.wxwidgets.org/Installing_and_configuring_under_Gentoo Bests Laslo On Tue, Jul 20, 2010 at 8:26 PM, Mattia Barbon mattia.bar...@libero.itwrote: Laslo Forro wrote: Hi there, I am trying

combobox event - xrc source

2010-07-25 Thread Laslo Forro
Hi there, I am trying to get an event for a combobox, but somehow I can not manage the _combo_event subroutin to work. The code and the XRC source I have attached. The XRC file is generated with wxGlade. Any help is thanked, explanation of my mistake is highly appreciated. Cheers Laslo Prog.plx

Re: Problem installing Wx

2010-07-22 Thread Laslo Forro
Thanx for the response. The laptop I was on broke down, so I can not check it. It the problem is not hdd related as soon as it is back I check it. Cheers, Laslo On Tue, Jul 20, 2010 at 8:26 PM, Mattia Barbon mattia.bar...@libero.itwrote: Laslo Forro wrote: Hi there, I am trying to install Wx