Help for this page

Select Code to Download


  1. or download this
    # your code is:
    our $cb = $frame->new_ttk__button(-text => "Calculate"); 
    our $filename = $cb->getOpenFile();
    
  2. or download this
    our $cb = $frame->new_ttk__button(
                   -text => "Calculate",  
                   -command => sub{ our $filename = $cb->getOpenFile(); }
                    );