On Sun, May 31, 2009 at 4:08 PM, Seth Willits <[email protected]> wrote: > Alright, well, either way I know it's not happening because it's not in the > console log.
You don't know it's not nil unless you check yourself. Set a conditional breakpoint; it's the only real way to reason about your code. And FWIW, click a button isn't threadsafe. AppKit on the whole, with few and documented exceptions, isn't threadsafe. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
