Re: NSBrowser
Re: NSBrowser
- Subject: Re: NSBrowser
- From: Scott Anguish <email@hidden>
- Date: Thu, 25 Dec 2003 04:08:58 -0500
On Dec 25, 2003, at 2:22 AM, Stephen Partos wrote:
>
Hi Guys,
>
>
I'm just a beginner with Cocoa, a big newbie, I have done other
>
programming before. I am wondering will NSOutlineview or NSBrowser let
>
you display images as a list?
>
>
For NSOutlineview will that let me place an image in one column and
>
then a description in the next?
>
>
Thanks, also I can't seem to find any examples on these objects, does
>
anyone have any?
>
You want an NSTableview
There are examples for NSBrowser and NSOutlineView in the
/Developer/Examples/AppKit folder. I'm a bit surprised that I can't
seem to find an NSTableview example in there, nor on Apple.com. But
it's late, and that could be me.
Anyways, I wrote an example for this almost 3 years ago and it seems to
be fine. I upgraded the project to an XCode project, and the source is
here. (you could shorten it some by using the workspace openURL: code
now I suppose)
http://homepage.mac.com/sanguish/SetTheTableView-1.1-src.zip
I didn't update the links in the examples to current articles though.
:-)
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.
References: | |
| >NSBrowser (From: Stephen Partos <email@hidden>) |