• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Progress Indicator problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Progress Indicator problem


  • Subject: Re: Progress Indicator problem
  • From: Keith Renz <email@hidden>
  • Date: Sat, 26 Oct 2002 11:11:43 -0400

That doesn't work either. According to the docs, startAnimation: is only for an indeterminate progress indicator. (But maybe yours is first indeterminate and then determinate, i.e. barber pole and then progress bar.) Anyway, I think I'm doing it all right. Two strange things, though, (1) other items, several text fields, are being updated (and working) in the same loop using the display: method, and (2) when the loop finishes, the progress indicator advances to max. This leads me to believe I have some other problem in my code. What could be blocking a progress indicator from advancing when the values are being set correctly and display: is being called?

Thanks,

Keith

-----

On Saturday, October 26, 2002, at 12:36 AM, Scott Anguish wrote:

On Saturday, October 26, 2002, at 12:28 AM, Keith Renz wrote:

That's exactly what I'm doing and it's not working. After the loop exits, it neatly goes to its max value.

Looking in the DFProgressPanel delete code in OpenUp, I'm doing this

[progressIndicator startAnimation:self];

and then

[progressIndicator setDoubleValue:val];
[progressIndicator displayIfNeeded];

and it seems to be working...

it's called from -deleteFiles: in ApplicationDelegate

maybe that'll help find the problem?

the source is available in softrak.. http://www.stepwise.com/Softrak
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Progress Indicator problem (From: Scott Anguish <email@hidden>)

  • Prev by Date: Help system stopped working
  • Next by Date: is protected broken, or am I?
  • Previous by thread: Re: Progress Indicator problem
  • Next by thread: Re: Progress Indicator problem
  • Index(es):
    • Date
    • Thread