Skip navigation.
 
mlRe: NSOutlineView space next to disclosure triangle
FROM : Jerry Krinock
DATE : Wed Apr 04 19:36:34 2007

On 2007 Apr, 03, at 9:03, Stefan Heukamp wrote:

> I know this thread is some weeks old but I had the same proplem and 
> it helped me too.
> But there is one thing left that I don't get working. My 
> OutlineView is editable and when I start editing a cell, the icon 
> is visible anymore because the fieldeditor is in front of it.
>
> I overrode the
> - (NSText *)setUpFieldEditorAttributes:(NSText *)textObj
> to move the fieleditor by some pixels to the right. But that does 
> not work since the frame of the textObj (Instance of NSTextView) is 
> even after the call to the super class not positioned (Frame = 
> {{0.00, 0.00}, {0.00, 14.00}}) and when I set those values they are 
> overwritten of course.
>
> Could you give me a hint on how to handle this?


Yes, this is a problem, although not a major problem in my particular 
application, so I just let it go.  But if you Stefan or anyone else 
figures out how to fix it, please let us know!

Jerry

Related mailsAuthorDate
mlNSOutlineView space next to disclosure triangle Mitchell Livingsto… Jan 17, 21:35
mlRe: NSOutlineView space next to disclosure triangle Jerry Krinock Jan 18, 00:11
mlRe: NSOutlineView space next to disclosure triangle Dominik Pich Jan 18, 00:48
mlRe: NSOutlineView space next to disclosure triangle Jerry Krinock Jan 18, 03:45
mlRe: NSOutlineView space next to disclosure triangle Stefan Heukamp Apr 3, 18:03
mlRe: NSOutlineView space next to disclosure triangle Jerry Krinock Apr 4, 19:36
mlRe: NSOutlineView space next to disclosure triangle Aulis Telle Apr 5, 09:24