! Smart Package Robot 's Mouse-Operations / MWC. - Mouse Window Click

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Mouse-Operations >

! Smart Package Robot 's Mouse-Operations / MWC. - Mouse Window Click

MWC. - Mouse-Window-Click

Previous Top Next


MiniRobotLanguage (MRL)

 

MWC. Command

Mouse Window Click

 

Direct Engine_01

 

Intention

 

This command will do nearly the same like MLE. Internally it uses a special method that will work, even if a Standard MLE. would fail. It is only for very special use.

If you use the numerical parameters, note that these are experimental and therefore undocumented, unlike

0 - MLE. and

15 - MLC.

 

' Start the BCS.-Testapp from your Sample-Apps folder

STW.wct|45|PBWindowClass:0|BCS - Testform

SCW.wctid|45|Button|Install|1012|1

MWC.

 

 

 

Syntax

 

MWC.[P1]

 

 

Parameter Explanation

 

P1 - (optional) - number to specify details on how to click.

 

1 - check                 5,9 - 1+    

2 - button HILITE         6,10 - 2+

3 - Button DE             7,11,14 - 3+  13 -DoubleLCLick

4 - Click                 8,12 - 4+

 

0  - MLE. - like

15 - MLC - like

 

 

 

 

Example

 

'********************************************

' Demo for MWC.

'********************************************

' Start the BCS.-Testapp from your Sample-Apps folder

STW.wct|45|PBWindowClass:0|BCS - Testform

SCW.wctid|45|Button|Install|1012|1

MWC.

END.

 

 

 

Remarks

 

-

 

 

Limitations:

 

Currently this method is experimental and only implemented for x32. Under x64 the MWC. will make a normal mouse-click, like the other Mouse-clicks.

 

 

 

See also:

 

    1.C Direct Engine and Compatible Engine

    MLE. - Mouse-Left-Click Event

    MLM - Mouse Left click Move (Invinsible)

    MLI - Mouse Left Click quIckly (Invinsible)

    MRC. / MRI. - Mouse-Right-Click

    MMV - Mouse MoVe

    OPT. - Optional Settings

    BSC. - Button Special Click

    BCS. - Button Click Special