|
: 2 : 4 : 2 |
Objects of review:
@Prompt( [style] : [NoSort] ; title ; prompt ; defaultChoice ; choiceList ; filetype )
variant = NotesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] )
For type=13 propose:
Format: server : file
file - can be a initial folder for the "Open Application ..." window and files by default.
4. It would be good to set multipleSelection (for this can be used in this case an unused parameter choiceList/values), and depending on this to display the "Open" button or "Select". If omit this parameter, then display the both buttons (as is now).
EDITED:
I am aware that a much better solution would be to create a separate method ChooseDatabase; do not understand why the engineers IBM went to add type=13 is in the method Prompt, if the choice of database is essentially (and parameters!) is much closer to the OpenFileDialog, than Prompt ... But something must be done about this, because the ability to customize the displayed window, in my opinion, is culture.
|