- or download this
my $dsquery = $cfr->JBrowseEntry(
-label => 'Data Source',
...
-browsecmd => \&doGetDatasource,
-state => 'normal'
)->grid();
- or download this
Use of uninitialized value in addition (+) at K:/Perl/site/lib/Tk/JBro
+wseEntry.pm line 854.
- or download this
if ($^O =~ /Win/i)
{
...
854: $rw = $width + $w->{-borderwidth};
$x1 += 1; #FUDGE MORE FOR WINDOWS (THINNER BORDER) TO MAK
+E DROPDOWN LINE UP VERTICALLY W/ENTRY&BUTTON.
}