Trying to hide a NSProgressIndicator upon finishing of table rendering
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