Re: NSProgressIndicator in NSTableView
Re: NSProgressIndicator in NSTableView
- Subject: Re: NSProgressIndicator in NSTableView
- From: Quentin Mathé <email@hidden>
- Date: Sun, 25 May 2003 18:41:16 +0200
Le dimanche, 25 mai 2003, ` 03:34 Europe/Paris, Jan Van Tol a icrit :
I'm trying to implement a Mail.app-style activity viewer. Is a
tableView even the best way to do this? Perhaps an NSMatrix or custom
view would be easier?
The solution is to create custom view with other views embedded in a
NSTableView way. I have done that cleanly (in a MVCish way : I use a
data source to manage the views, then you can use any data structures
to store them) in one of my project. perhaps I will release the code
with an open source license in the next month (I will post a message to
this list in order to announce that).
--
Quentin Mathi
email@hidden
_______________________________________________
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.