Difference between revisions of "DispatchAction"
m |
m (Added Sort By, Filter By and Filter Text.) |
||
Line 121: | Line 121: | ||
===Display Last Channel Photo=== | ===Display Last Channel Photo=== | ||
Will display the last channel photo for the selected channel. | Will display the last channel photo for the selected channel. | ||
+ | |||
+ | ===Sort By=== | ||
+ | :parameter (string) = sort by item. | ||
+ | '''Only version 1.2.1 Beta 6 onwards.'''<br> | ||
+ | Will set the Sort for the preset list.<br> | ||
+ | Sort Items...<br> | ||
+ | :<code>Preset Type</code><br> | ||
+ | :<code>Preset ID</code><br> | ||
+ | :<code>Focus Cue</code><br> | ||
+ | :<code>Set</code><br> | ||
+ | :<code>Focussed</code><br> | ||
+ | :<code>Priority</code><br> | ||
+ | The name of user created sort may also be used.<br><br> | ||
+ | Example.<br> | ||
+ | :<code>PresetDocView:DispatchAction("Sort By", "Preset ID")</code> | ||
+ | |||
+ | ===Filter By=== | ||
+ | :parameter (string) = filter item. | ||
+ | '''Only version 1.2.1 Beta 6 onwards.'''<br> | ||
+ | Will set the Filter for the preset list.<br> | ||
+ | Filter Items...<br> | ||
+ | :<code>Preset Type</code><br> | ||
+ | :<code>Preset ID</code><br> | ||
+ | :<code>Preset Name</code><br> | ||
+ | :<code>Focus Cue</code><br> | ||
+ | :<code>Set</code><br> | ||
+ | :<code>Focussed</code><br> | ||
+ | :<code>Priority</code><br> | ||
+ | |||
+ | ===Filter Text=== | ||
+ | :parameter (string) = The text to filter by. | ||
+ | '''Only version 1.2.1 Beta 6 onwards.'''<br> | ||
+ | Will set the text to be used by the filter.<br> | ||
+ | Example.<br> | ||
+ | :<code>PresetDocView:DispatchAction("Filter By", "Set")</code> | ||
+ | :<code>PresetDocView:DispatchAction("Filter Text", "Courtyard")</code> | ||
+ | |||
==Examples== | ==Examples== |
Revision as of 08:05, 28 December 2015
Contents
- 1 DispatchAction( action, optionalParameter )
- 2 Action Strings
- 2.1 Take Photo
- 2.2 Take Channel Photo
- 2.3 Take Preset Photo
- 2.4 Select First Preset
- 2.5 Select Last Preset
- 2.6 Select Next Preset
- 2.7 Select Previous Preset
- 2.8 Select All Presets
- 2.9 Deselect All Presets
- 2.10 Set Preset Name Text
- 2.11 Set Preset ID Text
- 2.12 Set Preset Type Text
- 2.13 Set Preset Focus Cue Text
- 2.14 Set Preset Set Text
- 2.15 Select First Channel
- 2.16 Select Last Channel
- 2.17 Select Next Channel
- 2.18 Select Previous Channel
- 2.19 Select All Channels
- 2.20 Deselect All Channels
- 2.21 Set Preset Photo Mode
- 2.22 Set Channel Photo Mode
- 2.23 Set Channel Focused Flag
- 2.24 Set Channel Auto Flag
- 2.25 Set Channel Focus Cue
- 2.26 Set Channel Note
- 2.27 Display Preset Photo
- 2.28 Display First Preset Photo
- 2.29 Display Last Preset Photo
- 2.30 Display Channel Photo
- 2.31 Display First Channel Photo
- 2.32 Display Last Channel Photo
- 2.33 Sort By
- 2.34 Filter By
- 2.35 Filter Text
- 3 Examples
DispatchAction( action, optionalParameter )
- action is a string.
- optionalParameter is a string (only some actions require the optionalParameter).
This function sends a user interface action to the Preset Documentation view. These actions would normally by triggered by clicking on the user interface, i.e. clicking on a toolbar button, or selecting a Preset in the Preset table.
Example.
PresetDocView:DispatchAction("Take Photo")
This would send an action that would be the same as clicking on the camera (Take Photo) button.
PresetDocView:DispatchAction("Set Channel Focused Flag", "True")
This function with an optional parameter would be the same as clicking on the focussed checkbox for a channel, in this case setting the checkbox to it's True state (on).
Action Strings
Take Photo
This action would be the same as clicking on the camera (Take Photo) button. It will behave in the same way, in that it will add the photo to the Preset if the photo mode is set to Preset, and to a Channel if the photo mode is set to Channel. It will fail in the same way as if you clicked on the button if there are insufficient available photos (the maximum is 4 for a Preset or a Channel). :There is no optional parameter.
Take Channel Photo
This action will take a Channel photo regardless of the Channel/Preset photo mode radio buttons. The advantage of this method of taking photos is that the taken photo will always be saved to the Channel that was selected at the time the Take Channel Photo command is sent. It will fail in the same way as if you clicked on the button if there are insufficient available photos (the maximum is 4 for a Preset or a Channel). :There is no optional parameter.
Take Preset Photo
This action will take a Preset photo regardless of the Channel/Preset photo mode radio buttons. The advantage of this method of taking photos is that the taken photo will always be saved to the Preset that was selected at the time the Take Preset Photo command is sent. It will fail in the same way as if you clicked on the button if there are insufficient available photos (the maximum is 4 for a Preset or a Channel). :There is no optional parameter.
Select First Preset
Will select the first Preset in the Preset table on the left in the Preset Documentation 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.
Select Last Preset
Will select the last Preset in the Preset table on the left in the Preset Documentation 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.
Select Next Preset
Will select the next Preset in the Preset table on the left in the Preset Documentation view. If no Preset was previously selected, it will select the first Preset. Note that table will not scroll to show the selection.
Select Previous Preset
Will select the previous Preset in the Preset table on the left in the Preset Documentation view. If no Preset was previously selected, it will not do anything. Note that table will not scroll to show the selection.
Select All Presets
Will select all the Presets in the Preset table on the left in the Preset Documentation view.
Deselect All Presets
Will deselect all the Presets in the Preset table on the left in the Preset Documentation view.
Set Preset Name Text
- parameter (string) = Preset Name text. i.e.
DS Back
.
Will set the 'Note' field for the selected Presets to the string sent as the parameter.
Set Preset ID Text
- parameter (string) = Preset ID text. i.e.
10.1
.
Will set the 'Preset ID' field for the selected Presets to the string sent as the parameter.
Set Preset Type Text
- parameter (string) = Preset Type text. i.e.
Colour
.
Will set the 'Preset Type' field for the selected Presets to the string sent as the parameter.
Set Preset Focus Cue Text
- parameter (string) = Preset Focus Cue text. i.e.
155
.
Will set the 'Focus Cue' field for the selected Presets to the string sent as the parameter.
Set Preset Set Text
- parameter (string) = Preset Set text. i.e.
Open Stage
.
Will set the 'Set' field for the selected Presets to the string sent as the parameter.
Select First Channel
Will select the first Channel in the Channel table on the right in the Preset Documentation view. It is the same as if you had clicked on the first channel in the channel table. Note that table will not scroll to show the selection.
Select Last Channel
Will select the last Channel in the Channel table on the right in the Preset Documentation view. It is the same as if you had clicked on the last Channel in the Channel table. Note that table will not scroll to show the selection.
Select Next Channel
Will select the next Channel in the Channel table on the right in the Preset Documentation view. If no Channel was previously selected, it will select the first Channel. Note that table will not scroll to show the selection.
Select Previous Channel
Will select the previous Channel in the Channel table on the right in the Preset Documentation view. If no Channel was previously selected, it will not do anything. Note that table will not scroll to show the selection.
Select All Channels
Will select all the Channels in the Channel table on the right in the Preset Documentation view.
Deselect All Channels
Will deselect all the Channels in the Channel table on the right in the Preset Documentation view.
Set Preset Photo Mode
This will set the photo mode so that any image adding, deletion, edit, capture or photo display are for the Preset as opposed to the Channel.
Set Channel Photo Mode
This will set the photo mode so that any image adding, deletion, edit, capture or photo display are for the Channel as opposed to the Preset.
Set Channel Focused Flag
- parameter as string =
True
orFalse
Will set the 'Focussed' checkbox for the selected Channel to on (True) or off (False).
Set Channel Auto Flag
- parameter (string) =
True
orFalse
Will set the 'Auto' checkbox for the selected Channel to on (True) or off (False).
Set Channel Focus Cue
- parameter (string) = Cue Number text. i.e.
424
.
Will set the 'Focus Cue' field of the selected Channels to the string sent as the parameter.
Set Channel Note
- parameter (string) = Note text to set from Channel. i.e.
Downstage Backlight
.
Will set the 'Note' field for the selected Channels to the string sent as the parameter.
Display Preset Photo
- parameter (string) = Photo number (1-4).
Will display the specified preset photo for the selected preset. If the photo number is greater than the number of photos, then the last photo will be displayed.
Display First Preset Photo
Will display the first preset photo for the selected preset.
Display Last Preset Photo
Will display the last preset photo for the selected preset.
Display Channel Photo
- parameter (string) = Photo number (1-4).
Will display the specified channel photo for the selected channel. If the photo number is greater than the number of photos, then the last photo will be displayed.
Display First Channel Photo
Will display the first channel photo for the selected channel.
Display Last Channel Photo
Will display the last channel photo for the selected channel.
Sort By
- parameter (string) = sort by item.
Only version 1.2.1 Beta 6 onwards.
Will set the Sort for the preset list.
Sort Items...
Preset Type
Preset ID
Focus Cue
Set
Focussed
Priority
The name of user created sort may also be used.
Example.
PresetDocView:DispatchAction("Sort By", "Preset ID")
Filter By
- parameter (string) = filter item.
Only version 1.2.1 Beta 6 onwards.
Will set the Filter for the preset list.
Filter Items...
Preset Type
Preset ID
Preset Name
Focus Cue
Set
Focussed
Priority
Filter Text
- parameter (string) = The text to filter by.
Only version 1.2.1 Beta 6 onwards.
Will set the text to be used by the filter.
Example.
PresetDocView:DispatchAction("Filter By", "Set")
PresetDocView:DispatchAction("Filter Text", "Courtyard")
Examples
Setting all channels focused flags to true
The example below will simply set all channels for the selected preset to focused.
PresetDocView:DispatchAction("Select All Channels")
PresetDocView:DispatchAction("Set Channel Focused Flag", "True")
Removing all channel photos
The example below will remove all the channel photos for the selected preset.
numChannels = PresetDocView:GetChannelCount()
if numChannels > 0 then
PresetDocView:DispatchAction("Select First Channel")
currentChannel = 1
while currentChannel <= numChannels do
numPhotos = PresetDocView:GetPhotoCountForSelectedChannel()
if numPhotos > 0 then
while numPhotos > 0 do
PresetDocView:DispatchAction("Display Channel Photo", numPhotos)
PresetDocView:DispatchAction("Remove Displayed Channel Photo")
numPhotos = numPhotos - 1
end
end
PresetDocView:DispatchAction("Select Next Channel")
currentChannel = currentChannel + 1
end
end