Skip navigation.
 
mlProgress Indicator incrementing gives exception
FROM : Kamal Shah
DATE : Tue Mar 29 15:27:31 2005

I have a method in which I am incrementing a progress indicator by
using:

[progressIndicator incrementBy: (float)(100/numFiles+1)];

This line gives the following run time exception in the console:

Exception *** -[NSNextStepFrame contentAlpha]: selector not recognized
raised during heart beat. Ignoring....

This same exception is shown repeatedly on the console.

If I comment the line, the exception does not appear.

Any ideas on what could be wrong?

Thanks
Kamal

Related mailsAuthorDate
mlProgress Indicator incrementing gives exception Kamal Shah Mar 29, 15:27
mlRe: Progress Indicator incrementing gives exception gabe taubman Mar 29, 15:43
mlRe: Progress Indicator incrementing gives exception Justin Anderson Mar 29, 17:42
mlRe: Progress Indicator incrementing gives exception Shawn Erickson Mar 29, 18:07
mlRe: Progress Indicator incrementing gives exception Kamal Shah Mar 30, 10:21