Skip navigation.
 
mlRe: Cocoa/PB/IB weirdness (Solved)
FROM : Aaron Boothello
DATE : Thu Apr 21 11:13:06 2005

Alright... im probably in the twilight zone. I restarted my machine, deleted the check boxes, redid the connections and  did a clean install, and it worked. I had done it before, but nothing changes....i  still dont know why it was going my action method when i launched. but its not happening now....
If any of you guys ever experiuenced something similar and figured out why, it would be cool to know.

Cheers anyway,
Aaron

On Thursday, April 21, 2005, at 03:53PM, Aaron Boothello <<email_removed>> wrote:

>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_removed>)
>Help/Unsubscribe/Update your Subscription:
>http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
>This email sent to <email_removed>
>
>

Related mailsAuthorDate
mlCocoa/PB/IB weirdness Aaron Boothello Apr 21, 09:52
mlRe: Cocoa/PB/IB weirdness (Solved) Aaron Boothello Apr 21, 11:13