On May 15, 2013, at 11:39 AM, Quincey Morris wrote: > When comparing your code with mine, I realized that -[NSSavePanel > beginSheetForDirectory: …] was deprecated in 10.6. Try using one of the > non-deprecated methods. It *does* matter, with powerbox.
Well, that was the problem. FYI, I'm still supporting 10.5, so had never bumped the Base SDK beyond that, so wasn't getting compiler warnings about that deprecated method. Anyway, THANKS--I'm not sure I would ever have noticed that. -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
