
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
1.30
6-22
Example
The example uses the
MMI_CreateTextDialog
routine to
create and display a text dialog.
Define a help text containing the
'
inverse written word "Help"
CONST Helptext = MMI_INVE
"Help" + MMI_INVER
" Test"
MMI_
CreateTextDialog(5, "TEXT", "DIALOG
CAPTION", Helptext)
6.1.12 MMI_CreateGraphDialog
Description
Create and show a graphics dialog.
Declaration
MMI_CreateGraphDialog(
BYVAL sCaptionLeft
AS _Token,
BYVAL sCaptionRight AS _Token,
BYVAL sHelptext
AS _Token )
Remarks
The routine creates and shows a graphics dialog filled with the left
part of the title bar
sCaptionLeft
, the caption
sCaptionRight
and the help text
sHelpText
for later use of
MMI graphics functions
.
The size of the field is the whole dialog
display area = 232 x 48 pixels. Only one graphics dialog can exist
at the same time. If
CreateGraphDialog
is called while
already a graphics dialog exists, the existing dialog (together with
all attached buttons) is deleted and the new dialog is created.
Note
Only a text dialog or a measurement dialog is valid at a
time. They cannot be defined at the same time. A graphic
dialog overrides a text or measurement dialog but does
not delete the definition of it.
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...