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