Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
eyes:flowcontrol:variables_in_dropdown_menus [2018/01/17 14:57]
sfiedle
eyes:flowcontrol:variables_in_dropdown_menus [2018/01/17 15:50]
sfiedle
Line 5: Line 5:
  
 {{ :​eyes:​flowcontrol:​workflowscript_dropmenu.png?​nolink&​600 |}} {{ :​eyes:​flowcontrol:​workflowscript_dropmenu.png?​nolink&​600 |}}
-|< 100% 5% 50% >|+**Properties Window** 
 +|< 100% 5% 35% >|
 ^                    ^          ^              ^ ^                    ^          ^              ^
-|{{:​eyes:​flowcontrol:​a.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variableiterdrop.png?​nolink&​600 |}} | At first two variables are needed. One variable is for the iteration number - type INTEGER. With this we can reach the index of the list, which holds our preferred options and is defined in the script. | +|{{:​eyes:​flowcontrol:​a.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variableiterdrop.png?​nolink&​500|}} |At first two variables are needed. One variable is for the iteration number - type INTEGER. With this we can reach the index of the list, which holds our preferred options and is defined in the script. | 
-|{{:​eyes:​flowcontrol:​b.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablestringdrop.png?​nolink&​600 |}} | The second variable is of type STRING to save the current list entry from the script and pass it on the the drop down menu. | +|{{:​eyes:​flowcontrol:​b.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablestringdrop.png?​nolink&​500|}} |The second variable is of type STRING to save the current list entry from the script and pass it on the the drop down menu. | 
-|{{:​eyes:​flowcontrol:​c.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablescriptdrop.png?​nolink&​600 |}}| The script will hold a list of all the options, which are selected to run trough. It is important that all chosen list entries are in the original drop down menu. | +|{{:​eyes:​flowcontrol:​c.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablescriptdrop.png?​nolink&​500|}}|The script will hold a list of all the options, which are selected to run trough. It is important that all chosen list entries are in the original drop down menu. | 
-|{{:​eyes:​flowcontrol:​d.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablelogikdrop.png?​nolink&​600|}} | It is necessary to pass the variable currentSampling to the Projection logic. How to give the variable to a logic is described in [[eyes:​flowcontrol:​variable|]]. |+|{{:​eyes:​flowcontrol:​d.png?​nolink&​40 |}}|{{:​eyes:​flowcontrol:​variablelogikdrop.png?​nolink&​500|}} | It is necessary to pass the variable currentSampling to the Projection logic. How to give the variable to a logic is described in [[eyes:​flowcontrol:​variable|]]. |
 |{{:​eyes:​flowcontrol:​e.png?​nolink&​40 |}} | The [[eyes:​flowcontrol:​queue|]] and the [[eyes:​flowcontrol:​bypass|]] are as described in the links.| |{{:​eyes:​flowcontrol:​e.png?​nolink&​40 |}} | The [[eyes:​flowcontrol:​queue|]] and the [[eyes:​flowcontrol:​bypass|]] are as described in the links.|