If there isn't already a way to use Control to double-click a specific ListViewitem (that I obviously have missed) - I think it should be added, if possible ofcourse
ControlListView / ControlClick
#1
Posted 24 October 2005 - 12:15 AM
If there isn't already a way to use Control to double-click a specific ListViewitem (that I obviously have missed) - I think it should be added, if possible ofcourse
#2
Posted 28 October 2005 - 07:28 PM
This pseudo code may need adjustment for zero or one based lists, but it's on the right track.
item count = control height / item height
vertical position = desired item * item height + (item height / 2) + control position
click(X, vertical position)
#3
Guest_Tho_*
Posted 21 August 2007 - 01:22 PM
The suggestion of Koder is a nice workaround indeed, but it's not easy to implement if you want to make it bulletproof (avoid clicking beyond end of the list, manage list scrolling to access invisible items etc.)
I'm quite surprised that this hasn't come up yet in this outherwise rather complete application.
Thx.
#4
Posted 21 March 2008 - 05:27 AM
I am running into the exact same problem and would highly appreciate this issue being taken into account by extending the list of possible functions that can be passed to a listview control.
The suggestion of Koder is a nice workaround indeed, but it's not easy to implement if you want to make it bulletproof (avoid clicking beyond end of the list, manage list scrolling to access invisible items etc.)
I'm quite surprised that this hasn't come up yet in this outherwise rather complete application.
Thx.
Hi all,
I am also facing same problem, click on selectd item from listview. One of my project is stuck at this point only & i have to search solution for this within this week. Please help me as soon as possible. I am waiting for your reply.
Thanx in advance,
Bye
#5
Posted 21 March 2008 - 09:29 AM
SciTE for AutoItDirections for Submitting Standard UDFs
Don't argue with an idiot; people watching may not be able to tell the difference.
#6
Posted 21 March 2008 - 10:00 AM
_GUICtrlListView_ClickItem
Thanx ,
Can u pls forward the Script for _GUICtrlListView_ClickItem.
Brgds,
#7
Posted 21 March 2008 - 10:04 AM
SciTE for AutoItDirections for Submitting Standard UDFs
Don't argue with an idiot; people watching may not be able to tell the difference.
#8
Posted 31 March 2008 - 02:23 AM
Hello,
I have not found the script for _GUICtrlListView_ClickItem.
I am sending you one attachment pls go through it & reply me .
Attached Files
#9
Posted 31 March 2008 - 02:39 AM
3.2.11.0 (1/25/2008)
Added: UDF Files: _GUICtrlListView_ClickItem
SciTE for AutoItDirections for Submitting Standard UDFs
Don't argue with an idiot; people watching may not be able to tell the difference.
#10
Posted 31 March 2008 - 03:21 AM
Beta http://www.autoitscript.com/autoit3/files/beta/autoit/
3.2.11.0 (1/25/2008)
Added: UDF Files: _GUICtrlListView_ClickItem
Have u gone through my attachment ?
#11
Posted 31 March 2008 - 08:34 AM
Have u gone through my attachment ?
Download latest beta, open Helpfile and go to _GUICtrlListView_ClickItem() as Gary said.
There is example in the helpfile.
#12
Posted 31 March 2008 - 11:47 AM
And I'm not seing _GUICtrlListView_ClickItem() in the helpfile either :/
Hope you can help me cause I think this is what I need..
Regards
#13
Posted 31 March 2008 - 12:02 PM
AutoIt Help File >>User Defined Functions >> GUIListView Management >> _GUICtrlListView_ClickItem()Well I'm running the newest beta version 3.2.11.5 and SciTe Version 1.75
And I'm not seing _GUICtrlListView_ClickItem() in the helpfile either :/
Hope you can help me cause I think this is what I need..
Regards
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






