Re: nuts!

2014-07-29 Thread Tony Newman
On 07/28/2014 11:00 PM, Gary Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. well, I've been at this for more than 9 hours. almost nonstop. need the list's help. while I can create several {N

Re: questionfor progress bar

2006-11-05 Thread Tony Newman
Kim Jongha wrote: > Greeting, > > progress bar is updated "only" using timeouts ? > > I read some big file and want to show up the progress how much App. > read file. so I use progress bar like below > > > double val; > for(i = 0; i< SOME_NUMBER; i++) > { >val = (100.0 /SOME_NUMBER)* i /100