How could i call back to my button when i have destryed that
$button=$mw->Button(-text=>'OK',
-width=>'25',
-font=>"$textstyle 10",
-command=>sub{$button->destroy()});
$button->pack();
$button->place(-x =>100,-y=>340);
here is my button and i would like to use another button to call back this button, how could i get that? Thank u afurther for ur answer
$button=$mw->Button(-text=>'OK',
-width=>'25',
-font=>"$textstyle 10",
-command=>sub{$button->destroy()});
$button->pack();
$button->place(-x =>100,-y=>340);
here is my button and i would like to use another button to call back this button, how could i get that? Thank u afurther for ur answer