DoIgorMenu and Save Experiment Copy

Hi,

Is it possible to set the default file name in the dialog box of the save experiment copy?

I am creating a tool interface/ analysis package for a client and I am looking to use the DoIgorMenu to handle the save function for the sample run. The one refinement I would like to do is the have the sample id used as the default name in the dialog box. The user has previously entered it into the interface and I have the string. The current implementation uses the base experiment name.

i.e. it comes up with
Master Template V4.pxp

and I would like it to be
ABC123.pxp

as the default file name in the dialog box. Is this possible?

Andy
Why not use SaveExperiment directly with the /C flag rather than DoIgorMenu?

--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville
The downside of saveexperiment is that it it overwrites. I was hoping to avoid having to write code to check for an existing file and then handle a dialog box with a new name.


Andy
You _could_ just build a new file name by default, with a date+time stamp appended to it. It would be a poor man's version of versioning (no pun intended).

--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville