Customizing NSSavePanel
Customizing NSSavePanel
- Subject: Customizing NSSavePanel
- From: "Ramakrishna Kondapalli" <email@hidden>
- Date: Tue, 30 Dec 2003 17:12:59 +0530
- Thread-topic: Customizing NSSavePanel
Hi,
I am using NSSavePanel for choosing a directory for saving a file (which
already has a name). I have already customized NSSavePanel to an exent
by changing the window title name (setTitle method) and renaming the
save button (using setPrompt method). I wan't to further customize this
panel by not showing the 'Save as' text field and also enabling the
'save' (or choose in my case) button without the need to specify the
file name. Is this possible, if yes how? I suppose setAccessory method
of NSSavepanel is for only adding your additional controls. ...but i
wan't to manipulate the existing controls in the standard NSSavePanel.
-------------------------------------------------------
Thanks & Regards,
Ramakrishna,
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.