Re: Cocoa view design considerations
Re: Cocoa view design considerations
- Subject: Re: Cocoa view design considerations
- From: Tim Lucas <email@hidden>
- Date: Wed, 18 May 2005 10:07:18 +1000
On 18/05/2005, at 7:49 AM, xCode wrote:
However, if debugging symbols are present then I will use them, so the
output would become:
<offset> <hex> <opcode> <info> <ascii>
<offset> <hex> <opcode> <label>
<offset> <hex> <opcode> <info> <ascii>
<offset> <hex> <opcode> <info> <ascii>
<offset> <hex> <opcode> <info> <ascii>
<offset> <hex> <opcode> <info> <ascii>
<label>
I could simply place <label> into the cell that would normally contain
the <offset>. The problem with this method is that you would be
constantly resizing the column width to see the full text of said
label. Would it be possible to have some form of custom cell that
could be inserted when the need arises? I'm clueless as to how I
would go about adding a cell for a situation like this. What I need
is a way to override the column width for just that cell. Would a
custom formatter for that cell be of any help?
Trying calling setFrame: the affected cells in the
tableView:willDisplayCell:forTableColumn:row: delegate method.
I've read nothing on CoreData, it's 10.4 only. I'd like it to run on
10.3 systems as a minimum.
Core data handles your model... you're on your own when it comes to
customising the view.
- tim lucas
_______________________________________________
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