runModalForWindow & indeterminate NSProgressIndicator
runModalForWindow & indeterminate NSProgressIndicator
- Subject: runModalForWindow & indeterminate NSProgressIndicator
- From: Matt Covey <email@hidden>
- Date: Thu, 4 Oct 2001 17:54:26 -0700
I have a sheet displaying an indeterminate NSProgressIndicator which does not animate.
I can call "anmiate:" directly and it will animate, or change it to a determinate and again it animates in response to "incrementBy:" calls.
So I'm guessing "startAnimate:" invokes an NSTimer that's added for _normal_ and not _modal_ mode.
Is this correct? Am I missing something simple? Any workarounds? (besides the obvious do my own NSTimer & invoke "animate:")
++matt