Re: Placing an image in the border of NSTextView

2009-06-24 Thread Martin Wierschin
How can I place an image in the left border of an NSTextView, without causing a move or shift of the text to the right? May I suggest learning about the Cocoa text system? There's nothing in there that will do what he wants. Any image one adds via the Cocoa text system is going to be a char

Re: Placing an image in the border of NSTextView

2009-06-24 Thread Kyle Sluder
May I suggest learning about the Cocoa text system? http://developer.apple.com/documentation/Cocoa/Conceptual/TextArchitecture/TextArchitecture.html --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Placing an image in the border of NSTextView

2009-06-24 Thread Filip van der Meeren
Hello, I have a question... How can I place an image in the left border of an NSTextView, without causing a move or shift of the text to the right? And keep the image at the height of a given linenumber... Thank you, Filip van der Meeren ___ C