forked from mcallegari/qlcplus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddvcbuttonmatrix.html
75 lines (72 loc) · 1.96 KB
/
addvcbuttonmatrix.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Add Button Matrix</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Add Button Matrix</H1>
<P>
When you want to create many buttons at the same time on the
<A HREF="file:virtualconsole.html">Virtual Console</A>, you may do this by creating a
<A HREF="file:vcbuttonmatrix.html">Button Matrix</A>, using the Add Button Matrix
dialog.
</P>
<TABLE BORDER=1 class="qlcTable">
<TR>
<TD>
<B>Function list</B>
</TD>
<TD>
Shows you a list of functions that will be assigned to the buttons, one function
per button.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_add.png">
</TD>
<TD>
Add <A HREF="file:concept.html#Function">Functions</A> to the list.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_remove.png">
</TD>
<TD>
Remove the selected functions from the list.
</TD>
</TR>
<TR>
<TD>
<B>Dimensions</B>
</TD>
<TD>
<UL>
<LI>Horizontal button count: Number of buttons to create horizontally</LI>
<LI>Vertical button count: Number of buttons to create vertically</LI>
<LI>Button size: The size of each button</LI>
<LI>Allocation: Shows you the number of functions currently in the list
and the number of buttons that will be created with the current parameters.
If you have less buttons than functions, the remaining functions will NOT be
allocated to any buttons. On the other hand, if you have more buttons than
functions, some buttons are not assigned a function, leaving them empty.</LI>
</UL>
</TD>
</TR>
<TR>
<TD>
<B>Frame</B>
</TD>
<TD>
<UL>
<LI>Normal: Place the buttons inside a <A HREF="file:vcframe.html">Normal Frame</A></LI>
<LI>Solo: Place the buttons inside a <A HREF="file:vcsoloframe.html">Solo Frame</A></LI>
</UL>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>