FILE DIALOG NEW: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=FILE_DIALOG_NEW
{{Command|syntax=FILE_DIALOG_NEW
|description=Define a new file dialog to ask the user to select a filename.<br>
|description=:Define a new file dialog to ask the user to select a filename.
You must also use [[FILE_DIALOG_EXTENSION]] to define the types of files to select<br>
:You must also use [[FILE_DIALOG_EXTENSION]] to define the types of files to select
and [[FILE_DIALOG_SHOW]] to display the file dialog.
:and [[FILE_DIALOG_SHOW]] to display the file dialog.





Latest revision as of 15:01, 19 August 2010

Up

Command

FILE_DIALOG_NEW


Define a new file dialog to ask the user to select a filename.
You must also use FILE_DIALOG_EXTENSION to define the types of files to select
and FILE_DIALOG_SHOW to display the file dialog.

Parameters

No Parameters

Example

FILE_DIALOG_NEW
For an example macro see Get_Commands Get_Op_Tool_Path Print_Geo_Data_To_File Run_Post