Re: Delaying button redraws?
Re: Delaying button redraws?
- Subject: Re: Delaying button redraws?
- From: Stephan Burlot <email@hidden>
- Date: Wed, 29 Jan 2003 23:12:14 +0100
Le Mercredi, 29 jan 2003, ` 16:05 Europe/Zurich, Steve a icrit :
Hi,
[theButton setTitle:theString] seems to force an immediate redisplay
of an NSutton.
Is there a way to set a title so it only refreshes next time around
the update loop?
Does this work? It should!
[[NSRunLoop currentRunLoop] performSelector:@selector(setTitle:)
target: theButton argument: theString order:0 modes:[NSArray
arrayWithObject: NSDefaultRunLoopMode]] ;
Stephan Burlot, Coriolis Technologies
Custom Application Development
Email: email@hidden
http://www.coriolis.ch/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.