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
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 mails | Author | Date |
|---|---|---|
| Kamal Shah | Mar 29, 15:27 | |
| gabe taubman | Mar 29, 15:43 | |
| Justin Anderson | Mar 29, 17:42 | |
| Shawn Erickson | Mar 29, 18:07 | |
| Kamal Shah | Mar 30, 10:21 |






Cocoa mail archive

