DragAndDrop/en: Porovnání verzí
(Založena nová stránka s textem „Specifies the number of occurrences of Bitmap1 skipped during the search.“) |
|||
| (Není zobrazeno 24 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 10: | Řádek 10: | ||
<div class="mw-translate-fuzzy"> | <div class="mw-translate-fuzzy"> | ||
| − | Uses the mouse to drag an object from the point specified by [[# reference1-|Reference1]] relative to [[#bitmap1-|Bitmap1]] to point [[#reference2-|Reference2]] relative to [[#bitmap2-|Bitmap2]] using the [[#button-|Button]]. For moving, the status of shift keys can be set using the [[#key-|Key]] parameter. The number of clicks at the starting point is determined by the [[#clickcount-|ClickCount]] parameter. To search for reference bitmaps, the | + | Uses the mouse to drag an object from the point specified by [[#reference1-|Reference1]] relative to [[#bitmap1-|Bitmap1]] to the point of [[#reference2-|Reference2]] relative to [[#bitmap2-|Bitmap2]] by using the [[#button-|Button]]. For moving, the status of shift keys can be set using the [[#key-|Key]] parameter. The number of clicks at the starting point is determined by the [[#clickcount-|ClickCount]] parameter. To search for reference bitmaps, the timeout can be set using the [[#wait-|Wait]] parameter, to skip multiple occurrences using the [[#skip1-|Skip1]] or [[#skip2-|Skip2]] parameters, and to mask the search by using the parameters [[#maskmode1-|MaskMode1]], [[#bitmapmaskcolor1-|BitmapMaskColor1]] and [[#screenmaskcolor1-|ScreenMaskColor1]] or [[#maskmode2-|MaskMode2]], [[#bitmapmaskcolor2-|BitmapMaskColor2]] and [[#screenmaskcolor2-|ScreenMaskColor2]]). Search areas are specified by the values of the parameters [[#capturemode1-|CaptureMode1]] and [[#capturemode2-|CaptureMode2]]. If none of the bitmaps is found, the command ends in error. |
</div> | </div> | ||
| Řádek 116: | Řádek 116: | ||
=== Skip2 === | === Skip2 === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Specifies the number of occurrences of [[#bitmap2-|Bitmap2]] skipped during the search. | |
<span id="wait-"></span> | <span id="wait-"></span> | ||
=== Wait === | === Wait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Waiting time in seconds for the bitmap to appear. | |
<span id="capturemode1-"></span> | <span id="capturemode1-"></span> | ||
| Řádek 131: | Řádek 131: | ||
=== CaptureMode1 === | === CaptureMode1 === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Defines the search area of [[# bitmap1-|Bitmap1]] (0=desktop, 1=active window, 2=active region, 3=active window area, 16=client part of the active window, 257-264=monitor 1-8, 512-520=active region 0-8). | |
<span id="capturemode2-"></span> | <span id="capturemode2-"></span> | ||
=== CaptureMode2 === | === CaptureMode2 === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Defines the search area of [[#bitmap2-|Bitmap2]] (0=desktop, 1=active window, 2=active region, 3=active window area, 16=client part of the active window, 257-264=monitor 1-8, 512-520=active region 0-8). | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
| − | == | + | == See also == |
| − | [[Special:MyLanguage/ | + | [[Special:MyLanguage/Examples of use#DragAndDrop|Examples of use]] |
| − | [[Special:MyLanguage/ | + | [[Special:MyLanguage/Using masks|Using masks]] |
| − | [[Special:MyLanguage/ | + | [[Special:MyLanguage/Capture modes|Capture modes]] |
| − | [[Special:MyLanguage/ | + | [[Special:MyLanguage/Resolving multiple occurrences of the searched bitmap|Resolving multiple occurrences of the searched bitmap]] |
| − | [[Special:MyLanguage/ | + | [[Special:MyLanguage/Timeout and system parameters|Timeout and system parameters]] |
Aktuální verze z 3. 2. 2021, 13:52
Obsah
- 1 Description
- 2 Input parameters
- 2.1 Bitmap1
- 2.2 Reference1
- 2.3 Bitmap2
- 2.4 Reference2
- 2.5 ClickCount
- 2.6 Button
- 2.7 Key
- 2.8 MaskMode1
- 2.9 BitmapMaskColor1
- 2.10 ScreenMaskColor1
- 2.11 MaskMode2
- 2.12 BitmapMaskColor2
- 2.13 ScreenMaskColor2
- 2.14 Skip1
- 2.15 Skip2
- 2.16 Wait
- 2.17 CaptureMode1
- 2.18 CaptureMode2
- 2.19 Enabled
- 2.20 PreWait
- 2.21 PostWait
- 3 Output parameters
- 4 See also
Description
Alias: DAD
Drags an object to another object.
Uses the mouse to drag an object from the point specified by Reference1 relative to Bitmap1 to the point of Reference2 relative to Bitmap2 by using the Button. For moving, the status of shift keys can be set using the Key parameter. The number of clicks at the starting point is determined by the ClickCount parameter. To search for reference bitmaps, the timeout can be set using the Wait parameter, to skip multiple occurrences using the Skip1 or Skip2 parameters, and to mask the search by using the parameters MaskMode1, BitmapMaskColor1 and ScreenMaskColor1 or MaskMode2, BitmapMaskColor2 and ScreenMaskColor2). Search areas are specified by the values of the parameters CaptureMode1 and CaptureMode2. If none of the bitmaps is found, the command ends in error.
Input parameters
Bitmap1
Type Bitmap
Bitmap for the dragged object.
Reference1
Type Reference
Reference to the dragged object.
Bitmap2
Type Bitmap
Bitmap for the target object.
Reference2
Type Reference
Reference to the target object.
ClickCount
Type Number
Number of clicks at the point Reference1.
Button
Type Number
Specifies the mouse button used for clicking (0=none, 1=left, 2=right, 3=middle).
Key
Type Number
This parameter makes it possible to simulate the pressing of shift keys during dragging. A value of 0 means no shift keys, otherwise any combination of values can be used: 1=Shift, 2=Control, 4=Alt.
MaskMode1
Type Number
Mask mode used to search for Bitmap1 (0=none, 1=the user mask, 2=automatic mask).
BitmapMaskColor1
Type Color
Key color of the user mask in Bitmap1 (used only for MaskMode1=1).
ScreenMaskColor1
Type Color
Key color of the user mask on the captured screen, matching the color BitmapMaskColor1. You only need to set this value if two colors are different.
MaskMode2
Type Number
Mask mode used to search for Bitmap2 (0=none, 1=user mask, 2=automatic mask).
BitmapMaskColor2
Type Color
Key color of the user mask in Bitmap2 (used only for MaskMode2=1).
ScreenMaskColor2
Type Color
Key color of the user mask on the captured screen, matching the color BitmapMaskColor2. You only need to set this value if two colors are different.
Skip1
Type Number
Specifies the number of occurrences of Bitmap1 skipped during the search.
Skip2
Type Number
Specifies the number of occurrences of Bitmap2 skipped during the search.
Wait
Type Number
Waiting time in seconds for the bitmap to appear.
CaptureMode1
Type Number
Defines the search area of Bitmap1 (0=desktop, 1=active window, 2=active region, 3=active window area, 16=client part of the active window, 257-264=monitor 1-8, 512-520=active region 0-8).
CaptureMode2
Type Number
Defines the search area of Bitmap2 (0=desktop, 1=active window, 2=active region, 3=active window area, 16=client part of the active window, 257-264=monitor 1-8, 512-520=active region 0-8).
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.