Difference between revisions of "FILE DIALOG NEW"
From Macros Wiki
(One intermediate revision by one other user not shown) | |||
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. | + | |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 | + | :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 10:01, 19 August 2010
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