Re: Modal Window with dynamic nstextfield
Re: Modal Window with dynamic nstextfield
- Subject: Re: Modal Window with dynamic nstextfield
- From: Kyle Sluder <email@hidden>
- Date: Mon, 5 Apr 2010 13:47:58 -0700
On Mon, Apr 5, 2010 at 10:15 AM, Jeremy Matthews <email@hidden> 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@hidden)
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:
This email sent to email@hidden