summaryrefslogtreecommitdiff
path: root/app/lib/demos/dmdialog.xtr
blob: 02b2bd2b6987405c15f7cced757918af030520f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
VERSION 7
DEMOINIT
ORIG 8.000 0.000 0.000
REDRAW
RESET
MESSAGE
The demo also simulates entering values and selecting options on various dialogs.

This is simulated by drawing a rectangle around the control when values are entered or changed.
END
STEP
PARAMETER misc cmdDisplay
MESSAGE
_________________________________________

Here we are going to make some changes to the Display dialog.  Notice how this is simulated.
First we are setting 'Draw Tunnel' to 'Normal'
END
STEP
PARAMETER display tunnels 2
MESSAGE
Now we're changing 'Label Font Size' to '56'
END
STEP
PARAMETER display description-fontsize 56
MESSAGE
We'll change some other options
END
STEP
PAUSE 500
PARAMETER display layoutlabels 4
PAUSE 500
PARAMETER display layoutlabels 0
PAUSE 500
PARAMETER display mapscale 50
PAUSE 500
PARAMETER display carhotbarlabels 4 Manuf/Proto
MESSAGE
_________________________________________

This effect is only used in demonstration mode.  During normal operation you will not see this.
END
STEP
PARAMETER display cancel
MESSAGE
=========================================
END
STEP
CLEAR