Help for this page

Select Code to Download


  1. or download this
    $platformDropdown -> configure( -textvariable => \$platformChoice );
    
  2. or download this
    my %solutionMatrix;    
    my $defaultPlatform = "Mod1";
    ...
    
            $platformChoice = $defaultPlatform;    # set default
            $platformDropdown -> configure( -textvariable => \$platformCho
    +ice );