Difference between revisions of "Group Icon Properties"
Tags: Flowcode v9 Flowcode v8 Flowcode v10 Version |
(updated for v11) |
||
| Line 1: | Line 1: | ||
| + | <br> | ||
| + | ==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]] | ||
| + | |} | ||
| + | |||
| + | <br> | ||
| + | |||
| + | ==Introduction== | ||
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. | ||
| Line 19: | Line 35: | ||
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. |
| + | |||
| − | + | The contents of the group icon can be viewed by right-clicking and selecting the "Show macro" entry. The group's icons will be shown in a separate read-only macro window. | |
Latest revision as of 15:02, 24 October 2025
Old Versions
This page is current for Flowcode v11 and later. Earlier versions can be found below:
| Flowcode v10 |
| Flowcode v9 |
| Flowcode v8 |
Introduction
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:
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:
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.
The contents of the group icon can be viewed by right-clicking and selecting the "Show macro" entry. The group's icons will be shown in a separate read-only macro window.