in reply to Re: Perl/Tk listbox question
in thread Perl/Tk listbox question

Thank you,

it was the $nrd_list causing the problem (typo) . Silly of me. I needed my $tmw = $nr_list->get('active'); and i was using my $tmw = $nrd_list->get('active');

get('active') is working fine.

Thanks again, cheers