background image for NSTextView
background image for NSTextView
- Subject: background image for NSTextView
- From: "Ujwal S. Sathyam" <email@hidden>
- Date: Mon, 08 Sep 2003 22:53:36 -0700
Hello,
I have an app whose current view hierarchy is the following:
NSWindow->NSTabView->NSScrollView->NSTextView
The NSTabView is a subview of the NSWindow's contentView.
The the NSScrollView is the view of a tabview item of the NSTabView
The NSTextView is the documentView of the NSScrollView.
All this is working quite well. Now I would like to put an image in the NSTextView's background. Where in the hierarchy should I insert the NSImageView? Naturally, I would want the image to stay put as I scroll the NSTextView.
Thank you,
Ujwal
--
Ujwal S. Sathyam
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.