Re: NSOutlineView missed moveRight/moveLeft
Re: NSOutlineView missed moveRight/moveLeft
- Subject: Re: NSOutlineView missed moveRight/moveLeft
- From: Corbin Dunn <email@hidden>
- Date: Wed, 1 Mar 2006 10:58:49 -0800
It always ask the delegate if it should be possible to expand or
collapse, that's ok... but since Tiger the main problem is that left
or right key are catched by keyDown method... and there are no
constants key like NSDeleteCharacter to catch them.
I think that catching a key down using key code 63235 is a not good
idea... so if someone has a better idea ?
Use the delegate method; why don't you want to (or can't you) use the
delegate method?
--corbin
_______________________________________________
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