hey as part of an application i am working on, i have made a chat client in the style of ichat with pics and bubbles and such. i am currently doing this using an NSTableView bound to an NSArrayController in entity mode, with a custom NSCell in the tableview to draw the pictures, speech bubbles and text. this all works good so far.
now, i would like to be able to select and copy sections of the text displayed in each chat bubble, but i am unable to work out how to do this. i would also like to be able to make text links clickable. i understand that NSTextView has both these capabilities, but am i correct in thinking that you cannot have an NSView in an NSCell? could someone offer some advice as to the easiest way to achieve this? thanks. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
