Re: NSTextField not updating programmatically [SOLVED]
Re: NSTextField not updating programmatically [SOLVED]
- Subject: Re: NSTextField not updating programmatically [SOLVED]
- From: <email@hidden>
- Date: Thu, 24 Feb 2005 11:11:31 +0000
Actually, this was working. Exactly as I was asking it to, appending the filename to the end of the current string. I couldn't see it because it was longer than the window.
Changed it to:
[progressField setStringValue:@"Processing: %@", newOutputPath];
Now it works. Figured it out myself.
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden