Search found 7 matches

by Crayder
26 Apr 2023, 09:38
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 140970

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Is there a way to make AHK listen to JS events? That'd be a cool feature I think.
by Crayder
22 Apr 2023, 21:36
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 140970

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Is there a way I can do document.createElement and append the element to the body?
by Crayder
08 Nov 2019, 00:46
Forum: Ask for Help (v1)
Topic: U32 code not working in U64?
Replies: 1
Views: 291

Re: U32 code not working in U64?

Solved. Issue was the Blob structs are 16 in U64, so therefore the offsets were wrong when creating the blob.
by Crayder
07 Nov 2019, 23:33
Forum: Ask for Help (v1)
Topic: U32 code not working in U64?
Replies: 1
Views: 291

U32 code not working in U64?

So I've got some code here, not originally mine but exactly what I was trying to do so I copied it... and it isn't working in U64. I've corrected numbers and added the Unicode checks. The code works fine and produces the exact string back after protecting the string. ProtectData(text, enc = "CP0") {...
by Crayder
12 Oct 2019, 17:11
Forum: Ask for Help (v1)
Topic: ClipboardAll not being passed to function/array
Replies: 3
Views: 480

Re: ClipboardAll not being passed to function/array

Another, less dramatic example: arrtst := [] tst := ClipboardAll arrtst.Push(0xBEEFBAFF) arrtst.Push(tst) arrtst.Push(tst) arrtst.Push(tst) arrtst.Push(ClipboardAll) ExportAsPreset(tst) ExportAsPreset(arrtst[1]) ExportAsPreset(arrtst[2]) ExportAsPreset(arrtst[3]) ExportAsPreset(arrtst[4]) ExportAsPr...
by Crayder
11 Oct 2019, 23:33
Forum: Ask for Help (v1)
Topic: ClipboardAll not being passed to function/array
Replies: 3
Views: 480

Re: ClipboardAll not being passed to function/array

Even more interesting... ~RCtrl & RShift:: { ; tst := ClipboardAll ; ExportAsPreset(tst) tempClip := Clipboard tempBinClip := ClipboardAll tempClipData := GetClipParseData(tempClip, tempBinClip) tempClipDataBin := tempClipData[5] Clipboard := "" Clipboard := tempClipDataBin tempTestBin := ClipboardA...
by Crayder
11 Oct 2019, 23:15
Forum: Ask for Help (v1)
Topic: ClipboardAll not being passed to function/array
Replies: 3
Views: 480

ClipboardAll not being passed to function/array

I'm trying to add "preset exporting" to my clipboard manager. I can't figure out how to pass along the ClipboardAll binary data throughout the stuff. Here's the debug Hotkey, for example: ~RCtrl & RShift:: { ;THIS WORKS tst := ClipboardAll ExportAsPreset(tst) tempClip := Clipboard tempBinClip := Cli...

Go to advanced search