TableView formatting and "small" NSButton questions
TableView formatting and "small" NSButton questions
- Subject: TableView formatting and "small" NSButton questions
- From: Michael Becker <email@hidden>
- Date: Sat, 1 Nov 2003 21:10:40 +0100
Hello!
I have two questions:
In Interface Builder, when you insert a Push Button into your window,
you can make it "small". This reduces the height of both the button and
the text in it. However, I cannot find a proper way to do this in my
code. I assume that they want you to change the size of the button and
the text manually, but I hope that there's still a better way to go?
Secondly, I need a somewhat complicated tableview-format. The tableview
should display a thumbnail of a picture in one column and in the next
column there should be information about the picture and two buttons
("edit", "delete"). Is there a way to put all of that in one column or
do I need to use on column per item? The customer wishes to have the
two buttons next to each other, and below them should be the
information text.
I somehow figure that this is not exactly what NSTableView has been
designed for. (I can't use some kind of NSMatrix WITHIN a Table-Cell,
can I?)
I don't need code examples here. Just knowing whether this is possible
and maybe the classes/methods which can achieve that would be great!
:-)
Thanks!
Michael
_______________________________________________
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.