Getting NSPRogressIndicator to go away (Solution)
Getting NSPRogressIndicator to go away (Solution)
- Subject: Getting NSPRogressIndicator to go away (Solution)
- From: prince <email@hidden>
- Date: Mon, 28 Apr 2003 10:12:41 -0700
Awhile back I'd asked about a problem I'd been having getting an
NSProgressIndicator to disappear when I was done with it.
Someone suggested sending an update message to the super view, and so I
did and that worked-- just telling the Progress Indicator to change its
status wasn't enough to get it to redraw.
This is the code that worked for me:
superview.setNeedsDisplay(true);
Thanks for the help!
Jay
_______________________________________________
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.