Help for this page

Select Code to Download


  1. or download this
        my $dsquery = $cfr->JBrowseEntry(
            -label => 'Data Source',
    ...
            -browsecmd => \&doGetDatasource,
            -state => 'normal'
            )->grid();
    
  2. or download this
    Use of uninitialized value in addition (+) at K:/Perl/site/lib/Tk/JBro
    +wseEntry.pm line 854.
    
  3. 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.
            }