/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
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
>
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
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
... 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
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