Re: NSTableViews Load Progressively.
Re: NSTableViews Load Progressively.
- Subject: Re: NSTableViews Load Progressively.
- From: Corbin Dunn <email@hidden>
- Date: Mon, 27 Apr 2009 18:16:26 -0700
On Apr 27, 2009, at 7:10 AM, Philip Juel Borges wrote:
Hi,
I have an application that contains 2 nstableviews populated by a
property list file. A selection in one changes what is displayed in
the next, which in turn loads an html-file in my webview.
How do I load the tableviews progressively so that when I select the
item from the first tableview it loads the second tableview and then
populate the webview?
Presently, the webview is populated immediately when I select any
item from the first tableview.
Conceptually, fill up your modal as much as you want and call -
reloadData on the table when appropriate. Implementation-wise, your
question is too vague to offer good advice.
-corbin
_______________________________________________
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