Roy Johnson has asked for the wisdom of the Perl Monks concerning the following question:
gives me the Subject error on the PC I've moved it to, but not on the one I originally wrote it on. I'm running ActiveState Perl 5.8.8 build 822 (just installed it, since I was having the problem on build 818). I don't know what version the previous machine was running, though it was ActiveState.#!perl use warnings; use strict; use Tk; my $main = MainWindow->new; use Tk::FileDialog; my $LoadDialog = $main->FileDialog; MainLoop;
I can't make sense of the error message. Ideas, anyone?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::FileDialog: can't make ".filedialog" its own master
by liverpole (Monsignor) on Oct 19, 2007 at 21:40 UTC | |
by Roy Johnson (Monsignor) on Oct 19, 2007 at 22:14 UTC | |
by elef (Friar) on Jan 31, 2011 at 20:49 UTC | |
by Anonymous Monk on May 24, 2011 at 03:58 UTC | |
by Anonymous Monk on May 24, 2011 at 04:47 UTC |