in reply to Re^4: Perl/Tk: Dialog boxes for idiots (me)
in thread Perl/Tk: Dialog boxes for idiots (me)

Use the source, Luke! ( Look at the source to MessageBox() in Tk.pm ). It seems to just use Tk::Dialog. It shouldn't be too hard to figure out what the secret is to getting the results you want.
  • Comment on Re^5: Perl/Tk: Dialog boxes for idiots (me)

Replies are listed 'Best First'.
Re^6: Perl/Tk: Dialog boxes for idiots (me)
by ocroquette (Novice) on Feb 19, 2009 at 15:27 UTC
    Did anyone find what messageBox's secret ingredient is ? I have been looking and making experiences for quite some time without finding anything :(