On Sep 17, 2011, at 19:59 , Gerriet M. Denkmann wrote: > My app had (before Lion) a Menu Item Save As... which brought up a save panel > with a SavePanelAccessory, which contained a PopUpButton with all available > stringEncodings. > > In Lion there is only Save... (which also shows my SavePanelAccessory) for > new documents. > But after this, there is only Save a Version, which does NOT show a save > panel (and thus no SavePanelAccessory). > > How should I implement the old pre-Lion feature of setting the stringEncoding?
The Lion way is via Duplicate. This creates a new document, and when you save it the save panel will be displayed. _______________________________________________ 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]
