Difference between revisions of "FILE DIALOG NEW"
From Macros Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[:Category:Miscellaneous|{{Up}}]] | ||
+ | |||
{{Command|syntax=FILE_DIALOG_NEW | {{Command|syntax=FILE_DIALOG_NEW | ||
− | |description= | + | |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 | ||
+ | :and [[FILE_DIALOG_SHOW]] to display the file dialog. | ||
+ | |||
|param1=|param1_desc={{No Parameters}} | |param1=|param1_desc={{No Parameters}} |
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