Search found 6 matches

by aleks3ad
04 Dec 2022, 18:16
Forum: AutoHotkey Development
Topic: My gui does not recognize an event Topic is solved
Replies: 2
Views: 1350

My gui does not recognize an event Topic is solved

Hi friends, i need to help me :/ ... when add event to my gui, this throws an error: "Error: Parameter #2 of Gui.Control.Prototype.OnEvent is invalid. Specifically: Click" for some strange reason it doesn't recognize the string "Click", thank you objX := {a:{}, b:{}, c:{}} objX.a := ["⁰", "¹", "²"] ...
by aleks3ad
25 Apr 2021, 00:23
Forum: Ask for Help (v1)
Topic: problem with write and read in ChromeProfile Topic is solved
Replies: 2
Views: 128

problem with write and read in ChromeProfile Topic is solved

Recently i have a problem with folder "ChromeProfile"
i have 1 script, this works well, but sometimes throws write and read errors with this folder
I tried removing antivirus, firewall but it does not work

this is weird because it used to work fine, maybe it's windows or google chrome :/
by aleks3ad
15 Nov 2020, 11:39
Forum: Ask for Help (v1)
Topic: help me, i need create different random in 2 files(file 1, file 2) with a globar var, but result is the same Topic is solved
Replies: 3
Views: 205

help me, i need create different random in 2 files(file 1, file 2) with a globar var, but result is the same Topic is solved

global var ^1:: Values := "a, b, c, d, e, f, g, h, i, j, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10" StringSplit, ValueArray, Values, `, rap1 := "valor: " rand(1,10) rand(min,max){ Random, i, %min%, %max% i+=var return % ValueArray%i% } if FileExist("files/file1.txt") { file := FileOpen("files/file1", "w") var=...

Go to advanced search