Re: AddressBook card view
Re: AddressBook card view
- Subject: Re: AddressBook card view
- From: Yann Bizeul <email@hidden>
- Date: Wed, 19 Jan 2005 00:41:23 +0100
Looks to me like a view with a number of subviews in it.
AFAIK, it is not
The big difference is those multivalue controls - the label on the
left and the entries on the right. Delicious Library has something
like 'em too. Apple doesn't supploy those though so you'll have to
role one yourself. Beyond that it's pretty basic I think.
If this was subviews, each of them would have to be bigger to place the
shadow, and that would be a headache to determine who get a click when
it occures.
I was lucky enough to get some WWDC 2003 samples and video, and there
was a session dedicated to this.
As said before, it is an NSTextView with markers, or some other way to
flag the text, and decide according to mouse click position what is
selectable or not, and dynamicaly draw a shadow around the selection.
Very good cocoa course !
--
Yann Bizeul - yann at tynsoe.org
Please use this e-mail when writing to me.
You can visit my projects at this address :
http://projects.tynsoe.org/
(BuddyPop - GeekTool - SSH Tunnel Manager...)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden