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: More on drawRect not getting called

2011-07-24 Thread Patrick William Walker
rks except that I can't get drawRect to be called a second time. > I assume that means the IBOutlet is working. However, I think you're right > that there's something about the interaction between the modules that is > causing the problem. > > Thanks, Tom &g

Re: Does anyone else dislike Xcode 4?

2011-07-24 Thread Patrick William Walker
> I agree. Xcode 4 may have a slight learning curve and what seems 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 u

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 that

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 s

Very, Very Simple iPhone SDK Question

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