Re: Resizing Columns
Re: Resizing Columns
- Subject: Re: Resizing Columns
- From: Thomas Davie <email@hidden>
- Date: Fri, 10 Jun 2005 21:09:40 +0100
A quick update on this...
It appears that if I add
NSLog (@"{%f,%f,%f,%f}", aRect.origin.x, aRect.origin.y,
aRect.size.width, aRect.size.height);
in the selection code it all works...
WTF!
Bob
On Jun 10, 2005, at 8:52 PM, Thomas Davie wrote:
Hi, I have an outline view that is behaving oddly iff I compile for
deployment. All the text fields in it are editable, however if you
resize the any of the columns in such a way that the right most
edge of the columns moves farther right and then attempt to edit
the text in the last column, instead of editing it blanks out the
text and appears to highlight the rightmost edge of the window as
the selected area.
This only happens when the project is built for deployment, anyone
got any cunning ideas?
Bob
p.s. the resizing scheme is set to 'Last Column Only' in IB.
_______________________________________________
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
_______________________________________________
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