Window Operations * SCW.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > SCW. - Search-Child-Window >

Window Operations * SCW.

"s" - Flag "reverse direction"

Previous Top Next


MiniRobotLanguage (MRL)

 

"s"-Flag "reverse direction"

Search Child Window

 

 

Intention

 

The "s"-Flag will reverse the internal search direction of child-windows. Example:

If there are four child-windows on a level. You would specify these like that:

 

SCW.ctn|Button|Cancel|1

...

SCW.ctn|Button|Cancel|4

 

now after adding the "s"-Flag, the child-window Nr.1 will be Nr.4, the Ne.3 will be Nr.2. They will just completely reverse their search order.

This can be handy if you have a large number of child windows and you want to "grab them from the other end".

 

This way you may be less dependent on changes within those other child-windows.

 

Also this flag is needed for compatibility with some WinRobots-Scripts, as WinRobots does use a reverse search direction sometimes.

 

 

 

Short Examples:

 

-

 

 

 

 

Example

 

-

 

 

Remarks

 

-

 

 

Limitations:

 

 

 

 

See also:

 

    1. STW. - Decription

    SCW - Search-Child-Window