Size: 5604
Comment: Info added to de-script namespace
|
← Revision 10 as of 2015-07-29 05:41:00 ⇥
Size: 5603
Comment: typo
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
'''wpfDialogBox''' is a Dyalog namespace containing methods to show dialog boxes in a WPF application. Check the comments of each methods for more information. | '''wpfDialogBox''' is a Dyalog namespace containing methods to show dialog boxes in a WPF application. Check the comments of each method for more information. |
wpfDialogBox
Contents
Overview
wpfDialogBox is a Dyalog namespace containing methods to show dialog boxes in a WPF application. Check the comments of each method 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'
Custom WPF Dialog Box
For a custom WPF dialog box you can consult the function CustomMessageBox ( Show the code)
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
Optionally to de-script the namespace you can do: #.wpfDialogBox←{('n' ⎕NS ⍵)⊢n←⎕NS ''}#.wpfDialogBox
Version Information
Original author: |
Pierre Gilbert |
Responsible: |
|
Email: |
<apgil AT SPAMFREE videotron DOT ca> |
CategoryDyalog - CategoryDyalogDotNet - CategoryDyalogWpfUtilities - CategoryDotNet