Re: A little guidance
Re: A little guidance
- Subject: Re: A little guidance
- From: Ondra Cada <email@hidden>
- Date: Thu, 9 May 2002 19:51:44 +0200
On Thursday, May 9, 2002, at 07:20 , Al Kirkus wrote:
I am designing a program which will contain a "timeline" onto which the
user can drag and drop and reorder various objects; conceptually similar
to an editing timeline you might find in Final Cut Pro of Adobe Premiere.
My question is in regards to the best method to implement the "timeline"
.
Check NSMatrix, if the objects happen to be regularly sized. Otherwise I
think a custom view would be probably best.
Another nice trick migth be an NSTable with only one row, but I never used
that myself, so am not sure about this solution's respective
(dis)advantages.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.