WHOA! Weird bug!!!
WHOA! Weird bug!!!
- Subject: WHOA! Weird bug!!!
- From: Graham Wihlidal <email@hidden>
- Date: Wed, 14 Nov 2001 20:56:53 -0700
Hey list, I REALLY need help!!
Thanks for the past question feedback (spawning windows), I figured it
out with the NSWindowController class. Works like a charm! :)
This bug I can't figure out how to fix, and YES it is retarded!
Here's the scoop. In one of my windows, I place a new NSTextField
(same effect with NSForm) and set my form fields up all nice and
pretty, I run my app after saving, and as I select each textfield,
it DISAPPEARS!!!! The PB log says:
-[NSForm string]: selector not recognized
&
-[NSTextField string]: selector not recognized
for each respective class control type.
What the heck is going on?
I am not subclassing any of those controls or doing anything weird,
just drag and drop than running it!!
I could really use some input,
thanks,
Graham