Modify ↓
Opened 15 years ago
Closed 15 years ago
#1154 closed Bug (Wont Fix)
ControlClick() and VB.NET compatibility
Reported by: | daniel_20_38@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | controlclick vb.net .net windows forms | Cc: |
Description
If a button in a VB.NET app is not visible (minimized, hidden, winmoved off the screen, or behind any other window) the controlclick command has no effect; while in others apps like windows calculator, delphi apps, etc, controlclick works.
Attachments (1)
Change History (3)
Changed 15 years ago by daniel_20_38@…
comment:1 Changed 15 years ago by Jpm
You are failing in what the doc describe the windows must be visible/active for this kind of control.
I am not sure we can have a solution to remove this restriction.
We don't want to force visibility, it is the user responsability to do it in their scripts.
comment:2 Changed 15 years ago by Jpm
- Resolution set to Wont Fix
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Simple script tests