Search found 366 matches

by Tomer
20 Jun 2022, 08:21
Forum: Ask for Help (v1)
Topic: find text in listview Topic is solved
Replies: 8
Views: 1169

Re: find text in listview Topic is solved

@boiler
i managed to find text only for each column separately by changing col:

ExtListView_findRowWithString(objLV, str, col:=1)

0 = 1st column
1 = 2nd column

is it possible to find text on 1st and 2nd columns together ?
by Tomer
12 Jun 2022, 08:32
Forum: Ask for Help (v1)
Topic: find text in listview Topic is solved
Replies: 8
Views: 1169

Re: find text in listview Topic is solved

@boiler thanks it works like a charm ! :bravo:
by Tomer
12 Jun 2022, 03:03
Forum: Ask for Help (v1)
Topic: find text in listview Topic is solved
Replies: 8
Views: 1169

Re: find text in listview Topic is solved

@boiler i would like to have a help with that please ..
by Tomer
01 Jun 2022, 06:05
Forum: Ask for Help (v1)
Topic: find text in listview Topic is solved
Replies: 8
Views: 1169

Re: find text in listview Topic is solved

each F1's click should find and focus\select the next row with "mike" letters included . my sample only select the row with the exact name I try to switch if (text == str) with (if text contains str) but its seems to not work well :( If str is a variable that contains "mike": if InStr(text, str) or...
by Tomer
01 Jun 2022, 05:10
Forum: Ask for Help (v1)
Topic: find text in listview Topic is solved
Replies: 8
Views: 1169

find text in listview Topic is solved

i try to find text in listview so its focus\select by in the order all the rows contains "mike" , each F1's click should find and focus\select the next row with "mike" letters included . my sample only select the row with the exact name I try to switch if (text == str) with (if text contains str) bu...
by Tomer
30 May 2022, 02:14
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

@MrDoge thank for your help, for the smaple here i using built-in listview, the reason for that its to show my neends since for my real project im testing it on external listview (Active Directory Users and Computers) which not everyone have and can test it. I tested your code and it seems to work w...
by Tomer
29 May 2022, 08:19
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

@boiler @mikeyww I managed to get it work thanks to your help - thank you :clap: Please take a look you may can imporve this since its sometimes freezes + one more issue, need help with unselect all the rows before selecting the row name "test42" ? (F1 key to select), so only 1 row selected\focused ...
by Tomer
29 May 2022, 06:58
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

@boiler Thank you what im doing worng ? i want to select\focus the row name "test44" using "ExtListView_EnsureVisible" ; https://www.autohotkey.com/boards/viewtopic.php?t=3513 ; ---------------------------------------------------------------------------------------------------------------------- ; N...
by Tomer
29 May 2022, 05:25
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

mikeyww wrote:
29 May 2022, 02:44
I do not see an option like that. You could contact the author or reply to the original post with the library.
check MrDoge's reply:
viewtopic.php?p=426511#p426511
?
by Tomer
29 May 2022, 03:55
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

teadrinker wrote:
29 May 2022, 03:42
LVM_ENSUREVISIBLE
Thanks teadrinker !
can you please share a smaple code how to use this control in ahk ?
i want to select\focus rows in external listview with auto scrolling
by Tomer
29 May 2022, 03:16
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

I managed to solve this with:

Code: Select all

select(LV, "test41")
LV_Modify(LV_GetCount(), "Vis")
But it doesn't work with external listview :(
by Tomer
29 May 2022, 02:27
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

@mikeyww thank you very much! the sample you posted helped me a lot! I have just one issue for now, i try to select the row name "test42" - its works but I have to scroll down manually to see the selection, is there any option to focus the item selection so no need to scroll the listview ? ; -------...
by Tomer
24 May 2022, 03:51
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

i managed to select only the first item of the listview by Pressing F1 key, how can i select a item by his NAME instead ? ; ---------------------------------------------------------------------------------------------------------------------- ; Name .........: ExtListView library ; Description ..: C...
by Tomer
23 May 2022, 04:19
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Re: Help with focus\select specific line from SysListView321

Hey @mikeyww

Thanks for your reply

Can you please post a smaple script that select\focus line from SysListView321 list by a name "c:\" ?
by Tomer
23 May 2022, 02:23
Forum: Ask for Help (v1)
Topic: Help with focus\select specific line from SysListView321
Replies: 22
Views: 2930

Help with focus\select specific line from SysListView321

Hello,

I managed to get all the lines from a window listview by this script line:

Code: Select all

ControlGet, Output, List, , SysListView321, ahk_class MMCMainFrame
MsgBox % Output
I need help with focus\select a specific line in the listview window (by specific name)

Thanks in advance!
by Tomer
30 Jan 2022, 03:23
Forum: Scripts and Functions (v1)
Topic: [Function] ScrollBox
Replies: 10
Views: 5135

Re: [Function] ScrollBox

FanaticGuru wrote:
26 Jan 2022, 17:39
Updated on First Page

Version: 1.21 Change Log:
Fixed issue with creating autosize control containing more than 32k characters.

Apparently, I undated this script some time ago on my system but never got uploaded.

FG
Now it works
Thank you!
by Tomer
26 Jan 2022, 05:34
Forum: Scripts and Functions (v1)
Topic: [Function] ScrollBox
Replies: 10
Views: 5135

Re: [Function] ScrollBox

@FanaticGuru the lib not working only when i try to read a large txt file and show it in your ScrollBox gui when i delete some text from the txt file its work again (its clear text no special symbols or something like that) "cant create control" could you fix it please ? EDIT: example: ; this may ta...

Go to advanced search