Re: Source lists
Re: Source lists
- Subject: Re: Source lists
- From: Jonathan Wight <email@hidden>
- Date: Thu, 22 Sep 2005 16:00:45 -0400
I ended up coding my own custom view to handle most of it. I needed
support for the Finder style source list drag & drop (where things
move out of the way so you can drag into the list). And hacking
NSTableView to do that just wasn't going to be pretty.
The gradient was actually the easiest part: http://toxicsoftware.com/
blog/index.php/weblog/gradienttest/
Jon.
On Sep 22, 2005, at 15:54, Mike Abdullah wrote:
I'm sure this has been asked before, however in my search for an
answer, I have come across many conflicting solutions and would
like to know what is generally considered best practice as of the
current moment. So:
What is the best way to create a source list in my application?
I wish to create something similar to the source list in Address
Book. Whilst it is not essential that I have the blue "gradient"
effect, it would be nice. I also definitely need to have icons by
each item in the list. Oh, and I don't need a "header" sort of
thing like iTunes has.
So, what is considered the best way of doing this?
Mike.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40toxicsoftware.com
This email sent to email@hidden
_______________________________________________
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
References: | |
| >Source lists (From: Mike Abdullah <email@hidden>) |