Search found 9 matches

by JaxD
17 Aug 2019, 04:14
Forum: Ask for Help (v1)
Topic: checkbox status of listview on fly?
Replies: 9
Views: 2464

Re: checkbox status of listview on fly?

Me again , it_S really a pain in the ass to handle checkboxes in a listview. Mostly because they have not a separate guicontrol and obviosly my "listview skills" aren't that goood! ^^ My current script works good, butr now i have trounble to save the check status of my gui in an ini file, becvause i...
by JaxD
16 Aug 2019, 14:28
Forum: Ask for Help (v1)
Topic: checkbox status of listview on fly?
Replies: 9
Views: 2464

Re: checkbox status of listview on fly?

thanks a lot. and not only for the code but also for the explanation.
by JaxD
16 Aug 2019, 10:11
Forum: Ask for Help (v1)
Topic: checkbox status of listview on fly?
Replies: 9
Views: 2464

checkbox status of listview on fly?

Hi, searched the board but could not find anything similar. is there a way to check the status of a checkbox in a listview instantly? i would like to start a program when i check and stop a programm when i uncheck the box with normal checkboxes i can do that because the checkbox has a separate contr...
by JaxD
03 Aug 2019, 06:27
Forum: Ask for Help (v1)
Topic: get a specific line from a folder full of textfiles
Replies: 4
Views: 1329

Re: get a specific line from a folder full of textfiles

Hello Alibaba,thank you for your reply. I will get a look at the format function. Meanwhile i have managed to solve my problem by using this line of code, based on the info you gave me in your post above. Thanks again.

Code: Select all

count:=SubStr("00" . A_Index, -1)
by JaxD
02 Aug 2019, 12:36
Forum: Ask for Help (v1)
Topic: get a specific line from a folder full of textfiles
Replies: 4
Views: 1329

Re: get a specific line from a folder full of textfiles

ok i now know what my problem is. its all about the filenames. i have many textfiles with "name1, name2, etc, when i rename them to name01, name02, etc.. it works! is there a way to create filenames wit %a_index% with a zero infront? or maybe change my code that he do not count 1 and then 10 instead...
by JaxD
02 Aug 2019, 11:41
Forum: Ask for Help (v1)
Topic: get a specific line from a folder full of textfiles
Replies: 4
Views: 1329

get a specific line from a folder full of textfiles

Hallo, i have a problem. I'm struggeling to get a specific line from a folder full of textfiles to add in a new text file! The Problem is that with the code below the script only weites 9 times the right line (from the first 9 textfiles) to the new document. after that the script rewrites the other ...
by JaxD
28 Jul 2019, 01:29
Forum: Ask for Help (v1)
Topic: Drop Down menu going up instead of down
Replies: 1
Views: 445

Drop Down menu going up instead of down

Hallo

is there a possibility to create a DDL which is going up instead of down?
I searched alredy the board but could`nt find a satisfying answer to my problem. thank you

Go to advanced search