From WikiChip
Difference between revisions of "mirc/identifiers/$appstate"
m (bot: correcting title) |
m (→Results: Add normal) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{mirc title|$appstate Identifier}}The '''$appstate''' identifier returns the current state of the mIRC application window. | {{mirc title|$appstate Identifier}}The '''$appstate''' identifier returns the current state of the mIRC application window. | ||
+ | |||
== Synopsis == | == Synopsis == | ||
Line 15: | Line 16: | ||
<span style="display: inline-block; width: 110px;">'''minimized'''</span>The mIRC application window size is minimized. | <span style="display: inline-block; width: 110px;">'''minimized'''</span>The mIRC application window size is minimized. | ||
+ | |||
+ | <span style="display: inline-block; width: 110px;">'''normal'''</span>The mIRC application window is using part of the screen. | ||
<span style="display: inline-block; width: 110px;">'''tray'''</span>The mIRC application window has been minimized to the Windows tray. | <span style="display: inline-block; width: 110px;">'''tray'''</span>The mIRC application window has been minimized to the Windows tray. | ||
Line 30: | Line 33: | ||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|appstate]] |
Latest revision as of 22:54, 27 March 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $appstate identifier returns the current state of the mIRC application window.
Synopsis[edit]
$appstate
Properties[edit]
None
Results[edit]
fullThe mIRC application window size is full.
hiddenThe mIRC application window size is hidden.
maximizedThe mIRC application window size is maximized.
minimizedThe mIRC application window size is minimized.
normalThe mIRC application window is using part of the screen.
trayThe mIRC application window has been minimized to the Windows tray.
Example[edit]
Echo the mIRC application window state to the active window
//echo -a $appstate
Compatibility[edit]
Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
mIRC identifier list