> 1. Is it possible to replace the Tk icon with my own so that
> mine shows up
> in the title bar and when the application is minimized?
this was just discussed on the ptk mailing list you can read the thread at
http://www.xray.mpe.mpg.de/mailing-lists/ptk/
search for 'icon'
> 2. Is it possible, when using $top->getOpenFile(), to set up
> the dialog box
> to allow selection of multiple files?
Perl/Tk doesn't seem to allow for that, however the Win32::FileOp module
does. I have previously written a module that provides a Tk wrapper around
the Win32::FileOp module. My Tk::Win32::FileOp module is designed to let
you access the Win32::FileOp methods through the standard Tk interface.
Until now, it only contained the BrowseForFolder method because that was the
only one I needed. I have now added the OpenDialog and SaveAsDialog
methods. Other GUI elements could be added as well if anyone were to
request them.
So with my wrapper module you would be able to open a multiple file select
dialog box in Tk. As always, to save bandwidth, I'll send you the module
and some sample code in a separate email. If anyone else is interested, let
me know and I'll send you a copy as well.
wantor
>
> If either of these are possible I would really appreciate any
> hints, clues,
> or examples of how to do them.
>
> Thanks,
> Tony
>
> ---
> You are currently subscribed to perl-win32-users as:
> [EMAIL PROTECTED]
> To unsubscribe, forward this message to
> [EMAIL PROTECTED]
> For non-automated Mailing List support, send email to
> [EMAIL PROTECTED]
>
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]