Search found 26 matches

by mankvl
09 Apr 2024, 09:19
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 551
Views: 117374

Re: UIAutomation with a focus on Chrome

Could someone help to make UIA work when edge tab is not active? If I do: #left:: cUIA := new UIA_Browser("ahk_exe msedge.exe") ; Initialize UIA_Browser, which also initializes UIA_Interface cUIA.FindFirstByName("Account Identification").ControlClick() return its ok when window is active but not whe...
by mankvl
18 Mar 2023, 18:24
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

Is it possible to make ahk studio san my library files and auto suggest all my functions when I tipe their name in other files? I remember I managed to make it work back in the day, but now I cant :/ it even don't suggest my what to enter if I try to use them Edit: rly don't get it my all library fi...
by mankvl
19 Aug 2021, 07:40
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454699

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Ah, hm. This script works by creating a hidden web control (IE) and using Microsoft's WebSocket object through COM. It then uses this WebSocket to connect to Chrome. On my system, IE is forbidden from accessing localhost , but is allowed to access 127.0.0.1 . It looks like your system is blocking 1...
by mankvl
11 Jul 2021, 14:34
Forum: Tutorials (v1)
Topic: Using SeleniumBasic v3.141.0.0 with AHK
Replies: 24
Views: 17368

Re: Using SeleniumBasic v3.141.0.0 with AHK

How to connect to already running Edge instance?
by mankvl
13 Jan 2021, 11:31
Forum: Ask for Help (v1)
Topic: COM, Outlook, ClipboardAll
Replies: 10
Views: 2637

Re: COM, Outlook, ClipboardAll

I'm not sure where to begin on writing some HTML.. so I looked into a normal paste. The one thing is, when I use window spy I can't seem to 'see' the body messsage. The only control name I can find is "_WwG1" and setting text has no effect. I can however use ControlFocus to activate the body. The o...
by mankvl
11 Dec 2020, 09:32
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

Anyone have a problem where studio won't show why script is not running?

Code: Select all

!Up::
return

123132132
this is just an example but script is not running because of the numbers. Temp fix is to turn off studio open it again the it works for few runs but after some time it just gets stuck again.
by mankvl
11 Dec 2020, 04:27
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

Add noupdate.txt to fix the problem :) Does it work on your computer? Just an empty txt file call noupdate.txt right? I tried it before and tried it just now (tried NoUpdate.txt too), its not working for me. v1.005.32 I have to use v1.005.19 to fix that problem. --- update --- Well, I just checked ...
by mankvl
08 Dec 2020, 04:47
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

Rafaews wrote:
07 Dec 2020, 18:49
It will go to download ahk.xml for 10 sec, and then open up the AHK Studio.
I had to go back and use an earlier version. This download every time I would open the program was driving me crazy.
Add noupdate.txt to fix the problem :)
by mankvl
14 Sep 2020, 06:56
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

maestrith wrote:
09 Sep 2020, 13:06
You need to make sure that in the Lib\Languages folder there is a file called ahk.xml in there. If not and you don't have access to the internet you need to download it from another PC and put it there.
It's there but still stuck on startup for me :/
by mankvl
09 Sep 2020, 01:29
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

I get studio stuck on Downloading ahk.xml when starting it with VPN active (at work). If I disconnect from VPN all is ok, can I some how fix that download process? ahk.xml is in lib folder. @mankvl Do you have the same issue with commands/fns help text not showing up every now and again? @maestrith...
by mankvl
04 Sep 2020, 02:17
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

I get studio stuck on Downloading ahk.xml when starting it with VPN active (at work). If I disconnect from VPN all is ok, can I some how fix that download process? ahk.xml is in lib folder.
by mankvl
28 Aug 2018, 10:16
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617206

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

any way to make Scite set encoding to UTF-8 with BOM when creating new files? now if i have #~ Set default format to unicode / UTF-8 code.page=65001 #~ Set default format to unicode / UTF-8 output.code.page=65001 it works when I run just a line, but when I save a file it change the encoding, i need ...
by mankvl
27 Aug 2018, 09:43
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617243

Re: AHK Studio

Anyway to make studio auto suggest my functions? I have them in the lib on the right side, but when I tipe they do not appear in the suggestion list :/
by mankvl
02 Aug 2018, 01:18
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617206

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Did you close & retart SciTE ? Yes ofc, finally I manage to fix it, I added your options, then file --> Encoding --> UTF-8 with BOM. Now all my language letters works, any way to set Encoding to default UTG-8, now it always resets to Code Page property Edit: it kinda works, if I save file it stops ...
by mankvl
01 Aug 2018, 09:13
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617206

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Hi, how to make Scite create new files in unicode 65001? Tried adding:

Code: Select all

#~ Set default format to unicode / UTF-8
output.code.page=65001
#~ Set default format to unicode / UTF-8
code.page=65001
but no luck.
by mankvl
03 Apr 2018, 09:41
Forum: Scripts and Functions (v1)
Topic: Automatically Restore Last Window Position For Each Process
Replies: 51
Views: 36408

Re: Automatically Restore Last Window Position For Each Process

Would be nice to have title ExclusionList. I wan't main outlook windows to be maximized but new message only half screen. Is this possible ? This should allow you to filter out altering the position of a filtered application so long as it's title is also blacklisted against resizing or moving... ju...
by mankvl
02 Mar 2018, 10:17
Forum: Scripts and Functions (v1)
Topic: Automatically Restore Last Window Position For Each Process
Replies: 51
Views: 36408

Re: Automatically Restore Last Window Position For Each Process

Would be nice to have title ExclusionList. I wan't main outlook windows to be maximized but new message only half screen. Is this possible ?
by mankvl
23 Feb 2018, 04:13
Forum: Scripts and Functions (v1)
Topic: A fix for Windows 10 invisible borders (and Aero Snap)
Replies: 11
Views: 9370

Re: A fix for Windows 10 invisible borders (and Aero Snap)

evilC, that code ("Window Tiling system") is very cool! However, what do you do to remove the invisible border problem on newly created windows? Such as when opening Chrome windows when starting Chrome (when the new windows have annoying margins against screen edges and taskbar)? I updated my code ...
by mankvl
24 Oct 2017, 12:07
Forum: Scripts and Functions (v1)
Topic: A fix for Windows 10 invisible borders (and Aero Snap)
Replies: 11
Views: 9370

Re: A fix for Windows 10 invisible borders (and Aero Snap)

This is why I love AHK :) Rly thanks for the code, this win 10 feature was driving me nuts, now I can work like before :)
by mankvl
06 Sep 2017, 03:55
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129905

Re: Screen clipping

I'am having problems with SCW_LBUTTONDOWN() function, I added all SCW functions to my lib folder (file named SCW.ahk) when I run my main script it's included automatically as I understand. But it always runs that function after every hotkey. Maybe i need to have this function in the main script? or ...

Go to advanced search