File: vcsoloframe.html

package info (click to toggle)
qlcplus 4.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,644 kB
  • sloc: cpp: 182,867; javascript: 7,764; xml: 2,453; ansic: 2,120; sh: 1,716; python: 634; ruby: 606; makefile: 23
file content (52 lines) | stat: -rw-r--r-- 2,394 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Virtual Console Solo Frame</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">

<H1><IMG SRC="qrc:/soloframe.png" ALIGN="absmiddle"> Virtual Console Solo Frame</H1>

<P>
A Solo Frame is almost exactly the same kind of a container as a normal
<A HREF="vcframe.html">Frame</A> in that can hold various widgets and other frames
inside. However, the difference with Solo Frame is that it treats any
<A HREF="vcbutton.html">Buttons</A> inside it differently by allowing
<U>only one</U> button to be enabled at a time. For example, consider you have
<B>Button A</B> and <B>Button B</B> inside a Solo Frame with <B>Button A</B>
currently enabled. Next, you click button <B>Button B</B> which automatically
results in <B>Button A</B> being released, leaving now only <B>Button B</B>
enabled.
</P>

<H3>Configuration</H3>

<P>
Solo Frames can be configured with the properties
<IMG SRC="qrc:/edit.png" ALIGN="bottom"> button found in the toolbar or
by double clicking the solo frame itself.<br><br>

Other than the standard <A HREF="vcstylingplacement.html">styling &amp; placement options</A>,
Solo Frames have every <a href="vcframe.html">frame</a> additional options:<br>
<ul>
 <li><b>Frame name</b>: Allow you to assign an arbitrary label to the Solo Frame. This will be displayed
    only when the "Show header" option is enabled (see below).</li>
 <li><b>Accept child widgets</b>: Allows you to add widgets to the Solo Frame.</li>
 <li><b>Allow resizing</b>: Allow the Solo Frame height and width to be changed.</li>
 <li><b>Show header</b>: Display a useful header composed of a button and a label. The button allows
    you to expand/collapse the Solo Frame, which can save a lot of Virtual Console space. The label
    will display the name of the Frame.</li>
</ul>
And one other specific option:<br>
<ul>
 <li><b>Mix sliders in playback mode</b>: When this option is enabled,
   the <a href="vcslider.html">sliders</a> in <b>playback</b> mode are allowed to be enabled
   at the same time. When moving a slider up, instead of instantly cancelling the other running
   sliders, it will fade them out at the same speed you are fading it up.</li>
</ul>
</P>

</BODY>
</HTML>