NSScrollView/ClipView doesn't call drawRect?
NSScrollView/ClipView doesn't call drawRect?
- Subject: NSScrollView/ClipView doesn't call drawRect?
- From: えるだ あんどれ(Andore) <email@hidden>
- Date: Fri, 16 Apr 2004 11:05:39 -0700
Hi,
I'm currently subclassing NSScrollView and attempted to override
drawRect:
to draw a custom border around the ScrollView, but unfortunately it
seems that when drawing
and resizing, drawRect is not called. If this is so, then what method
would I use to draw the
border in the View? I even drew in tile method which is called many
times, but even then my
drawing only shows up when the scroller appears when text is too
large... even clipview subclasses
don't seem to call drawRect...
If anyone knows about this, I would appreciate any help or clues.
Thanks.
_______________________________________________
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.