#1172 closed Feature Request (Rejected)
.NET controls in beta 3.3.1.1
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Great job in getting WM_GETCONTROLNAME into the system!
.NET names are not always unique in the application you are automating. I tried to use INSTANCE and it does not work.
I used the zfisherdrums script and added a few things you might want to add.
1) Enabled (IsEnabled works on the object)
2) Visible (IsVisible works on the object)
3) CLASSNN contains (Sometimes the non-unique .net control is more then one type of object)
I’d love a way to know if my specified object is not unique; maybe return an array of handles?
The .NET Name on an Edit control might pull up a handle that is not the real objects editable child.
Thank you for all the great work on AutoIt.
Attachments (0)
Change History (5)
comment:1 by , on Oct 12, 2009 at 1:41:12 PM
| Type: | Bug → Feature Request |
|---|
comment:4 by , on Oct 27, 2009 at 8:52:35 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:5 by , on Jun 19, 2012 at 4:56:20 PM
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |

I move it to Feature request as it is not a Bug ...