SCREENSHOW: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Created page with "The $SCREENSHOW metacommand can be used to display the main program window throughout the program. {{PageSyntax}} : $SCREENSHOW {{PageDescription}} * The metacommand is intended to be used in a modular program when a screen surface is necessary in one or more modules. * $SCREENSHOW can only be used after $SCREENHIDE or _SCREENHIDE have been used in another program module. * If $SCREENHIDE and then $SCREENSHOW are used in the same p...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The [[$SCREENSHOW]] [[Metacommand|metacommand]] can be used to display the main program window throughout the program.
{{DISPLAYTITLE:_SCREENSHOW}}
The [[_SCREENSHOW]] statement can be used to display the main program window in a section of code.




{{PageSyntax}}
{{PageSyntax}}
: $SCREENSHOW
: [[_SCREENSHOW]]




{{PageDescription}}
{{PageDescription}}
* The metacommand is intended to be used in a modular program when a screen surface is necessary in one or more modules.
* Use [[_SCREENSHOW]] to display the main program window after it was hidden by [[_SCREENHIDE]].
* $SCREENSHOW can only be used after [[$SCREENHIDE]] or [[_SCREENHIDE]] have been used in another program module.
* If [[$SCREENHIDE]] and then [[$SCREENSHOW]] are used in the same program module the window will not be hidden.
* '''QB64 [[Metacommand|metacommand]]s cannot be commented out with [[apostrophe]] or [[REM]].'''




{{PageSeeAlso}}
{{PageSeeAlso}}
* [[$CONSOLE]], [[$SCREENHIDE]] (QB64 [[Metacommand]]s)
* [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]]
* [[_SCREENHIDE]], [[_SCREENSHOW]]
* [[_SCREENHIDE]], [[_CONSOLE]]
* [[_CONSOLE]]




{{PageNavigation}}
{{PageNavigation}}

Latest revision as of 21:29, 2 February 2023

The _SCREENSHOW statement can be used to display the main program window in a section of code.


Syntax

_SCREENSHOW


Description


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage