On 04/12/2009, at 3:17 AM, Gideon King wrote: > I have a text view which has the drawsBackground: set to NO, and now the > insertion point is not blinking - it's just a solid line. If I turn the > drawsBackground: on, it does blink as expected. > > Any suggestions as to why this could be happening?
It's possible you might need to subclass NSTextView and return NO from -isOpaque, that's bitten me a few times when subclassing Apple controls. -- Rob Keniger _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com