> Oops, sorry, I forgot to mention that the File
> Tk::AddScrollbars.pm is not
> existing, it seems to be autogenerated by widget.pm. If I add the
> line use
> Tk::AddScrollbars; or not doesn't matter. There only exists an
> AddScrollbars.al.
> Ah, now I think I see the problem... par doesn't find the
> *.al-Files where
> the Method AddScrollbars is coded. If I add the code from several
> .al-Files
> (walk down the dependencies) to my script (see attachment), it's
> working great.
>
> Thank you very much for pointing me in the right direction.

Martin,

Did you ever find an easier way to get Tk Scrollbar to work, other than to
include the Tk module code like you had in your example?

Just tried it with the latest 0.65 code and see the same problem.  Your
example works, but it seems painful to include all that code.

I just discovered PAR.  Pretty cool!  I currently use a really old version
of perl2exe to compile a pretty complex application (
http://misterhouse.net ) for windows users who don't want to bother with
installing/updating perl, but would like to migrate to something that allows
for linux users the more turn-key .exe option also.   With a few exeptions
I'm trying to work though (e.g. Tk scrollbars and GD), PAR seems to be
working!  And it is open sourced ... a perfect fit!  Thanks much to Autrijus
and helpers.

Bruce Winter


Reply via email to