I am trying to insert some text into a listview. my %item = ( -item=> 0,-text => "$text"); $listview->InsertItem (\%item);
This doesn't work... is there some other option needed for a ,list?
I am trying to insert some text into a listview. my %item = ( -item=> 0,-text => "$text"); $listview->InsertItem (\%item);
This doesn't work... is there some other option needed for a ,list?