NSTableView, fieldEditor, setRowHeight
NSTableView, fieldEditor, setRowHeight
- Subject: NSTableView, fieldEditor, setRowHeight
- From: Ken Victor <email@hidden>
- Date: Mon, 23 Apr 2007 07:51:07 -0700
has anyone managed to successfully use NSTableView's setRowHeight
while editing a cell in a table?
i found one thread
http://www.cocoabuilder.com/archive/message/cocoa/2001/11/7/49490
from 2001, but nothing more recent.
i change the row height in response to the user changing the font
size (using the font panel).
i can sorta get it working using techniques similar to that suggested
in the above thread, but its not really a good solution for me. the
problem is that this approach triggers the sending of a
edittingDidEnd notification and i trigger a bunch of processing in my
handling of this notification, including user visible changes.
so... is their some way to successfully change row height while
editting a table cell (via the field editor) without having to mimic
ending editting?
thanx,
ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden