Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.9.6.5.7. fileChooserButton Properties

Table 21.  Toolkit API fileChooserButton Properties
Name Description
text The text on the button.
onChoose A Tcl command that runs every time you click the button. The command is usually a proc.
title The title of the dialog box.
chooserButtonText The text of the dialog box approval button. Default value is Open.
filter The file filter, based on extension. The filter supports only one extension. By default, the filter allows all file names. Specify the filter using the syntax [list filter_description file_extension], for example:

[list "Text Document (.txt)" "txt"].

mode Specifies what kind of files or directories you can select. The default is files_only. Possible options are files_only and directories_only.
multiSelectionEnabled Controls whether you can select multiple files. Default value is false.
paths This property is read-only. Returns a list of file paths selected in the file chooser dialog box. The property is most useful when you use it within the onClick script, or inside a procedure that updates the result after the dialog box closes.