Front page | perl.beginners |
Postings from March 2002
Tk::FontDialog
From:
frank
Date:
March 29, 2002 18:22
Subject:
Tk::FontDialog
Message ID:
001b01c1d791$b65fdc90$d5aeb33e@IBM
Hi. I' m trying to use the Tk::FontDialog package. I' ve installed and the only documentation i colud find is this:
use Tk::FontDialog;
$font = $top->FontDialog->Show;
This just doesn' t work. I get this message from perl:
wrong # args: should be "font actual font ?-displayof window? ?option?" at c:/Perl/site/lib/Tk/Submethods.pm line 19.
Can anyone help me, maybe just writing a short sample program that uses Tk::FontDialog? Thank you very much