Re: bookmarks bar
Re: bookmarks bar
- Subject: Re: bookmarks bar
- From: Jacob Lukas <email@hidden>
- Date: Sun, 10 Oct 2004 19:11:55 -0700
After careful testing of NSSegmentedControl, I decided that it wasn't
what I nedded. I'm working on a view that displays NSTextCells, but
it's proving more difficult that I expected it to. Is there any other
class that I can subclass to provide most of the functionality I
desire?
Thanks,
Jacob
You should look at NSSegementControl; it already does what you want,
for the most part. For text, you need NSTextCell and you simply need
to compute the size before you draw, resize the cell, and then draw.
Regards,
Eric Ocean
I'm trying to implement something similar to Safari's bookmarks bar.
I want to use NSCells to display text. What is the easiest way to
display non-fixed-width NSCells? It will be only one line of cells,
and I need a way to figure out if I need to create a menu for the
items that don't fit.
_______________________________________________
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