$textfield_listing->bind('<>', sub { if ($textfield_listing->curselection()) { $button_stop->configure( -state => "normal"); $button_log->configure( -state => "normal"); $button_info->configure( -state => "normal"); } # ein ListboxDeselect wäre nice, hab aber nichts dazu gefunden :( } );