Re: Modal Window with dynamic nstextfield
Re: Modal Window with dynamic nstextfield
- Subject: Re: Modal Window with dynamic nstextfield
- From: Jeremy Matthews <email@hidden>
- Date: Mon, 05 Apr 2010 18:12:31 -0400
Oh dear?
Sent from my iPhone
On Apr 5, 2010, at 4:47 PM, Kyle Sluder <email@hidden> wrote:
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