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 by , 18 years ago
comment:2 by , 18 years ago
| priority: | minor → trivial |
|---|
Not a high priority, use GuiCtrlCreateListView
Bug Report on forum: http://www.autoitscript.com/forum/index.php?showtopic=61031
comment:3 by , 18 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 18 years ago
| Component: | AutoIt → Standard UDFs |
|---|---|
| Milestone: | → 3.2.12.0 |
| Resolution: | → fixed |
| Status: | assigned → closed |
When the control is created it needs a control id, fixed for next version.
comment:5 by , 18 years ago
| Milestone: | 3.2.12.0 → 3.2.11.1 |
|---|
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