Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display with zips

Status
Not open for further replies.

zrbite

Programmer
Jun 13, 2000
2
US
foreach $memberName (@files)<br>{<br>&nbsp;&nbsp;$lst-&gt;insert(&quot;end&quot;,&quot;Extracting $memberName...&quot;);<br>&nbsp;&nbsp;$zip-&gt;extractMember($memberName);<br>} <br>$lst is my ListBox used in Tk.<br>$zip is used with Archive::Zip<br><br>I put all the files from the zip into an array.<br>then I use a Foreach loop to step through the array.<br><br>However, the program does not update the &quot;Extracting&quot; text into the listbox until all the zip files have been extracted. Can any1 tell me how to get the display working as it is extracting?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top