Question on Wx modules

Question on Wx modules

am 08.08.2007 23:36:41 von ashishrai

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. :).

Re: Question on Wx modules

am 09.08.2007 10:31:01 von Reinhard Pagitsch

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 from
http://www.wxwindows.org/ which redirect to http://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


--

Re: Question on Wx modules

am 09.08.2007 16:41:49 von ashishrai

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 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.



On Aug 9, 4:31 am, Reinhard Pagitsch wrote:
> 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/which redirect 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
>
> --

Re: Question on Wx modules

am 10.08.2007 14:17:36 von Reinhard Pagitsch

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 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.
>
>
>
> On Aug 9, 4:31 am, Reinhard Pagitsch wrote:
>> 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/which redirect 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 gmx dot at

Re: Question on Wx modules

am 10.08.2007 15:24:01 von ashishrai

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/Acti veX/Acrobat.pm
, they are same version 0.05 , this is where I saw the example.

I appreciate your effort.

On Aug 10, 8:17 am, Reinhard Pagitsch wrote:
> 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 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.
>
> > On Aug 9, 4:31 am, Reinhard Pagitsch wrote:
> >> 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 gmx dot at

Re: Question on Wx modules

am 10.08.2007 17:03:56 von Reinhard Pagitsch

It seems there are no methods defined for the module Wx::ActiveX::Acrobat.
If I call the sample than I get commenting out the pdf->LoadFile(..):







On the other samples a list of methods will be displayed. I think the
best is to contact the author of the module.
I am sorry I can't help.

regards,
Reinhard

Ash wrote:
> 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/Acti veX/Acrobat.pm
> , they are same version 0.05 , this is where I saw the example.
>
> I appreciate your effort.
>
> On Aug 10, 8:17 am, Reinhard Pagitsch wrote:
>> 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 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.
>>
>> > On Aug 9, 4:31 am, Reinhard Pagitsch wrote:
>> >> 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 gmx dot at
>
>


--
PM Mails an rpirpag gmx dot at