Re: Text insertion point not blinking

2009-12-03 Thread Kyle Sluder
On Thu, Dec 3, 2009 at 7:39 PM, Gideon King wrote: > It is a very simple subclass of NSTextView. It is not in a scrollview, but is > added as a subview of another view. IB makes it very difficult to put a standalone text view anywhere, since they belong in scroll views unless they're the field e

Re: Text insertion point not blinking

2009-12-03 Thread Gideon King
It is a very simple subclass of NSTextView. It is not in a scrollview, but is added as a subview of another view. On 04/12/2009, at 1:27 PM, Kyle Sluder wrote: > On Thu, Dec 3, 2009 at 9:17 AM, Gideon King wrote: >> I have a text view which has the drawsBackground: set to NO, and now the >> in

Re: Text insertion point not blinking

2009-12-03 Thread Kyle Sluder
On Thu, Dec 3, 2009 at 9: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. Check the properties of the enclosing NSScrol

Re: Text insertion point not blinking

2009-12-03 Thread Rob Keniger
On 04/12/2009, at 12:51 PM, Gideon King wrote: > Thanks for the suggestion, but that made no difference. Weird. Is this a custom subclass of NSTextView or a vanilla one? If I create a new project, drag a text view into a window and turn off Draws Background for the scroll view and text view, t

Re: Text insertion point not blinking

2009-12-03 Thread Gideon King
Thanks for the suggestion, but that made no difference. Gideon > >> 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 t

Re: Text insertion point not blinking

2009-12-03 Thread Rob Keniger
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 happe