in reply to how to disable a menuitem at runtime
sub history { $test = $main->Entry->pack(); # $ragimenu->Menubutton( -state => 'disabled' ); $ragimenu->entryconfigure(1, -state => 'disabled'); } [download]