
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-177
DIM WI AS GSI_WIDLG_ENTRY_TYPE
WI.lValid
= FALSE
WI.iDataType = GSI_ASCII
GSI_SetWiEntry(GSI_ID_APPDATA0, WI)
GSI_SetLineMDlgPar(1, GSI_PAR_AppData0,
"Stat. Name:", TRUE,
MMI_FFORMAT_STRING)
WI.lValid
= TRUE
WI.iDataType = GSI_DOUBLE
WI.dValue
= 2.2
GSI_SetWiEntry(GSI_ID_APPDATA3, WI)
GSI_SetLineMDlgPar(8, GSI_PAR_AppData3,
"Distance : ", TRUE,
MMI_FFORMAT_DISTANCE)
6.4.42 GSI_UpdateMDlg
Description
Updates the user definable measurement dialog.
Declaration
GSI_UpdateMDlg( iButton As Integer)
Remarks
This procedure updates the user definable measurement dialog
with the actual values from the Theodolite data pool and returns
pressed buttons.
Parameters
iButton
out
Contains pressed button identifier. For
details see
MMI_GetButton
(
lAllKeys = TRUE
).
See Also
GSI_CreateMDlg
GSI_UpdateMeasurement
Example
See
example
GSI_CreateMDlg
and example file
„
meas.gbs
“.
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 ...