Re: NSControl's not updating
Re: NSControl's not updating
- Subject: Re: NSControl's not updating
- From: Ricky Sharp <email@hidden>
- Date: Sat, 14 Jan 2006 17:09:14 -0600
On Jan 14, 2006, at 3:45 PM, Coleman Nitroy wrote:
On Jan 13, 2006, at 8:05 PM, Keith Wilson wrote:
have you tried [textfield display];
Yep, so far I have all this and the textfield does not update:
[textfield setHidden: YES];
Look at what setHidden: does.
[textfield setStringValue:@""];
[textfield drawRect:[textfield frame]];
[textfield display];
[window update];
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
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