|
Posted by Ash on August 10, 2007, 9:24 am
Please log in for more thread options
O ya sure, I got the source from here:
http://sourceforge.net/project/showfiles.php?group_id=15655 , the module is Wx-ActiveX-0.059901-wxperl0.26-wxmsw2.6.2-5.8.6.zip
You can also get it from cpan:
http://search.cpan.org/~gmpassos/Wx-ActiveX-0.05/lib/Wx/ActiveX/Acrobat.pm
, they are same version 0.05 , this is where I saw the example.
I appreciate your effort.
> Can you give me a link where I can download the module?
>
> thank you,
> Reinhard
>
>
>
> Ash wrote:
> > Thank you for clarification. Unfortunately I got further problems.
>
> > I installed the modules but apparently my installed
> > Wx::ActiveX::Acrobat module doesn't have "LoadFile()" method. When I
> > run my script, I get following error:
>
> > method <LoadFile> not found at C:/Perl/site/lib/Wx/ActiveX.pm line 26.
>
> > I checked cpan and it distinctly states following code:
>
> > use Wx::ActiveX::Acrobat ;
> > my $acrobat = Wx::ActiveX::Acrobat->new( $parent , -1 ,
> > wxDefaultPosition , wxDefaultSize );
> > $acrobat->LoadFile("./test.pdf");
>
> > The version in cpan is Wx-ActiveX 0.05, the same version I got from
> > SF.net. So I'm baffled. Thanks in advance for any help.
>
> >> Ash wrote:
> >> > Hi!
>
> >> > I'm using "Wx::ActiveX::Acrobat" module. It needs "WxPerl" and
> >> > "WxWindows". I found "WxPerl" in SF.net and I could also install it
> >> > using command line ppm.
>
> >> > But when I list the installed modules using ppm again, I see only "Wx"
> >> > module installed! So.. is this right?
>
> >> > I couldn't find "WxWindows" module and was redirected to "WxWidgets",
> >> > is "WxWindows" module same as "WxWidgets"?
>
> >> > Thank you very much for help. :).
>
> >> Yes wxWidgets is the same as wxWindows. You can download the source
fromhttp://www.wxwindows.org/whichredirect tohttp://www.wxwidgets.org/.
>
> >> But if you used a ppm to install Wx::ActiveX::Acrobat than you do not
> >> need it. It is only needed if you have to compile Wx::ActiveX::Acrobat
> >> on your own.
>
> >> regards,
> >> Reinhard
>
> >> --
>
> --
> PM Mails an rpirpag <at> gmx dot at
|