Re: Issues with auto-resizing table view
Re: Issues with auto-resizing table view
- Subject: Re: Issues with auto-resizing table view
- From: Conor Dearden <email@hidden>
- Date: Fri, 20 Jan 2006 10:27:07 +0100
Hi Ben,
> 1. The uniform auto-resizing doesn't "kick in" until you make the
> table view narrow enough so the right edge of the table view touches
> the right edge of the column.
Your first problem is quite easy to solve; In applicationdidFinishLoading
(or willFinishLoading if you prefer) call [myTableView
sizeLastColumnToFit];
As for your second problem I don't know the answer as I never ran into it.
Check out http://www.bruji.com/gamepedia I don't believe it has the delay
your talking about. (A small amount of delay is normal as the view
refreshes.) I am using an NSFormatter to give me the ellipsis at the end
when the name is to long to fit, it might forces the display to update
faster than usual.
Regards,
Conor Dearden
ww.bruji.com
_______________________________________________
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