wow, this is cool.. Just one more question..

If I am going to make a standalone executable for installation on another
host, are there any preferred GUI packages that I should use? ie: ppm is
written in Tk, should I stick with that? Or have people used Wx::Perl as
well?

Ed

On Wed, Apr 2, 2008 at 8:11 PM, Foo JH <[EMAIL PROTECTED]> wrote:

> Yup, you're still looking at PDK's PerlSvc packager. It's all there buddy.
>
> Edward Peschko wrote:
>
> >
> > great.. you are right, that's exactly what I'm looking for..
> >
> > Now suppose that I want to install a standalone executable such that it
> > is integrated into the start menu, and also runs as part of the startup
> > sequence on any machine that it is installed on... anything to help
> > there, or do I need to write to the registry myself? Are there any perl
> > based installers out there, anyways?
> >
> > Thanks much,
> >
> > Ed
> >
> > On Wed, Apr 2, 2008 at 4:09 PM, Jan Dubois <[EMAIL PROTECTED]<mailto:
> > [EMAIL PROTECTED]>> wrote:
> >
> >    Check out the PerlTray utility in the Perl Dev Kit it does all the
> >    things you are looking for:
> >
> >
> >        http://aspn.activestate.com/ASPN/docs/PDK/7.1/PerlTray.html
> >
> >
> >    Download a trial version and look at the PerlTray sample programs.
> >
> >
> >        http://www.activestate.com/Products/perl_dev_kit/index.mhtml?_x=1
> >
> >
> >    Cheers,
> >
> >    -Jan
> >
> >
> >    *From:* [EMAIL PROTECTED]
> >    <mailto:[EMAIL PROTECTED]>
> >    [mailto:[EMAIL PROTECTED]
> >    <mailto:[EMAIL PROTECTED]>] *On
> >    Behalf Of *Edward Peschko
> >    *Sent:* April 2, 2008 3:57 PM
> >    *To:* Perl-Win32-Users@listserv.ActiveState.com
> >    <mailto:Perl-Win32-Users@listserv.ActiveState.com>
> >    *Subject:* win32 service application (like google desktop)
> >
> >
> >    all,
> >
> >    I wanted to get the following behaviors in a perl script:
> >
> >        1. a small icon for the perl script, in the lower corner of
> >    the window (ie: by the system clock). Clicking on this expands the
> >    existing gui.
> >        2. a single instance (and only a single instance) of the
> >    script runs at all times.
> >        3. mousing over the script displays text associated with that
> >    script.
> >        4. no 'cmd' associated with the script.. runs standalone.
> >
> >    In short, I was looking on how to make a script that behaves like
> >    the google desktop applet.. Anyone made something like this?
> >
> >    Ed
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Perl-Win32-Users mailing list
> > Perl-Win32-Users@listserv.ActiveState.com
> > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> >
> >
>
>
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to