Opened on Apr 1, 2010 at 8:21:07 AM
#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 , on Apr 1, 2010 at 8:21:47 AM
| Attachment: | example.au3 added |
|---|
comment:1 by , on Apr 9, 2010 at 10:02:25 AM
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 , on Apr 9, 2010 at 5:15:17 PM
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 , on Apr 19, 2010 at 5:57:38 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

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