Subversion Repositories tpanel

Rev

Rev 334 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
334 andreas 1
# Tests the command ^BMF
2
# set frame
3
command=^BMF-1,1,%BCircle 25
4
result=Circle 25
5
compare=true
6
exec
7
# ---
8
command=^BMF-1,1,%B4
9
result=Picture Frame
10
compare=true
11
exec
12
# Set Font
13
command=^BMF-1,1,%F3
14
result=3
15
compare=true
16
exec
17
# ----
18
command=^BMF-1,1,%FArial
19
result=12
20
compare=true
21
exec
22
# Position/Size
23
command=^BMF-1,1,%R30,100,180,200
24
result=30,100,150,100
25
compare=true
26
exec
27
# Text
28
command=^BMF-1,1,%TShow me
29
result=Show me
30
compare=true
31
exec
32
# ----
33
command=^BMF-3,1,%J2
34
result=2,0,0
35
compare=true
36
exec
37
# ----
38
command=^BMF-3,1,%JT0,2,2
39
result=0,2,2
40
compare=true;
41
exec
42
# ----
43
command=^BMF-3,1,%JT5
44
result=5,0,0
45
compare=true;
46
exec
47
# Colors
48
command=^BMF-3,1,%CFCyan
49
result=Cyan
50
compare=true
51
exec
52
# ----
53
command=^BMF-3,1,%CBYellow
54
result=Yellow
55
compare=true;
56
exec
57
# ----
58
command=^BMF-3,1,%CTPurple
59
result=Purple
60
compare=true
61
exec
62
# Show/Hide
63
command=^BMF-3,1,%SW0
64
result=FALSE
65
compare=true
66
exec
67
# ----
68
command=^BMF-3,1,%SW1
69
wait=500
70
result=TRUE
71
compare=true
72
exec
73
# Enable/Disable
74
command=^BMF-3,1,%EN0
75
result=FALSE
76
compare=true
77
exec
78
# ----
79
command=^BMF-3,1,%EN1
80
result=TRUE
81
compare=true
82
exec
335 andreas 83
# Sound
84
command=^BMF-1,1,%OTMomentary
85
result=4
86
compare=true
87
exec
88
# ----
89
command=^BMF-1,1,%SOdocked.mp3
90
result=docked.mp3
91
compare=true
92
exec
93
# ----
94
command=CLICK-35,110
95
exec
96
# ----
97
command=@PPF-_WhatItIs
98
screenwait=true
99
exec