Search found 6 matches

by Geff T
11 May 2016, 23:20
Forum: Gaming Help (v1)
Topic: ini read/write and a 105 variable GUI
Replies: 3
Views: 2367

Re: ini read/write and a 105 variable GUI

ok i have carried on from there , getting into testing the validity of the selections made in the GUI (that Xtra showed me how to get working with loops and the loop counter above). i have got the first set of tests working , tho the whole intended routine isnt complete yet. i am sure this can be si...
by Geff T
10 May 2016, 04:08
Forum: Gaming Help (v1)
Topic: ini read/write and a 105 variable GUI
Replies: 3
Views: 2367

Re: ini read/write and a 105 variable GUI

Xtra , wow ... ty ... a lot to digest with my morning coffee ... so you have ... looped most of the gui using 3 variables ypos + ischeck (which are straightforward and those names for ease of reading) + A_index (variable array). also you have added GUIcontrol to place the selected item into A_index....
by Geff T
09 May 2016, 18:25
Forum: Tips and Tricks (v1)
Topic: Autofire and toggle
Replies: 38
Views: 127925

Re: Autofire and toggle

tidbit wrote:Welcome to ahk, Geff T :)
ty

i have had to give in and ask a Q here https://autohotkey.com/boards/viewtopic ... 827#p85827but i wont go to OT
by Geff T
09 May 2016, 17:42
Forum: Gaming Help (v1)
Topic: ini read/write and a 105 variable GUI
Replies: 3
Views: 2367

ini read/write and a 105 variable GUI

i have been working on a game macro for a little while now , during which time my goals have moved as i see more that i could do . i am now at the point where i need to save 3 sets (2 dropdownlist + a checkbox) of 35 data variables from a GUI . reading the help and searching the forum has left me wi...
by Geff T
09 May 2016, 06:57
Forum: Tips and Tricks (v1)
Topic: Autofire and toggle
Replies: 38
Views: 127925

Re: Autofire and toggle

Guys pls help me, #maxThreadsPerHotkey, 2 setKeyDelay, 50, 50 setMouseDelay, 50 banana:=0 $f1:: ; banana:=!banana .... This assigns banana to the value of NOT (!) banana. so lets ; say banana starts out FALSE (0). you then turn banana to NOT FALSE. which is ; TRUE (1). so now banana is set to TRUE....
by Geff T
07 May 2016, 16:22
Forum: Tips and Tricks (v1)
Topic: Autofire and toggle
Replies: 38
Views: 127925

Re: Autofire and toggle

many thanks for this , example #2 saved the few last grabs of my hair remaining . i am in the ''gamer wants end result'' demiographic . this was my first go at programming , so it wasnt just that i never knew my if from my gosub , i never knew the diff between AHK and C (and still dont). i got to th...

Go to advanced search