Window Operations * WTW.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > WTW. - Wait new Top Window >

Window Operations * WTW.

"C" - Flag "restore if maximized"

Previous Top Next


MiniRobotLanguage (MRL)

 

"C" - Flag "restore if maximized"

Search Top Window

 

 

Intention

 

If the window is maximized, this flag will bring the window back to its normal size.

You can maximize, minimize and restore windows using the SWS. - Set Window State command.

 

It doesn't matter, if the window was minimzed before it was maximized.

The window will be normal size after this flag.

 

 

 

Example

 

STW.ct|PBWindowClass:0|TestApp

' Maximize Window

SWS.z

' Wait 1 Second

PAU.1

' Window will be restore to normal size

STW.ACct|PBWindowClass:0|TestApp

ENR.

 

 

Remarks

 

 

 

 

Limitations:

 

 

 

 

See also: