Search found 15 matches

by maleko48
20 Apr 2021, 16:34
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4897
Views: 1399243

Re: « What's on your mind? » Topic is solved

GUILTY GUILTY GUILTY!
by maleko48
19 Apr 2021, 12:39
Forum: Ask for Help (v1)
Topic: Script Help for Menu selection from a Windows taskbar icon
Replies: 13
Views: 1267

Re: Script Help for Menu selection from a Windows taskbar icon

Should you not find a more direct way to accomplish this, you could have a script mimic what you do manually: Move the mouse to the bottom of the screen to reveal the taskbar, locate the desired icon using ImageSearch , perform a right-click on that location to summon the menu, and send keystrokes ...
by maleko48
14 Apr 2021, 16:54
Forum: Ask for Help (v1)
Topic: js path good in dev tools bad chrome.ahk Topic is solved
Replies: 6
Views: 606

Re: js path good in dev tools bad chrome.ahk Topic is solved

Thanks guys for explaining the details. I had tried to attach a ".value " or ".value()" to my first attempt, but obviously I was doing it wrong. I must have been trying to grab the javascript value instead of the Chrome.ahk's Evaluate's value. This is working as expected for me now: pageURL := PageI...
by maleko48
14 Apr 2021, 08:35
Forum: Ask for Help (v1)
Topic: js path good in dev tools bad chrome.ahk Topic is solved
Replies: 6
Views: 606

Re: js path good in dev tools bad chrome.ahk Topic is solved

Thanks for this thread. Your code helped me realize what was wrong with my call to get the current page URL. I was trying (unsuccessfully) to do: pageURL := PageInst.Evaluate("window.location.href") MsgBox, pageURL: %pageURL% What worked for me instead was: url = window.location.href pageURL := Page...
by maleko48
08 Apr 2021, 22:04
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 573773

Re: FindText - Capture screen image into text and then find it Topic is solved

I'm trying to use FindText to capture an image, generate the code for me and use that code across different machines regardless of their screen resolution. I think this is explained clearly now. If 2 machines have the same screen resolution configured, then the code will work just fine. If 2 machin...
by maleko48
08 Apr 2021, 19:57
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 573773

Re: FindText - Capture screen image into text and then find it Topic is solved

I'm sorry for the doubt, I'm trying to use the script but I would like to use it several times in a code where I need to identify an image and click on a specific text / image, can someone give me a light? I can pay for the help, I have been studying for days and without success :headwall: basicall...
by maleko48
08 Apr 2021, 09:25
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 573773

Re: FindText - Capture screen image into text and then find it Topic is solved

Sorry, I'm not sure I understand what you mean. I wase talking talking about getting a Findtext image adjusted to work on machines with different resolutions. Let's say you have 2 machines, one with a super low resolution and another with an ultra high resolution. The same image will be displayed d...
by maleko48
07 Apr 2021, 16:29
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 573773

Re: FindText - Capture screen image into text and then find it Topic is solved

... Also, if you don't limit the capture to a specific region/area, it'll perform slow. All my Findtext has the coordinates of the captured area and this will be different on machines with different resolutions. If you set up your script correctly with a common set of global variables and/or write ...
by maleko48
05 May 2020, 08:54
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 159303

Re: Vis2 - Image to Text OCR()

Greetings, I have been tinkering with Vis2 to automate some stuff I do at work that requires basic OCR and projects like yours inspire me to learn as much as I can to hopefully help contribute at some point in the future as I progress through my programming and computer science education. Just like ...
by maleko48
23 Jul 2019, 22:12
Forum: Ask for Help (v1)
Topic: Help me please write a script for gmail that open new email from work and accept work offers.
Replies: 5
Views: 1047

Re: Help me please write a script for gmail that open new email from work and accept work offers.

Ok, so first you need to decide how you want to activate this whole process... Do you want to simply bind it to a hotkey you press on your keyboard that initiates the entire macro? Do you want to have to press the key once for every message or ideally would you want your script to get your inbox dow...
by maleko48
23 Jul 2019, 21:44
Forum: Ask for Help (v1)
Topic: Help needed to opt out of send in the code!
Replies: 7
Views: 1068

Re: Help needed to opt out of send in the code!

You can use #IfWinActive to make context-sensitive hotkeys and/or modularize your responses or portions of your responses using functions to easily call certain portions or combinations of them based on the context.
by maleko48
23 Jul 2019, 20:17
Forum: Ask for Help (v1)
Topic: Help me please write a script for gmail that open new email from work and accept work offers.
Replies: 5
Views: 1047

Re: Help me please write a script for gmail that open new email from work and accept work offers.

I might suggest using the ImageSearch() function relative to your screen coordinates for easy UI manipulations that don't need to be incredibly fast. As a bonus, all it requires are some screen shots of what you are looking to automate in most cases and the script can be created using the screenshot...
by maleko48
21 Jul 2019, 07:04
Forum: Ask for Help (v1)
Topic: Compiling exe
Replies: 5
Views: 13092

Re: Compiling exe

OP, if all else fails, I would recommend using a simple utility such as Screen2GIF and generate a high res recording of your desktop and every single step you do along the way from start to error, then host it on YouTube and link to it here for others to review your exact process. (I know the name i...
by maleko48
21 Jul 2019, 06:40
Forum: Ask for Help (v1)
Topic: Scan Codes for Alienware Macro buttons
Replies: 1
Views: 767

Re: Scan Codes for Alienware Macro buttons

In order for me to use custom buttons on my keyboard that has its own proprietary extra function buttons I had to use the keyboards software to assign each custom function button another common key such as F13, F14, F15, F16, F17, etc. (Note: my keyboard only has F1 through F12 physical keys actuall...
by maleko48
19 Jul 2019, 14:01
Forum: Ask for Help (v1)
Topic: Automating Remote Citrix Applications For Work
Replies: 0
Views: 854

Automating Remote Citrix Applications For Work

https://github.com/maleko48/AHK

Go to advanced search