
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-173
GSI_CreateMDlg( 1, "WIR", "Measure Dialog",
"This is the Helptext")
DO
GSI_UpdateMeasurment( TMC_MEA_INC,
WaitTime, ValidForRec,
RetCodeForMsg, FALSE )
GSI_UpdateMDlg (iButton)
LOOP UNTIL iButton = MMI_ESC_KEY
GSI_DeleteDialog()
6.4.39 GSI_SetLineMDlg
Description
Sets one line in the user definable measurement dialog to system
parameter.
Declaration
GSI_SetLineMDlg(
BYVAL iLineNr
AS Integer
BYVAL iSysParamId AS Integer )
Remarks
This routine sets the configuration of a line in the user definable
measurement dialog to a system parameter. This measurement
dialog is initialized automatically with the actual settings of the
first system measurement dialog. Modifications of the user
definable dialog have no effects on the system measurement
dialog and will be lost after termination of the program. An
unused line should be set to
GSI_PAR_NONE
. To add a user
definable application parameter to the dialog use
GSI_SetLineMDlgPar
. To add a line of text (e.g. separator
line) to the dialog use
GSI_SetLineMDlgText
.
Parameters
iLineNr
in
The number of the line to set.
Valid numbers:
1.. GSI_MAX_DLG_LINES
iSysParamId
in
Identification of the system
parameter. Refer to the chapter
“Constants for Measurement Dialog
Definition”
Summary of Contents for tps1100
Page 620: ...TPS1100 Version 2 10 6 1 ...
Page 621: ......
Page 623: ...TPS1100 Version 2 10 6 1 ...
Page 624: ......
Page 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...