<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages</id>
		<title>Moving Light Assistant - New pages [en-gb]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.movinglightassistant.com/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=Special:NewPages"/>
		<updated>2026-07-26T04:27:38Z</updated>
		<subtitle>From Moving Light Assistant</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:GetSelectedChannelCount</id>
		<title>PresetDocView:GetSelectedChannelCount</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:GetSelectedChannelCount"/>
				<updated>2019-01-22T00:00:29Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Added Page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetSelectedChannelCount()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an integer.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return the number of selected channel rows displayed in the Preset Documentation channel list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;numSelected = PresetDocView:GetSelectedChannelCount()&amp;lt;/code&amp;gt;&lt;br /&gt;
This would assign to the variable &amp;#039;&amp;#039;numSelected&amp;#039;&amp;#039; the number of channels selected in the channel list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3.2 Beta 5 onwards.&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:GetSelectedPresetCount</id>
		<title>PresetDocView:GetSelectedPresetCount</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:GetSelectedPresetCount"/>
				<updated>2019-01-21T23:58:41Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetSelectedPresetCount()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an integer.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return the number of selected preset rows displayed in the Preset Documentation preset list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;numSelected = PresetDocView:GetSelectedPresetCount()&amp;lt;/code&amp;gt;&lt;br /&gt;
This would assign to the variable &amp;#039;&amp;#039;numSelected&amp;#039;&amp;#039; the number of presets selected in the preset list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3.2 Beta 5 onwards.&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=CueInfo:SaveCueInfo</id>
		<title>CueInfo:SaveCueInfo</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=CueInfo:SaveCueInfo"/>
				<updated>2017-12-17T23:59:07Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===SaveCueInfo(cueinfo)===&lt;br /&gt;
:&amp;#039;&amp;#039;cueInfo is the CueInfo structure to save.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Note this function is only available in MLA v1.3.1 Beta 14 and onwards.&lt;br /&gt;
&lt;br /&gt;
This function will store the passed CueInfo structure. This is useful when the structure has been modified and the changes need storing. For every call to SaveCueInfo, an entry in the applications Undo/Redo stack will be created so that it is possible to Undo the action after the script has finished.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;cueinfo = CueInfo:GetSelectedCueInfo()&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;if cueinfo ~= nil then&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;cueinfo.Image1Caption = &amp;quot;Photo 1 Caption&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;SaveCueInfo(cueinfo)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=CueInfo:GetSelectedCueInfo</id>
		<title>CueInfo:GetSelectedCueInfo</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=CueInfo:GetSelectedCueInfo"/>
				<updated>2017-12-17T23:52:50Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetSelectedCueInfo()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an CueInfo structure.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Note this function has a bug and does not work correctly prior to MLA v1.3.1 Beta 14.&lt;br /&gt;
&lt;br /&gt;
This function will return a CueInfo structure for the currently selected cue in the Cue List view. It will return nil if no cue is selected. It is worth adding checking for this situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;cueinfo = CueInfo:GetSelectedCueInfo()&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;if cueinfo ~= nil then&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;cueNumber = cueinfo.CueNumber&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=RunAppleScript</id>
		<title>RunAppleScript</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=RunAppleScript"/>
				<updated>2017-11-12T09:09:22Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Page Added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===RunAppleScript( scriptString )===&lt;br /&gt;
:&amp;#039;&amp;#039;scriptString is a string. The string is the text of the script.&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;No Return value&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;THIS FUNCTION WILL ONLY WORK ON macOS.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This function is only available in MLA v1.3.1 Beta 7 onwards.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will run an Apple Script to allow control of the Finder and other applications. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example..&amp;#039;&amp;#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;-- This script will bring Image Capture to the front and simulate pressing the space bar&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;-- to capture an image from the tethered camera.&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = &amp;quot;tell application \&amp;quot;Image Capture\&amp;quot;\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = photoScript .. &amp;quot;activate\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = photoScript .. &amp;quot;tell application \&amp;quot;System Events\&amp;quot;\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = photoScript .. &amp;quot;key code 49\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = photoScript .. &amp;quot;end tell\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;photoScript = photoScript .. &amp;quot;end tell\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;RunAppleScript(photoScript)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Wait(0.5)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;-- We need MLA to be at the front to wait for image to arrive.&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mlaScript = &amp;quot;tell application \&amp;quot;Moving Light Assistant\&amp;quot;\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mlaScript = mlaScript .. &amp;quot;activate\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mlaScript = mlaScript .. &amp;quot;end tell\n&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;RunAppleScript(mlaScript)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Wait(0.5)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Note that any quote character needs to be &amp;#039;escaped&amp;#039;, i.e. &amp;lt;code&amp;gt;tell application &amp;quot;Image Capture&amp;quot;&amp;lt;/code&amp;gt; would need to have a &amp;#039;\&amp;#039; character before the quote to become &amp;lt;code&amp;gt;tell application \&amp;quot;Image Capture\&amp;quot;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=TimecodeToMA2TCTime</id>
		<title>TimecodeToMA2TCTime</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=TimecodeToMA2TCTime"/>
				<updated>2017-02-20T23:16:31Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TimecodeToMA2TCTime( timecodeString, fpsString )===&lt;br /&gt;
:&amp;#039;&amp;#039;timecodeString is a string. This is a timecode string, i.e. 10.00.03.15&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;fpsString is a string. This is the timecode base the timecodeString is in, i.e. 24, 25, 29.97, 30 or 100&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an integer. This is the value of the timecodeString string in 30ths of a second&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This function is only available in MLA v1.3 onwards.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function is used to convert a timecode string into an integer value that the grandMA2 console understands. The integer value is the timecode string as a value of 30ths of a second. The timecode string can have any separator between the hours, minutes, seconds and frames, as long as there is a separator.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Code Example..&amp;#039;&amp;#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;a = FormattedTimeToSeconds(&amp;quot;00.00.05.00&amp;quot;, &amp;quot;25&amp;quot;)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The variable &amp;#039;&amp;#039;a&amp;#039;&amp;#039; would be assigned the value &amp;lt;code&amp;gt;150&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetInfo:GetSelectedChannel</id>
		<title>PresetInfo:GetSelectedChannel</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetInfo:GetSelectedChannel"/>
				<updated>2016-12-07T11:10:12Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Added Page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetSelectedChannel()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an PresetInfo structure.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return a PresetInfo structure for the currently selected channel in the channel list on the right in the main Preset Documentation view. It will return nil if no channel is selected. It is worth adding checking for this situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;preset = PresetInfo:GetSelectedChannel()&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;if preset ~= nil then&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;presetName = preset.PresetName&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetInfo:GetSelectedPreset</id>
		<title>PresetInfo:GetSelectedPreset</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetInfo:GetSelectedPreset"/>
				<updated>2016-12-07T11:07:59Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Added Page - In Progress.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetSelectedPreset()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an PresetInfo structure.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return a PresetInfo structure for the currently selected preset in the preset list on the left in the main Preset Documentation view. If you want to access the channels in a preset, you should use PresetInfo:GetSelectedChannel(). It will return nil if no preset is selected. It is worth adding checking for this situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;preset = PresetInfo:GetSelectedPreset()&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;if preset ~= nil then&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;presetName = preset.PresetName&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:DispatchAction</id>
		<title>PresetDocFixtureView:DispatchAction</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:DispatchAction"/>
				<updated>2016-09-29T17:37:32Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DispatchAction( action, optionalParameter )===&lt;br /&gt;
:&amp;#039;&amp;#039;action is a string.&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;optionalParameter is a string (only some actions require the optionalParameter).&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function sends a user interface action to the Preset Documentation Fixture view. These actions would normally by triggered by clicking on the user interface, i.e. selecting a Preset in the Fixtures Preset table.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Select First Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
This would send an action that would be the same as clicking on the first preset in the preset list for a fixture.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Set Hide Ignored&amp;quot;, &amp;quot;False&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
This function with an optional parameter would be the same as clicking on the &amp;#039;&amp;#039;Hide Ignored&amp;#039;&amp;#039; checkbox. In this case, the it will set to False (off).&lt;br /&gt;
&lt;br /&gt;
==Action Strings==&lt;br /&gt;
&lt;br /&gt;
===Select First Preset===&lt;br /&gt;
Will select the first Preset in the Fixtures Preset table in the Preset Documentation Fixture view. It is the same as if you had clicked on the first Preset in the Preset table. Note that table will not scroll to show the selection.&lt;br /&gt;
&lt;br /&gt;
===Select Last Preset===&lt;br /&gt;
Will select the last Preset in the Fixtures Preset table in the Preset Documentation Fixture view. It is the same as if you had clicked on the last Preset in the Preset table. Note that table will not scroll to show the selection.&lt;br /&gt;
&lt;br /&gt;
===Select Next Preset===&lt;br /&gt;
Will select the next Preset in the Fixtures Preset table in the Preset Documentation Fixture view. If no Preset was previously selected, it will select the first Preset. Note that table will not scroll to show the selection.&lt;br /&gt;
&lt;br /&gt;
===Select Previous Preset===&lt;br /&gt;
Will select the previous Preset in the Fixtures Preset table in the Preset Documentation Fixture view. If no Preset was previously selected, it will not do anything. Note that table will not scroll to show the selection.&lt;br /&gt;
&lt;br /&gt;
===Select Preset===&lt;br /&gt;
:parameter (string) = Preset Type and/or Preset ID. i.e.&amp;lt;code&amp;gt;Preset,27&amp;lt;/code&amp;gt;.&lt;br /&gt;
Will select the specified Preset in the Fixtures Preset table in the Preset Documentation Fixture view. Note that table will not scroll to show the selection.&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;Examples.&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Select Preset&amp;quot;, &amp;quot;Preset,27&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:This will select specifically Preset Type &amp;lt;code&amp;gt;Preset&amp;lt;/code&amp;gt; with the Preset ID of &amp;lt;code&amp;gt;27&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Select Preset&amp;quot;, &amp;quot;46&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:This will select the first Preset, regardless of Preset Type with a Preset ID of &amp;lt;code&amp;gt;46&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Display First Preset Photo===&lt;br /&gt;
Will display the first preset photo for the selected preset.&lt;br /&gt;
&lt;br /&gt;
===Display Last Preset Photo===&lt;br /&gt;
Will display the last preset photo for the selected preset.&lt;br /&gt;
&lt;br /&gt;
===Display Next Photo===&lt;br /&gt;
Where a preset/channel has multiple photos, this will display the next photo.&lt;br /&gt;
&lt;br /&gt;
===Display Previous Photo===&lt;br /&gt;
Where a preset/channel has multiple photos, this will display the previous photo.&lt;br /&gt;
&lt;br /&gt;
===Display Channel===&lt;br /&gt;
:parameter (string) = channel number.&lt;br /&gt;
&lt;br /&gt;
===Display Fixture===&lt;br /&gt;
:parameter (string) = fixture number.&lt;br /&gt;
&lt;br /&gt;
===Display Next Channel/Fixture===&lt;br /&gt;
Will increment the channel/fixture number and display the relevant presets for the channel/fixture.&lt;br /&gt;
&lt;br /&gt;
===Display Previous Channel/Fixture===&lt;br /&gt;
Will decrement the channel/fixture number and display the relevant presets for the channel/fixture.&lt;br /&gt;
&lt;br /&gt;
===Set Hide Ignored===&lt;br /&gt;
:parameter (string) = checkbox state (True or False).&lt;br /&gt;
&lt;br /&gt;
Will set if the preset list displays ignored presets.&lt;br /&gt;
&lt;br /&gt;
===Set Channel Focussed===&lt;br /&gt;
:parameter (string) = &amp;#039;&amp;#039;Focussed&amp;#039;&amp;#039; checkbox state for presets displayed (True or False).&lt;br /&gt;
&lt;br /&gt;
SUBJECT TO CHANGE !&lt;br /&gt;
Will set or clear the &amp;#039;&amp;#039;Focussed&amp;#039;&amp;#039; flag for the channel in all the presets displayed in the preset list.&lt;br /&gt;
Note, while the word &amp;#039;&amp;#039;Channel&amp;#039;&amp;#039; is used, it will apply if a fixture is displayed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sort By===&lt;br /&gt;
:parameter (string) = sort by item.&lt;br /&gt;
&lt;br /&gt;
Will set the Sort for the Fixtures Preset list.&amp;lt;br&amp;gt;&lt;br /&gt;
Sort Items...&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Focus Order&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Preset ID&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Focus Cue&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Set&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Priority&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example.&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Sort By&amp;quot;, &amp;quot;Preset ID&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Order By===&lt;br /&gt;
:parameter (string) = sort by item.&lt;br /&gt;
&lt;br /&gt;
Will set the Order for the Fixtures Preset list. Works the same as &amp;#039;&amp;#039;Sort By&amp;#039;&amp;#039; but provided for consistency with the fixture view user interface.&amp;lt;br&amp;gt;&lt;br /&gt;
Sort Items...&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Focus Order&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Preset ID&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Focus Cue&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Set&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;Priority&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example.&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Sort By&amp;quot;, &amp;quot;Preset ID&amp;quot;)&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:GetPresetCount</id>
		<title>PresetDocFixtureView:GetPresetCount</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:GetPresetCount"/>
				<updated>2016-09-29T17:03:08Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Added Page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===GetPresetCount()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns an integer.&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return the number of preset rows displayed in the Preset Documentation Fixture preset list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;numPresets = PresetDocFixtureView:GetPresetCount()&amp;lt;/code&amp;gt;&lt;br /&gt;
This would assign to the variable &amp;#039;&amp;#039;numPresets&amp;#039;&amp;#039; the number of presets displayed in the fixture preset list.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:IsLastPresetRowSelected</id>
		<title>PresetDocFixtureView:IsLastPresetRowSelected</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocFixtureView:IsLastPresetRowSelected"/>
				<updated>2016-09-29T16:58:56Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Added Page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===IsLastPresetRowSelected()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns a boolean.&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return true if the last preset is selected in the fixture preset list, otherwise will return false. Useful when iterating through the preset list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocFixtureView:DispatchAction(&amp;quot;Select First Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;presetListFinished = false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;while presetListFinished == false do&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Insert code here to do what you want with the preset.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Continue to next preset, or are we done.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	if PresetDocFixtureView:IsLastPresetRowSelected() == true then&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		presetListFinished = true&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	else&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		PresetDocFixtureView:DispatchAction(&amp;quot;Select Next Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	end&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;br /&gt;
This will select the first preset in the preset list and step through all the displayed presets.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=Preset_Documentation_Fixture_View</id>
		<title>Preset Documentation Fixture View</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=Preset_Documentation_Fixture_View"/>
				<updated>2016-09-29T16:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
This page shows the functions that can be used within the Preset Documentation Fixture view. The Preset Documentation Fixture view does not need to be visible at the time these functions are called from a script.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: 1px solid darkgray;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;background:#efefef;&amp;quot;| &amp;#039;&amp;#039;&amp;#039;Functions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- border=&amp;quot;0&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* [[PresetDocFixtureView:DispatchAction|DispatchAction]]&lt;br /&gt;
* [[PresetDocFixtureView:IsLastPresetRowSelected|IsLastPresetRowSelected]]&lt;br /&gt;
* [[PresetDocFixtureView:GetPresetCount|GetPresetCount]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastChannelRowSelected</id>
		<title>PresetDocView:IsLastChannelRowSelected</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastChannelRowSelected"/>
				<updated>2016-09-22T06:27:52Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Page created.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===IsLastChannelRowSelected()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns a boolean.&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return true if the last channel is selected in the channel list for the selected preset, otherwise will return false. Useful when iterating through the channel list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocView:DispatchAction(&amp;quot;Select First Channel&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;channelListFinished = false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;while channelListFinished == false do&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Insert code here to do what you want with the channel.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Continue to next channel, or are we done.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	if PresetDocView:IsLastChannelRowSelected() == true then&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		channelListFinished = true&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	else&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		PresetDocView:DispatchAction(&amp;quot;Select Next Channel&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	end&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;br /&gt;
This select the first channel in the channel list and step through all the displayed channels.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastPresetRowSelected</id>
		<title>PresetDocView:IsLastPresetRowSelected</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastPresetRowSelected"/>
				<updated>2016-09-22T06:21:17Z</updated>
		
		<summary type="html">&lt;p&gt;Andyv wiki admin: Page created.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===IsLastPresetRowSelected()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns a boolean.&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return true if the last preset is selected in the preset list, otherwise will return false. Useful when iterating through the preset list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocView:DispatchAction(&amp;quot;Select First Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;presetListFinished = false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;while presetListFinished == false do&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Insert code here to do what you want with the preset.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Continue to next preset, or are we done.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	if PresetDocView:IsLastPresetRowSelected() == true then&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		presetListFinished = true&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	else&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		PresetDocView:DispatchAction(&amp;quot;Select Next Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	end&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;br /&gt;
This select the first preset in the preset list and step through all the displayed presets.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>