• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Getting NSPRogressIndicator to go away (Solution)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: converting text input in any encoding to unicode
  • Next by Date: windowDidExpose Not Being Called
  • Previous by thread: Re: Transparent backgroundcolors ?
  • Next by thread: NSDocumentController open automatically document
  • Index(es):
    • Date
    • Thread