Re: Custom autocompletion with NSTextField

2011-08-01 Thread Joe White
Hi Kyle, thanks for the reply. On 1 August 2011 01:12, Kyle Sluder wrote: > On Sun, Jul 31, 2011 at 4:29 PM, Joe White wrote: > > Hi all, > > > > I'm currently implementing custom autocomplete functionality into a > > NSTextField. I've managed so far t

Custom autocompletion with NSTextField

2011-07-31 Thread Joe White
field editor and the google results I've read have helped but not answered my problems. Thanks, Joe -- Joe White Production Department, RjDj Tel : +44 7515 731499 Reality Jockey Ltd. Floor B “The Mission” 55 Holywell Lane London EC2A 3PQ ___

Re: Resizing custom subclassed NSTextView

2011-06-09 Thread Joe White
Oh man, this sounds exactly what I need. Thanks for the pointer! Cheers, Joe On 9 June 2011 15:37, Ross Carter wrote: > On Jun 9, 2011, at 6:11 AM, Joe White wrote: > > > I think it would solve all my problems if I was able to do > auto-completion, etc... with NSTextField. I do

Re: Resizing custom subclassed NSTextView

2011-06-09 Thread Joe White
ng in the right direction. You shouldn't need to > subclass NSTextField to do this. > > - Gary L. Wade (Sent from my iPad) > > On Jun 6, 2011, at 3:29 PM, Joe White wrote: > > > Hi, > > > > I currently have a custom subclassed NSTextView as a subview of an NS

Re: Resizing custom subclassed NSTextView

2011-06-09 Thread Joe White
Hi Ross On 9 June 2011 01:51, Ross Carter wrote: > On Jun 8, 2011, at 7:19 PM, Joe White wrote: > > > Basically, the interface is separate editable objects that are usually > single symbols with a few arguments included. This means that the each > object is always one line hi

Re: Resizing custom subclassed NSTextView

2011-06-08 Thread Joe White
[tc setWidthTracksTextView:NO]; > } > > I assume you have a plan in place to deal with situations where the > textView at maximum width cannot display all the characters entered (or > pasted) by the user. > > -- Joe White Produ

Resizing custom subclassed NSTextView

2011-06-08 Thread Joe White
I'm not sure where I'm going wrong with this, any help or pointers would be much appreciated. Thanks, Joe -- Joe White Production Department, RjDj Tel : +44 7515 731499 Reality Jockey Ltd. Floor B “The Mission” 55 Holywell Lane London EC2A 3PQ