Anyone else having serious issues with Xcode 4?

2011-08-13 Thread Patrick William Walker
/IBUnsavedFilesClassProvider.m:148 Anyone else having this problem and found a solution? Patrick William Walker patrick.william.wal...@nb.sympatico.ca patrickwilliamwal...@yahoo.com will.wal...@unb.ca

Re: Does anyone else dislike Xcode 4?

2011-07-24 Thread Patrick William Walker
to be a performance hit but it's worth it and will likely get even better. The new action triggers inside the debugger are pure freakin' gold. I haven't used NSLog() in weeks now. Patrick William Walker patrick.william.wal...@nb.sympatico.ca

PDFKit Frustrations

2011-04-12 Thread Patrick William Walker
I've been trying to create a subclass of PDFView in order to load a PDF file (a standardized form) so that some of the fields can be automated. The problem that I have been having is that instance variables will not seem draw in the view at all although static strings will. I have verified

Not sure what's wrong with this code to using NSUserDefaults...

2010-06-23 Thread Patrick William Walker
... beyond me but here it is. NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults]; [prefs setObject: @120 forKey: @Length]; [prefs synchronize]; When the program is run in the iPhone simulator (v3.2, not using 4.0 yet), it just dies. Nothing on the console log so I

Very, Very Simple iPhone SDK Question

2009-11-06 Thread Patrick William Walker
and NSBezierPaths as well. #import Foundation/Foundation.h @interface Member : NSObject { NSPoint a; } @end Thanks for any information. Patrick William Walker patrick.william.wal...@nb.sympatico.ca patrickwilliamwal...@yahoo.com