Size: 1697
Comment:
|
Size: 1703
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
=== To Request a Folder === | === To Query for a Folder === |
Line 17: | Line 17: |
=== To Request a File Name to Open === | === To Query for a File Name to Open === |
Line 23: | Line 23: |
=== To Request a File Name to Save === | === To Query for a File Name to Save === |
Contents
wpfDialogBox
Overview
wpfDialogBox is a Dyalog namespace containing methods to show dialog boxes in a WPF application. Check the comments of each methods for more information.
Typical Usage
To Query for a Folder
path←DialogFolder
To Query for a File Name to Open
path←DialogOpenFile
To Query for a File Name to Save
path←DialogSaveFile
To Show an Error Message
response←ShowError 'This is an Error Message' 'My Program Name - Error' 'YesNoCancel'
To Show an Information Message
response←ShowInfo 'This is an Information Message' 'My Program Name - Info' 'YesNoCancel'
To Show a Warning Message
response←ShowWarning 'This is a Warning Message' 'My Program Name - Warning' 'YesNoCancel'
How to install wpfDialogBox in your workspace
Download wpfDialogBox.v1.0.txt
- Do a Select all (Ctrl+A) and a copy (Ctrl+C).
In your workspace execute )ed ⍟ wpfDialogBox
- Paste (Ctrl+V) the text into the Dyalog editor
- Press Escape and ')save' your workspace
Version Information
Original author: |
Pierre Gilbert |
Responsible: |
|
Email: |
<apgil AT SPAMFREE videotron DOT ca> |