Jump to content

Disabling Icons: Difference between revisions

From Flowcode Help
ReeceL (talk | contribs)
No edit summary
ReeceL (talk | contribs)
No edit summary
Line 1: Line 1:
<sidebar>Sidebar: Taking Flowcode Further</sidebar>
<sidebar>Sidebar: Taking Flowcode Further</sidebar>
[[File:Gen_Disabling_Icons_01.png|right]]
[[File:Gen_Disabling_Icons_01.png|right]]
You can now disable any icons in a flowchart. Disabled icons will be ignored by the simulation and compiler. A disabled icon is greyed out it to signify it has been disabled.
You can now disable any icons in a flowchart. Disabled icons will be ignored by the simulation and compiler. A disabled icon is greyed out to signify it has been disabled.




Disabling a 'parent' icon will also disable any icons that follow directly from that icon (e.g. disabling an icon within a switch statement will disable all icons within the switch icon and disabling an icon within a ).
Disabling a 'parent' icon will also disable any icons that follow directly from that icon (e.g. disabling a 'Switch' icon will disable all icons within the switch statement, and disabling a 'Loop' icon will also disable all the icons in the loop).




To disable icons, select the icon or icons you wish to disable, right-click on them and select "Disable Icon" from the context menu.
To disable icons, select the icon or icons you wish to disable, right-click on them and select "Disable Icon" from the context menu.

Revision as of 08:47, 16 August 2013

<sidebar>Sidebar: Taking Flowcode Further</sidebar>

You can now disable any icons in a flowchart. Disabled icons will be ignored by the simulation and compiler. A disabled icon is greyed out to signify it has been disabled.


Disabling a 'parent' icon will also disable any icons that follow directly from that icon (e.g. disabling a 'Switch' icon will disable all icons within the switch statement, and disabling a 'Loop' icon will also disable all the icons in the loop).


To disable icons, select the icon or icons you wish to disable, right-click on them and select "Disable Icon" from the context menu.