Re: NSControl's not updating
Re: NSControl's not updating
- Subject: Re: NSControl's not updating
- From: Coleman Nitroy <email@hidden>
- Date: Sat, 14 Jan 2006 16:45:46 -0500
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];
[textfield setStringValue:@""];
[textfield drawRect:[textfield frame]];
[textfield display];
[window update];
--
Coleman Nitroy
_______________________________________________
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