• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Custom border (repeated image) for NSTextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom border (repeated image) for NSTextView


  • Subject: Custom border (repeated image) for NSTextView
  • From: Nick <email@hidden>
  • Date: Sun, 25 Sep 2011 14:48:03 +0300

Hello
I need to create a custom border for the textview. This border should be
made out of an image.
I subclassed NSScrollView (since i need the border to surround scroll bars
as well as the text area) and rewrote the -drawRect method.
At the end of this method I am calling [super drawRect:dirtyRect] to get the
original textview with its scrollbars.
The problem is that I do not know how to tell the control (text view +
scroll view) to draw in an "smaller area" - so the original view and
scrollbars are not being drawn on top of my border (thus overriding it), but
instead draw them as a slightly scaled down image. How could I do that?
Thanks!
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Custom border (repeated image) for NSTextView
      • From: Quincey Morris <email@hidden>
  • Prev by Date: Re: Locked FIles in Lion
  • Next by Date: Re: Custom border (repeated image) for NSTextView
  • Previous by thread: Re: Locked FIles in Lion
  • Next by thread: Re: Custom border (repeated image) for NSTextView
  • Index(es):
    • Date
    • Thread