Modify ↓
#69 closed Bug (Fixed)
_GUICtrlListView_Create
Reported by: | alexmadman | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.1 | Component: | Standard UDFs |
Version: | 3.2.10.0 | Severity: | |
Keywords: | Cc: |
Description
Whenever you try to move an item in a listview created with the UDF func the entire GUI freazes until the window looses focus.
If you need an example try the example script for _GUICtrlListView_Create().... run it and try to drag any item.
Ps: i tried to search the forums :D so if there already is mention about this sry :D
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by anonymous
comment:2 Changed 17 years ago by Gary
- priority changed from minor to trivial
Not a high priority, use GuiCtrlCreateListView
Bug Report on forum: http://www.autoitscript.com/forum/index.php?showtopic=61031
comment:3 Changed 17 years ago by Gary
- Owner set to Gary
- Status changed from new to assigned
comment:4 Changed 17 years ago by Gary
- Component changed from AutoIt to Standard UDFs
- Milestone set to 3.2.12.0
- Resolution set to fixed
- Status changed from assigned to closed
When the control is created it needs a control id, fixed for next version.
comment:5 Changed 17 years ago by Valik
- Milestone changed from 3.2.12.0 to 3.2.11.1
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.
Note: See
TracTickets for help on using
tickets.
sry about this but i forgot to say that i also tried with the 3.2.11 beta... and the same thing happends