SetTitle command

From m204wiki
Revision as of 21:05, 8 July 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you change the title of the Client main window (which by default is "The Janus Debugger&q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Lets you change the title of the Client main window (which by default is "The Janus Debugger" or "The TN3270 Debugger."

Syntax:

setTitle newtitle

where newtitle is an unquoted, case insensitive string of as many as 50 characters.

Examples:

The image below shows the result of issuing a setTitle Welcome to my world command. Notice that the name of the procedure being debugged is retained.

settitle1b

  • The following macro uses:

continueMacroIf &&blackOrWhiteList <> 'black'
labelButton button0 BlackList Off
turnOnBlackList
setTitle Black List on
set &changed = 1
clearStatus 

See also:

  • The restoreTitle command replaces any changed main window title with the default title.
Client menu: --
Introduced: Build 62