Difference between revisions of "Group Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Tags: Flowcode v9 Flowcode v8 Flowcode v10 Version
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[File:iconGroup.png|border]]
 +
 +
Group icons are a collection of consecutive command icons that are grouped together to make the program structure easier to view.
 +
 +
 +
==Old Versions==
 +
This page is current for Flowcode v11 and later. Earlier versions can be found below:
 +
{| class="wikitable"
 +
|+
 +
|-
 +
| [[Special:PermanentLink/38954|Flowcode v10]]
 +
|-
 +
| [[Special:PermanentLink/38954|Flowcode v9]]
 +
|-
 +
| [[Special:PermanentLink/38954|Flowcode v8]]
 +
|}
 +
 +
 +
==Details==
 +
 +
{| style="margin:0px; text-align:center;"
 +
|-
 +
|[[File:iconGroup.png|border]]
 +
|width="50px" |→
 +
|[[File:Properties_Group.png]]
 +
|}
 +
 +
 +
A group icon cannot be directly added to a macro. Instead, it is created by selecting a group of command icons and grouping them together as explained below.
 +
 +
Like other commands, group icons can be moved within the macro and copied to other macros.
 +
 +
 +
'''Display Name'''
 +
 +
The name of the icon that appears on the flowchart.
 +
 +
 +
'''View contents'''
 +
 +
The contents of the group icon can be viewed by clicking the "View contents" button in the property window, or by right-clicking the command icon and selecting the "Show macro" entry.  The group's icons will be shown in a separate read-only macro window.
 +
 +
 +
==Grouping commands==
 +
 
Command and component icons can be grouped, if you would like to reduce the flowchart working area space.
 
Command and component icons can be grouped, if you would like to reduce the flowchart working area space.
  
For example, if you have several icons above the main loop e.g:
+
For example, if you have several icons above the main loop, e.g.:
 
   
 
   
 
[[File:Group_Icons1.png]]
 
[[File:Group_Icons1.png]]
 
  
  
Line 19: Line 63:
 
You can ungroup the icons by right-clicking on the selected group and selecting Ungroup Icons.  
 
You can ungroup the icons by right-clicking on the selected group and selecting Ungroup Icons.  
  
Note, the individual icons within the grouped icons will not be shown during the simulation.
+
Note, the individual icons within the grouped icons will not be shown during the simulation. Therefore if you are single-stepping, the active simulation outline will remain on the grouped icons until all icons have been accessed.
 
 
Therefore if you are single-stepping, the active simulation outline will remain on the grouped icons until all icons have been accessed.
 

Latest revision as of 11:27, 12 June 2026

IconGroup.png

Group icons are a collection of consecutive command icons that are grouped together to make the program structure easier to view.


Old Versions

This page is current for Flowcode v11 and later. Earlier versions can be found below:

Flowcode v10
Flowcode v9
Flowcode v8


Details

IconGroup.png Properties Group.png


A group icon cannot be directly added to a macro. Instead, it is created by selecting a group of command icons and grouping them together as explained below.

Like other commands, group icons can be moved within the macro and copied to other macros.


Display Name

The name of the icon that appears on the flowchart.


View contents

The contents of the group icon can be viewed by clicking the "View contents" button in the property window, or by right-clicking the command icon and selecting the "Show macro" entry. The group's icons will be shown in a separate read-only macro window.


Grouping commands

Command and component icons can be grouped, if you would like to reduce the flowchart working area space.

For example, if you have several icons above the main loop, e.g.:

Group Icons1.png


but you are only interested in simulation within the main loop then you can group the icons you are not interested in so the flowchart will look like this:

Group Icons2.png


To group the icons, hold the left mouse button down and drag the icons you wish to group together.

Right-click on the selected group and select group Icons.

You can ungroup the icons by right-clicking on the selected group and selecting Ungroup Icons.

Note, the individual icons within the grouped icons will not be shown during the simulation. Therefore if you are single-stepping, the active simulation outline will remain on the grouped icons until all icons have been accessed.