Cocoa/PB/IB weirdness
Cocoa/PB/IB weirdness
- Subject: Cocoa/PB/IB weirdness
- From: Aaron Boothello <email@hidden>
- Date: Thu, 21 Apr 2005 15:52:48 +0800
Hey people,
Ive hit a wall with a pretty weird 'issue'. Here's the lo-down...
-My app has a couple of subclassed NSOpenGLViews that i am using as controllers(MVC) as well, so all my actions and outlets are in my subclassed "myView" code.
-I have a radio button, some textfields, and some check boxes. When anything changes they are associated with actions in...lets say "myView".
-i make the necessaary connections in IB. code the declerations and code in PB.
-All works fine with the radio buttons, textfields, menus.
-Check boxes.....i build & Run the app. When the app is launching, the actions associated with my check boxes get called and my app crashes (cause my objects havent been allocated&initialized yet...and so i cant change the necessary info at that point in time).
It's only calling these actions associated with the checkboxes...not the other ones.
Ive removed the checkboxes, and associated connections and code...and redone it all...but the same thing happens.
Any clues ? i'd greatly appreciate any feedback.
Cheers,
Aaron.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden