Hey,guys:
I want to popup FileOpen or FileSave dialog by clicking a buttom which in my IO page.
My purpose: I want to use button and text control instead of FileRequest
Dos my purpose is impossible ?
help me ,plz.
FileOpen or FileSave Dialog
2 posts
You can use:
- InstallOptionsEx plugin. Use Button controls, one with SAVE_FILEREQUEST flag, and the other with OPEN_FILEREQUEST flag for "Flags" INI value name. If you want to set the control where the result of the dialog will be outputted, set the State value of that Button control to the control number that you want to assign to.
OR - Dialogs plugin (w/ InstallOptions). Use a Button control with the NOTIFY flag, and in your validation function call this dll like this:
See documentation of the plugin for details.Dialogs::Open [custom_filter] [custom_index_filter] [custom_dialog_title] [intial_folder] [output_var]