Difference between revisions of "Connection Point Icon Properties"

From Flowcode Help
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
'''Part one: the connection point'''
 
'''Part one: the connection point'''
  
[[File:Btn_Connection_Point.gif|border]] → [[File:Gen_Connection_Point_Flowchart_Icon.png]] → [[File:Gen_Connection_Point_Icon_Properties.png]]
+
{| style="margin:auto; text-align:center;"
 
+
|-
 +
|[[File:Btn_Connection_Point.gif|border]]
 +
| width="50px" |→  
 +
|[[File:Gen_Connection_Point_Flowchart_Icon.png]]  
 +
|width="50px" |→  
 +
|[[File:Gen_Connection_Point_Icon_Properties.png]]
 +
|}
  
 
'''Display Name'''
 
'''Display Name'''
Line 25: Line 31:
 
'''Part two: the jump point'''
 
'''Part two: the jump point'''
  
[[File:Btn_Goto_Connection_Point.gif|border]] → [[File:Gen_Goto_Connection_Point_Flowchart_Icon.png]] → [[File:Gen_Goto_Connection_Point_Icon_Properties.png]]
+
{| style="margin:auto; text-align:center;"
 
+
|-
 +
|[[File:Btn_Goto_Connection_Point.gif|border]]
 +
| width="50px" |→  
 +
|[[File:Gen_Goto_Connection_Point_Flowchart_Icon.png]]  
 +
|width="50px" |→  
 +
|[[File:Gen_Goto_Connection_Point_Icon_Properties.png]]
 +
|}
  
 
'''Display Name'''
 
'''Display Name'''
Line 36: Line 48:
  
 
Select the connection point definition that you wish to jump to. This option is not available if the icon is the definition of the connection point rather than a jump.
 
Select the connection point definition that you wish to jump to. This option is not available if the icon is the definition of the connection point rather than a jump.
 +
 +
 +
====Video instructions====
 +
 +
See the [http://www.youtube.com/watch?v=7amNvPWULHI&list=PLQDWBb7bxuCgg6aJgPJcfXBMzZdLILceQ Goto] video to learn how Connection Points work and how to create a conditional loop using the Connection Point and (Goto) Connection Point icons.
 +
 +
<div align="center">
 +
{{#ev:youtube|7amNvPWULHI|640}}
 +
</div>

Latest revision as of 14:57, 27 August 2013

<sidebar>Sidebar: Icon Properties</sidebar> Connection icons are used to link from one part of a flowchart to another. Using this icon is more difficult to debug, and most well written programs will usually not need to use this icon.

When the flowchart reaches the jump point it jumps to the matching connection point and then continues execution.


Connection icons are used in pairs, part one is the connection point - the point in the flowchart to jump to. Part two is the jump point - the point in the flowchart to jump from. Both parts share a connection letter - in this case 'A'. Several jump points can reference one connection point.


Part one: the connection point

Btn Connection Point.gif Gen Connection Point Flowchart Icon.png Gen Connection Point Icon Properties.png

Display Name

The name of the icon that appears on the flowchart.


Label

The text that will be displayed on the connection point allowing for meaningful labels to be created.


Part two: the jump point

Btn Goto Connection Point.gif Gen Goto Connection Point Flowchart Icon.png Gen Goto Connection Point Icon Properties.png

Display Name

The name of the icon that appears on the flowchart.


Jump to Connection Point

Select the connection point definition that you wish to jump to. This option is not available if the icon is the definition of the connection point rather than a jump.


Video instructions

See the Goto video to learn how Connection Points work and how to create a conditional loop using the Connection Point and (Goto) Connection Point icons.

{{#ev:youtube|7amNvPWULHI|640}}