Looking for info on creating certain interface elements
Looking for info on creating certain interface elements
- Subject: Looking for info on creating certain interface elements
- From: Trevor DeVore <email@hidden>
- Date: Fri, 31 Aug 2001 14:39:16 -0400
Hi there,
I have some questions which I hope are approriate to this list. I have
been learning Objective C over the last little while and am starting to
make little sample apps on OSX. I have read "Learning Cocoa" and the
articles at Stepwise and a few other Cocoa sites. I am still rather new to
desktop applications (done a lot of web stuff) and am trying to figure out
how to create two things right now and was wondering if anyone might be
able to point me in the right direction. So far I haven't been able to
find info on these two subjects.
1) I am looking for information on how to create a timeline interface like
you would find in LiveStage Pro, Flash, Director, etc.
2) In Learning Cocoa I created a little program that drew an NSString into
a NSView. I modified it so I could click within the view and the string
would redraw where I clicked the mouse. I would now like to be able to
double click on the text, be able to edit it and have that new string
appear in the NSView. You can do this sort of thing in Flash, for example.
Any suggestions or tutorials out there that covers these kinds of things?
Thanks for any help,
Trevor DeVore