Making an automatic vertically expanding NSTokenField?

2012-12-19 Thread Nick Zitzmann
I've been searching around, and have run out of options. Has anyone here ever made an NSTokenField that vertically expands collapses as text is entered into it? If so, then how did you do that? I found this - http://joshua.nozzi.name/source/jlnautosizingtokenfield/ - which calls -sizeToFit

Re: Making an automatic vertically expanding NSTokenField?

2012-12-19 Thread Jerry Krinock
On 2012 Dec 19, at 17:41, Nick Zitzmann n...@chronosnet.com wrote: I've been searching around, and have run out of options. Has anyone here ever made an NSTokenField that vertically expands collapses as text is entered into it? Not that I know of. I found this -

Re: Making an automatic vertically expanding NSTokenField?

2012-12-19 Thread Kyle Sluder
On Dec 19, 2012, at 5:41 PM, Nick Zitzmann n...@chronosnet.com wrote: I've been searching around, and have run out of options. Has anyone here ever made an NSTokenField that vertically expands collapses as text is entered into it? If so, then how did you do that? The typical technique for