Oh dear? Sent from my iPhone
On Apr 5, 2010, at 4:47 PM, Kyle Sluder <[email protected]> wrote:
On Mon, Apr 5, 2010 at 10:15 AM, Jeremy Matthews <[email protected] > wrote:for (mmm=0;mmm<150;mmm++) { [progressIndicator displayIfNeeded]; [progressIndicator setDoubleValue:mmm];NSString *temp222 = [NSString stringWithFormat:@"%d",mmm];NSLog(@"string value is %d",mmm); [statusText setStringValue:temp222]; }Oh, dear. I would highly recommend reading the Threading Programming Guide: http://developer.apple.com/Mac/library/documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html --Kyle Sluder
_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
