Hide: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(add tooltip text)
Line 5: Line 5:
<section begin="image"/>
<section begin="image"/>
[[File:Hide.png|alt=hide|thumb]]
[[File:Hide.png|alt=hide|thumb]]
<section end="image"/>
<section end="image"/><p id="tooltip">Hides a selected widget.  Once hidden, you need to use “show _” to make it visible again.</p>
 
<section begin="name" />{{Block|hide [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.
<section begin="name" />{{Block|hide [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.


<!--T:2-->
<!--T:2-->
==Usage==
==Usage==
<p id="tooltip">{{Block|hide [▼]}} hides a selected widget. Once hidden, you need to use “show” to make it visible again.</p>
{{Block|hide [▼]}} hides a selected widget. Once hidden, you need to use “show” to make it visible again.


<!--T:3-->
<!--T:3-->

Revision as of 15:03, 8 August 2023

Other languages:


hide

Hides a selected widget. Once hidden, you need to use “show _” to make it visible again.

hide [▼] is a code block from the Interface drawer.

Usage

hide [▼] hides a selected widget. Once hidden, you need to use “show” to make it visible again.

Syntax

The Hide Block

Inputs:

  1. Select the desired widget from the drop down menu

Nuances

Related Blocks