Suntan Special version 0.69
Suntan Special Warp4 edition
twopanel
Suntan Special Function: twopanel
The twopanel function displays a twopanel dialog on the Suntan Special Display Monitor. The left panel is a multiple selection list of items, and the right panel is a description of the item filled in by TPCallback
Syntax:
selectedList = (dialogName, instructions, callback, item1...)
Program Arguments
- dialogName - The title of the dialog
- instructions - short instructions for the dialog
- callback - the name of the callback function
- item1... - a list of items to display on the left panel.
Returns:
selectedList - a list of the selected items delimited by semicolons (;). If no items are seleted, the return value will be the empty string.
Note:
If there are more than 7 items to be displayed, Rexx cannot properly handle the function call. In this case, supply one argument with the items delimited by line feeds (ASCII character 10).
Items are selected by default. To deselect an item by default, prepend it with an exclamation point (!).
Graphics by Colorful Language
Copyright 2024 by Blonde Guy