12-11-2014, 01:29 AM
(12-10-2014, 11:30 AM)KeeWay Wrote:(12-10-2014, 08:55 AM)Lfplayer Wrote: Great job Keeway , but dont work with me , it start LF 6.8.2 but dont try and start
Have you solutions please ?
Thx in advance
Ps: sorry for my bad english im french
you might take the un-compiled script via SciTE editor then maybe add a few more ControlFocus commands with a sleep of 1 second between then see if your buttons flash the number of commands you added when you run it (F5 from the editor assuming you have autoit and the editor installed). if they are less then add more sleep time before the start/try commands (end of previous command)
here is an example of the try button:
ControlFocus("[CLASS:#32770]", "", 1059)
Sleep(1000)
ControlFocus("[CLASS:#32770]", "", 1059)
Sleep(1000)
ControlFocus("[CLASS:#32770]", "", 1059)
Sleep(1000)
ControlClick("[CLASS:#32770]", "", 1059, "left", 1, 27, 9)
now run the script then if you see 2 flashes of the try button increase the sleep time at the end of the previous action which could be the window move, auto donate or auto walls depending on what you have selected.
thanks
KeeWay
I also habe that problem now and i managed to work with the try button but it doesnt start the start button.