C:\code>DisplayPipeTracer15.pl -trace out.PipeTracer.xml
'8┬¿├⌐☻♥' isn't numeric at C:/Perl/site/lib/Tk/Widget.pm line 205.
at C:\code\displayPipeTracer15.pl line 387
C:\code>DisplayPipeTracer15.pl -trace out.PipeTracer.xml
trace_file = out.PipeTracer.xml
Ports to be Analyzed: 1 2
'h┬Ñ├⌐☻♥' isn't numeric at C:/Perl/site/lib/Tk.pm line 250.
at C:\code\displayPipeTracer15.pl line 159
####
my $cycleAccept = $statusBar->Button(-text => "Go to",
-font => ['Arial', 8],
-command=> \&GoToCycle,
-bd => 1, -takefocus => 'never',
-highlightthickness => 0)->pack(-side => 'left');
####
$PortFrame = $allPortsFrame->Scrolled('TableMatrix',
-resizeborders=>'none',
-titlerows => 1,
-titlecols => 1,
-background => 'white',
-foreground => 'white',
-borderwidth => 0,
-rows => 6,
-colstretchmode=>'all',
-cols => 1,
-colwidth => 25,
-cache => 1,
-scrollbars => "osoe")->packAdjust(-side => "top",
-fill => 'both',
-expand => 1);