Opened 16 years ago
Closed 16 years ago
#1548 closed Bug (No Bug)
Multiple listviews in one GUI behave strangely
| Reported by: | JonnyThunder | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | listview, copy | Cc: |
Description
I'd posted this bug to the forum but didn't get a reply, so assuming it IS a bug of some kind!
On a GUI with two ListViews - if you use Copyitems it only works in one direction. I'm assuming that there is an issue with the ListView control IDs or something similar.
Attached is a simple example of the issue in progress.
Attachments (1)
Change History (5)
by , 16 years ago
| Attachment: | example.au3 added |
|---|
comment:1 by , 16 years ago
Hello,
Some of the helpful guys on the forum showed me how to get the example working - but we're still unsure if this is a bug or not. You can see the conversation here...
http://www.autoitscript.com/forum/index.php?showtopic=112358
Cheers,
comment:2 by , 16 years ago
The main problem is you mix using standard builtin function as GUI... with the UDF onea which are not creating controlid for listitem.
You must avoid such mix. Some works some does not. I am sure I cannot correct them all.
In your case I can have a solution But I don't like to do it as Other case will fail as I say above.
If you agree I close it as NO BUG
comment:4 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

example of listview issue. Drag left to right, then right to left!