Jerry Krinock

Results 13 comments of Jerry Krinock

On 2012 Dec 28, at 10:13, Chris Rivers [email protected] wrote: > It seems like it could be helpful in doing some dynamic resizing after displaying messages. However, I don't see...

Thank you for the license text, Chris. I added a License.txt to the repo… https://github.com/jerrykrinock/CategoriesObjC/blob/master/License.txt Jerry

Hello Vince, Regarding the discrepancies in measuring NSTextField, I discovered this myself and I think have explained it near the top of the header file NS(Attributed)String+Geometrics.h. See the section titled...

Hello, hac. I don't see any text. Please add some text so I'll know which files you are attempting to build and which headers are missing. :)

Hello again, hac. CategoriesObjC/NSError+LowLevel.m, and anything in the CategoriesObjC directory, is in my CategoriesObjC repository. CategoriesObjC is a sibling of ClassesObjC. Thank you for the feedback. I'll put that remark...

Hello, francesco-romano. Maybe it's Francesco. Thank you for the code! I haven't looked it yet. I'll get back to you next week. Jerry Krinock

Hello again, francesco-romano. I'm not sure about your changes, because, as you can see in the comment above the method the method that you fixed, that method never executes in...

Hello, crispinb. Welcome to Mac development. You are basically correct. RPTokenControl inherits from NSControl, which conforms to NSCoding, RPTokenControl should override the coding methods to initialize itself and, ugh, encode/decode...

Oh, I forgot to reply to the issue. Commits are so easy nowadays :)) Anyhow, yes I think I've fixed it, but because my applications don't use the encoding/decoding methods,...

This will require some more thought, which I have not had time for lately. If you've had any more ideas since Dec 16, crisping, please share them.