NSOutlineView and database
NSOutlineView and database
- Subject: NSOutlineView and database
- From: Alvaro Muir <email@hidden>
- Date: Mon, 27 Jan 2003 00:37:57 -0500
All,
Thanks for all you help with these newbie questions. I have found that
openbase actually has an API for cocoa and objective-c. I have migrated my
data from mysql and decided to go with openbase. Heres the background on my
small but first cocoa app.
I am trying to create a small app that browses a specified database of media
( mp3's, mpegs, qt, etc. ) and plays them in their default player ( QT,
real, windows media ). The media is for a language learning lab, devidied by
language, level, section , etc. I would like it to appear in drop-down via
NSOutlineView. i.e
French
>
French 101
> Bonjour
> Paris.mp3
> French Kiss.mpeg
> au revoir
> Rivera.qt
>
French 102
> etc.
> foo.rm
> bar.wma
My problem is connecting the NSOutlineView, I cant find a lot of
documentation on it, although this is a lot for NSTableView.
Does anyone have any experience in this, or better yet, a working example?
Thanks again,
://alvaro
_______________________________________________
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.