On Sep 7, 2008, at 12:03 PM, Aron Spesard wrote:

Thank you, I had overlooked that. I fixed that, however that doesn't fix the app crashing when trying to set the textfield contents as a string, or why I get the path in the sheet function but not in this one...

You're probably failing to retain the string at the point where you receive it.

You should familiarize yourself with general debugging techniques. When you get a crash, you should see where you're getting it and what type it is. If you suspect memory management problems, you should try enabling NSZombie or using the Object Alloc instrument.

See here: http://developer.apple.com/technotes/tn2004/tn2124.html

Cheers,
Ken

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to