- or download this
$case_numbertf = $page1 -> Entry(-textvariable => \$case_number) ->pla
+ce(-x=> 380, -y=> 30);
- or download this
$agency_infotf = $page1 -> Scrolled('Text', -scrollbars=> 'e', -width=
+> 25, -height=>1)->place(-x=> 15, -y=> 85);
- or download this
if ($case_number eq ""){
$dialog = $mw-> Dialog(
...
-text => "Please Complete ALL the Fields on the First Tab",
-buttons => [ qw(OK) ])
->Show();
- or download this
$agency_info = $agency_infotf->get('1.0','end');
if ($agency_info eq ""){
...
-text => "Please Complete ALL the Fields on the First Tab",
-buttons => [ qw(OK) ])
->Show();