• 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
Trying to hide a NSProgressIndicator upon finishing of table rendering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trying to hide a NSProgressIndicator upon finishing of table rendering


  • Subject: Trying to hide a NSProgressIndicator upon finishing of table rendering
  • From: "Patrick J. Collins" <email@hidden>
  • Date: Fri, 13 Mar 2015 22:43:53 -0700 (PDT)

I am trying to have a progress spinner show upon processing of data, and
hide upon completeion of rendering all the columns/rows of my table...

The problem is, if I do something like:

  if (row == lastRow) [self hideSpinner]

This does not get called until I physically scroll to the end of my
view, as I guess NSTableView is doing some lazy loading.

Is there a way to determine when the table has actually finished drawing
itself so I can hook into that?

Thanks!

Patrick J. Collins
http://collinatorstudios.com

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Trying to hide a NSProgressIndicator upon finishing of table rendering
      • From: Graham Cox <email@hidden>
  • Prev by Date: Re: Cocoa GUI app getting slower on MacPro or MacMini when disconnecting all screens
  • Next by Date: What's the right way to "remove the footerView" of a UITableView?
  • Previous by thread: NSStatusItem Popover doesn't work in Full Screen mode
  • Next by thread: Re: Trying to hide a NSProgressIndicator upon finishing of table rendering
  • Index(es):
    • Date
    • Thread