• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Modal Window with dynamic nstextfield
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Modal Window with dynamic nstextfield
      • From: Jeremy Matthews <email@hidden>
References: 
 >Modal Window with dynamic nstextfield (From: Jeremy Matthews <email@hidden>)

  • Prev by Date: Re: UpdateSystemActivity replacement in Cocoa?
  • Next by Date: Re: Finding managed objects by URI representation
  • Previous by thread: Modal Window with dynamic nstextfield
  • Next by thread: Re: Modal Window with dynamic nstextfield
  • Index(es):
    • Date
    • Thread