PDA

View Full Version : Open a windows 'Save File' dialog



Jonathan Kay
05-26-2010, 03:55 AM
Hi,

I can use the 'Wizard: Browse for File' for the standard Windows 'open file' dialog. How do I open the standard dialog for saving a file?

TIA,
Jon.

linder
05-26-2010, 03:57 AM
Jonathan,

A "Save As..." dialog is not supported.

Friedrich

linder
05-26-2010, 04:05 AM
We checked this and I think it can easily be added to the runtime. It's only a call to another Windows API.

Friedrich

Jonathan Kay
05-26-2010, 04:19 AM
This would be very useful. I have a custom dialog in which the user can nominate a log file (should they wish logging to be turned on). Of course, this file may not already exist (in fact, it normally wouldn't) so I need a 'save' rather than an 'open' version.

Jon.

linder
05-26-2010, 04:22 AM
Added ;)

Friedrich

Jonathan Kay
05-26-2010, 04:56 AM
Great thanks.