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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Select Fixture(s)</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Select Fixture(s)</H1>
<P>
Whenever a <A HREF="concept.html#Fixture">Fixture</A> needs to be selected, for
example when adding fixtures to a <A HREF="concept.html#Scene">Scene</A> function,
the <B>Select Fixture(s)</B> dialog is used.
</P>
<P>
The dialog is very straightforward; there is only a list of fixtures that you
can select from. In some cases you are allowed to select multiple fixtures, for example, when adding fixtures to a
<A HREF="concept.html#Scene">Scene</A> or an <A HREF="concept.html#EFX">EFX</A>.
In these cases, the order in which the fixtures are selected will also be the
order in which they are added to their destination.
</P>
<P>
Refer to your operating system manual for documentation on how to select multiple
items in a list.
</P>
</BODY>
</HTML>
|