Search found 90 matches

by crypter
19 Jun 2021, 18:53
Forum: Ask for Help (v1)
Topic: fix a script about the progress bar Topic is solved
Replies: 2
Views: 156

fix a script about the progress bar Topic is solved

I have a script that inserts text lines from source text file to text files with/under the text "[content]" i added Gui,Add,Progress,x10 y10 w461 range0-%MaxLines% vMyProgressBar Gui,Show and GuiControl,,MyProgressBar, +1 the progress bar doesn't seem to work here's the script #NoEnv SetBatchLines, ...
by crypter
10 Jun 2021, 21:07
Forum: Ask for Help (v1)
Topic: add a progress bar to a script Topic is solved
Replies: 10
Views: 1741

Re: add a progress bar to a script Topic is solved

i have another version, it shows a progress bar and generates the files but the progress bar doesn't advance through progress. i attached the files required for it to work fileread, txtflA, txtflA.txt fileread, txtflB, txtflB.txt Loop, Parse, txtflA, `n, `r { arrA := StrSplit(a_loopfield, a_tab) Loo...
by crypter
10 Jun 2021, 20:08
Forum: Ask for Help (v1)
Topic: add a progress bar to a script Topic is solved
Replies: 10
Views: 1741

Re: add a progress bar to a script Topic is solved

Plz help if possible

Just need a progress bar
by crypter
10 Jun 2021, 16:50
Forum: Ask for Help (v1)
Topic: add a progress bar to a script Topic is solved
Replies: 10
Views: 1741

Re: add a progress bar to a script Topic is solved

i have this code Gui,Add,Progress,x10 y10 w461 h20 vMyProgressBar Gui,Show fileread, txtflA, txtflA.txt fileread, txtflB, txtflB.txt Loop, Parse, txtflA, `n, `r { arrA := StrSplit(a_loopfield, a_tab) Loop, Parse, txtflB, `n, `r { arrB := StrSplit(a_loopfield, a_tab) if abs(arrA.1 - arrB.2) < 2 { x :...
by crypter
10 Jun 2021, 15:59
Forum: Ask for Help (v1)
Topic: add a progress bar to a script Topic is solved
Replies: 10
Views: 1741

Re: add a progress bar to a script Topic is solved

so how do i add it to the script i have?

i added

Code: Select all

Gui,Add,Progress,x10 y10 w461 h20, 33
Gui,Show
return
how to connect to the rest of it

i should add gsub1
by crypter
10 Jun 2021, 13:22
Forum: Ask for Help (v1)
Topic: add a progress bar to a script Topic is solved
Replies: 10
Views: 1741

add a progress bar to a script Topic is solved

i need to add a progress bar to my script but i don't know how fileread, txtflA, txtflA.txt fileread, txtflB, txtflB.txt Loop, Parse, txtflA, `n, `r { arrA := StrSplit(a_loopfield, a_tab) Loop, Parse, txtflB, `n, `r { arrB := StrSplit(a_loopfield, a_tab) if abs(arrA.1 - arrB.2) < 2 { x := arrA.2 " "...
by crypter
24 Dec 2020, 12:00
Forum: Scripts and Functions (v1)
Topic: 5600 AHK programs
Replies: 27
Views: 5285

Re: 5600 AHK programs

the programs are in fact pseudo programs. it can help programmers create full versions of the programs by adding functions to the components. i will describe 2 more programs from scratch so you can see how to create a program based on pseudo programs. some random components (5 per program): check bo...
by crypter
15 Dec 2020, 10:27
Forum: Scripts and Functions (v1)
Topic: 5600 AHK programs
Replies: 27
Views: 5285

5600 AHK programs

here i will share 5600 ahk programs they can be used to create programs by inventing what the components do. i will explain here's a 5 component program example combolistbox combolistbox edit button progress bar i decide the first combolistbox contains the 7 days of the week second combolistbox cont...

Go to advanced search