my $push=$tab->Button(-text => "$tab ",-command=>\&run,-command =>[\&s +ave_parms,$tab])->pack; sub run { #disable $push #do something #enable $push } [download]
In reply to disable button by honyok