sashac88 has asked for the wisdom of the Perl Monks concerning the following question:
I have a button that updates the @tasks array and I wish to be able to update the $tasks_dirs_list.$tasks_dirs_list = $frame8->Scrolled('Listbox',-setgrid=>"1",-height=> +"12",-width=>80,-scrollbars=>"se"); $tasks_dirs_list->pack(-expand=>'yes',-fill=>'both',-padx=>20,-pady=>1 +0); $tasks_dirs_list->insert(0,@tasks);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Tk update widget
by zentara (Cardinal) on Jan 23, 2007 at 17:24 UTC | |
|
Re: Perl Tk update widget
by swampyankee (Parson) on Jan 23, 2007 at 16:45 UTC |