Perl Tk questions

2001-08-31 Thread Thomas_P_Murnane
Is there a similar posting for beginners using Perl Tk -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perlTk, using fork

2001-08-29 Thread Thomas_P_Murnane
I am trying to run a script from a program created in perlTk. When I hit the RUN button, it runs this run_program function. It runs through the process fine and prints out the Process complete line and then gives me some weird messages: Process complete X Error of failed request: BadIDChoice

splitting a number to include commas

2001-08-29 Thread Thomas_P_Murnane
Is there an easy way or some format option that allows one to display an arbitrary number with commas: 12345678910 = 1,234,567,890 Or do I need to set up a looping structure to split the number and insert commas??? Thanks, Tom -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Tk::FileDialog -FPat question

2001-08-15 Thread Thomas_P_Murnane
Is there a way to show upper and lower case pattern match for the -FPat option for a dialog box default pattern: sub browse_files { my $save_name = $b_file; $status-configure(-text=Browse directories); if ($base ) { $b_file = $file_dialog-Show( -Path = $base, -FPat =