CGContext text drawing doesn’t scale up on iP hone 4

2010-07-11 Thread Carter Allen
risp text on both devices, but unfortunately, it produces blurry text on both. Here is how it appears: http://zcr.me/01h That image is taken at 100% zoom on the iPhone 4. What in the world? Any ideas how I can fix this? Sincerely, Carter Allen ___ Coc

Re: NSInteger compare - Help Needed

2010-07-17 Thread Carter Allen
Steve, Have you tried changing "<<" in your code to simply "<"? That may work. - Carter Allen On Jul 17, 2010, at 1:58 PM, Steve Wetzel wrote: > Hi all, > > I am new to Cocoa programming and am trying to do something that I thought > was straightfor

Re: Command-line parsing

2010-07-21 Thread Carter Allen
You might be thinking of DDCLI: http://www.dribin.org/dave/blog/archives/2008/04/29/ddcli/ I've used it before, and when you're writing an ObjC CLI, it does its job perfectly. - Carter Allen On Jul 21, 2010, at 8:54 AM, Fritz Anderson wrote: > I'm writing a Foundation t

Re: [ANN] Cong 0.7

2011-02-11 Thread Carter Allen
quest). Oh, and "Strange name for a framework" made me laugh. Sincerely, Carter Allen On Feb 10, 2011, at 5:21 PM, Stephane Sudre wrote: > After checking your code with the Build and Analysis features of > Xcode, your leaks with Instruments, you may want to check the > re

NSScrollView subclass not working with inertia

2011-02-13 Thread Carter Allen
I am currently implementing my own NSTableView replacement that uses views instead of cells, and is fairly similar to the way that UITableView works (uses reusable views, queuing, etc.) Everything is working quite well, except for one problem. Similar to how UITableView works, the new table view

Strange Problems with IBPlugin

2009-12-26 Thread Carter Allen
rror, and the only people online that talk about it are people that messed up the linking of the framework, and in all of their cases, the plugin worked fine thru XCode. Again, thank you for any help you can provide, I know this isn't convenient. Sincerely, Carter Allen

Resizing Issues with NSCollectionView

2009-12-29 Thread Carter Allen
tally, including the scroll view, collection view, collection view item, and the split view that contains it all. Thanks for any help you can provide! Sincerely, Carter Allen ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

[iOS] NSUserDefaults-backed Properties

2010-10-08 Thread Carter Allen
Hello everyone! I'm working on cleaning up an app that was written by a colleague of mine a while ago, and one of the things that he did quite a bit was use "properties" (declared as @properties, with custom getters/setters) that are actually backed by NSUserDefaults. Seemingly, this was to pro

Re: [ANN] DDMathParser

2010-11-22 Thread Carter Allen
t figure out, and at that point pass the expression to WebKit. Sincerely, Carter Allen On Nov 22, 2010, at 9:41 PM, Dave DeLong wrote: > Hi everyone, > > I thought it'd be fun to write a mathematical expression evaluator, a la > Graham Cox's GCMathParser, but one that was ex