|
<< Index >> |
FutureBasic |
OpenPanel | statement / function | |
|
url | array =
Parameter |
Description |
tag | A number (1 through 1000000) that you assign when you create the openpanel and that you refer to when altering the panel. A negative value builds the panel invisibly and doesn't run it until the statement is executed with a positive value. Note: Once the panel has been dismissed, its tag value is no longer valid. |
msg | The message text displayed in the open panel. |
fileTypes | The allowed file types/content types. This can be one of the following: • Semicolon-delimited string of file extensions and/or UTIs
The value of this property specifies the file types the user can open.
A file type can be a common file extension, a UTI or UTType.
The default value of this property is nil, which indicates that any file type can be opened.• An array of file extensions and/or UTIs • A UTType • An array of UTTypes Note: old four character OSTypes are not supported. |
prompt | The prompt of the default button. |
dirURL | The URL of the initial directory shown when the panel is displayed. |
sheetFlag | A boolean value to indicate if the panel will be a sheet attached to the current output window. Note A sheet panel does not return a value from the openpanel statement, but instead posts an |