Modify

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)

example.au3 (3.7 KB ) - added by JonnyThunder 16 years ago.
example of listview issue. Drag left to right, then right to left!

Download all attachments as: .zip

Change History (5)

by JonnyThunder, 16 years ago

Attachment: example.au3 added

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

comment:1 by JonnyThunder, 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 J-Paul Mesnage, 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:3 by JonnyThunder, 16 years ago

Yeah man, go for it. If you're happy it's not a bug.

comment:4 by J-Paul Mesnage, 16 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.