Re: mmalc's Controller examples
Re: mmalc's Controller examples
- Subject: Re: mmalc's Controller examples
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 28 Feb 2004 03:06:30 -0800
Two more:
ToDos
<
http://homepage.mac.com/mmalc/CocoaExamples/ToDos.zip>
A document-based "ToDo" application. ToDo items are displayed in a
table view managed by an NSArrayController. The priority of an item is
set using a popup menu either in the tableview, or in separate a detail
view. The priority determines the color of the item's "title" in the
table view, using a value transformer. Each item also has a "due by"
date; if the due date is past, the date is highlighted in red, again
using a value transformer. The application also illustrates sorting a
column in a table view using a custom sort key.
FilteringController
<
http://homepage.mac.com/mmalc/CocoaExamples/FilteringController.zip>
This application displays a table view showing first and last names --
managed by a subclass of NSArrayController -- and an NSSearchField.
The array controller uses the text in the search field to filter the
objects displayed in the table view.
mmalc
_______________________________________________
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.