Please enable JavaScript to view this site.

A-Shell Development History

964.0.1   GUI

Implement a Month Calendar Control.

964.0.2   GUI

Add a new subroutine MIAMEX 164 to display the color selection dialog and return the selected RGB value:

xcall MIAMEX, MX_CHOOSECOLOR, rgb, status

Parameters

Name

Dir

Type

Description

rgb

in/out

B4 or F6

The RGB color value. On input, it determines the default color selected in the dialog; on output it returns the newly selected color.

status

out

F

is 0 for OK, or else indicates an error. Executing this function in a non-GUI environment should return -1.

 

964.0.3   GUI

Add a new subroutine MIAMEX 165 to display the font selection dialog and return the selected font name.

xcall MIAMEX, MX_CHOOSEFONT, font$, status

Parameters

Name

Dir

Type

Description

font$

in/out

Str, 32+

name of font. On input, it determines the default font selected in the dialog; on output it returns the newly selected font.

status

out

F

is 0 for OK, or else indicates an error. Executing this function in a non-GUI environment should return -1.