Contents

×

Suntan Special version 0.68

Suntan Special DVD 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

  1. dialogName - The title of the dialog
  2. instructions - short instructions for the dialog
  3. callback - the name of the callback function
  4. 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 (!).

Last Modified: 24 Dec 2019
Graphics by Colorful Language
Copyright 2019 by Blonde Guy