On 14 Oct 2012, at 20:29, Koen van der Drift <koenvanderdr...@gmail.com> wrote:

> 
> On Oct 14, 2012, at 3:04 PM, Mike Abdullah <cocoa...@mikeabdullah.net> wrote:
> 
>> How did you determine that -updateStatusWrapper: doesn't get called?
>> 
>> (You could do away with that method entirely BTW, and just use 
>> setProgressStatus: as the selector)
>> 
>> You're updating a property of self. How does that then update the text field?
> 
> 
> Even if I use:
> 
> - (void)updateStatus: (NSString *)status
> {
>    [statusTextField performSelectorOnMainThread:@selector( setStringValue:) 
> withObject: status waitUntilDone: NO];  // or YES
> }
> 
> the field does not get updated.

Presumably statisTextField is an outlet? Sure you've got it hooked up right?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to