Opened 13 years ago
Closed 11 years ago
#2018 closed Bug (Rejected)
It is not able to identify all Button from other Software
Reported by: | Daniel | Owned by: | |
---|---|---|---|
Milestone: | Component: | Au3Info | |
Version: | 3.3.7.15 | Severity: | None |
Keywords: | Cc: |
Description
For example, Au3Info is not able to identify the "Load"-button from the Software "PuTTY". The Version 3.3.6.1 from Au3Info also can not identify that button. The Version 3.3.4.0 from A3uInfo can identify that button from "PuTTY" and work fine. So it must be a bug in Version 3.3.7.15 and 3.3.6.1 from Au3Info.
Attachments (0)
Change History (5)
comment:1 follow-up: ↓ 4 Changed 13 years ago by Valik
comment:2 Changed 13 years ago by anonymous
Au3Info 3.3.8.0 and 3.3.9.5.
If uncheck option Use Spy++ Control Detection Logic then properties on Control tab: Class, Instance, ClassnameNN, Advanced Mode aren't updated.
And tabs StatusBar and ToolBar always display only first 10 items, no more.
comment:3 Changed 12 years ago by anonymous
With Spy++ mode on, identifies INSTANCE's in MeGUI open file
buttons ("..." buttons) on main form as instances 4,5, 10,11 and 12.
whereas in Autoit, ID's start from 1.
Assume that Spy++, examine internal ID number and perhaps some items of an
array/arrays that were deleted and so ID's are no longer valid and mismatched.
comment:4 in reply to: ↑ 1 Changed 12 years ago by Zedna
Replying to Valik:
To add more observations:
- The Putty configuration window makes use of group-boxes which I believe may be what is throwing everything off.
- Turning on control highlighting helps show what is actually being inspected. It seems impossible or at least incredibly difficult to highlight any control that is contained in a group box. It always wants to highlight the box instead.
There is definitely a bug here.
As about Group controls.
Maybe some new option "Ignore Group Box controls" ON/OFF should be added to Au3Info.
It can optionally exclude controls with classname Button and with window's style BS_GROUPBOX.
comment:5 Changed 11 years ago by Jon
- Resolution set to Rejected
- 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.
To add more observations:
There is definitely a bug here.