Search found 98 matches

by shipaddicted
Yesterday, 18:54
Forum: Ask for Help (v2)
Topic: Reposition a MsgBox?
Replies: 2
Views: 89

Re: Reposition a MsgBox?

Draken wrote:
22 Apr 2024, 00:48
Hello, the MsgBox script waits for you to close it and you can't move the window using winmove, but you can work around it.

Interesting! Thank you!
by shipaddicted
Yesterday, 18:36
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 360
Views: 48399

Re: UIA v2

I'm using UIA to navigate Salesforce, and for the first time EVER with Salesforce, I'm actually having a lot of success! However, I'm stuck on the script below. I'm trying to automate closing a case, and the chosen ListItem value in the second combobox depends on what the ListItem value is in the fi...
by shipaddicted
21 Apr 2024, 21:44
Forum: Ask for Help (v2)
Topic: Reposition a MsgBox?
Replies: 2
Views: 89

Reposition a MsgBox?

I have created a script that shows each option in a MsgBox as it scrolls through the page, asking me if I want to select that option (which then opens that option in a new tab and then goes back to the original page). So far, I love it except for one thing -- the MsgBox pops up right over the "meat"...
by shipaddicted
19 Apr 2024, 20:22
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Re: Can I use both v1 and v2 without installing either?

why just install both? AHK is interpret language nothing will be harmed if you install both them like python you can install all versions but you better write "#Requires AutoHotkey v2.0" at first line with your new scripts and make it 1st rule. also, i'm not fan of converting old scripts to new ver...
by shipaddicted
14 Apr 2024, 11:16
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Re: Can I use both v1 and v2 without installing either?

Thank you, andymbody , for the thoughtful suggestions. After running thru the different options, it seemed that there was going to be no "easy" solution. I decided to run all my scripts thru the v1 to v2 converter -- testing on my personal pc first -- and then see what shook out. It took me 2 days t...
by shipaddicted
06 Apr 2024, 10:29
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Re: Can I use both v1 and v2 without installing either?

Options: 1. Compile the scripts into exes? This might work ... but seems like a daunting project, probably as big as just converting them to v2! I have a TON of scripts, some of which I still edit almost daily, so re-compiling them every time I make an edit seems like a full-time job in itself! (I'...
by shipaddicted
06 Apr 2024, 10:18
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Re: Can I use both v1 and v2 without installing either?

And the fact that you purposefully tried to hide what you did it makes your actions looks quite suspicious even though your intentions weren't bad. i'm not trying to hide anything. I have my ahk .exe files and all my scripts saved directly to my work computer -- it's all right there for anyone who ...
by shipaddicted
05 Apr 2024, 20:32
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Re: Can I use both v1 and v2 without installing either?

Oh yes, I definitely realize that ... but if I don't install it and just let it run "on top of" existing apps & websites without changing my PC (registry, etc.), it's a lot easier to continue using it without IT flipping out about it. I'm not trying to get around a policy (as there is no strict poli...
by shipaddicted
05 Apr 2024, 17:02
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 14
Views: 362

Can I use both v1 and v2 without installing either?

OK ... I have finally gotten up the nerve to try to upgrade my scripts to v2. I see that you can install both versions with few problems, but what if you don't want to install either? I use AHK on my work PC, and I don't like to install my own stuff on the work PC because you know how IT & managemen...
by shipaddicted
13 Sep 2022, 15:51
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6231

Re: Open a new tab from address bar in google chrome

Easy. If you're already typing in the address bar and decide you want the results to open in a new tab: Ctrl+a followed by Ctrl+c followed by Ctrl+t followed by Ctrl+v followed by Enter! Here's my quick-n-dirty script for when I occasionally need to open whatever I just typed in the address bar in ...
by shipaddicted
12 Sep 2022, 23:29
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6231

Re: Open a new tab from address bar in google chrome

Huh. I never noticed this. My first response was, 'well, why couldn't you just do Ctrl+Enter to open in a new tab??' Tried it. Didn't work. I love your script, but don't think I would want to have the page opening in a new tab every time. Most of the time it's perfectly fine to use the same tab. Wo...
by shipaddicted
12 Sep 2022, 20:39
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6231

Re: Open a new tab from address bar in google chrome

Huh. I never noticed this. My first response was, 'well, why couldn't you just do Ctrl+Enter to open in a new tab??' Tried it. Didn't work. I love your script, but don't think I would want to have the page opening in a new tab every time. Most of the time it's perfectly fine to use the same tab. Wo...
by shipaddicted
12 Sep 2022, 13:38
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6231

Re: Open a new tab from address bar in google chrome

Huh. I never noticed this. My first response was, 'well, why couldn't you just do Ctrl+Enter to open in a new tab??' Tried it. Didn't work. I love your script, but don't think I would want to have the page opening in a new tab every time. Most of the time it's perfectly fine to use the same tab. Wou...
by shipaddicted
12 Sep 2022, 00:03
Forum: Ask for Help (v1)
Topic: Examples of GUI for inputting text into text field
Replies: 4
Views: 1278

Re: Examples of GUI for inputting text into text field

I would try to use something like an incremental listbox for something like this (speaking as a former medical transcriptionist! ;) ) I used this script for a job I had a while back where I had to look up info for various countries. (Sorry, IDK who originally wrote this script, I just found it here ...
by shipaddicted
24 Mar 2022, 21:36
Forum: Ask for Help (v1)
Topic: Send Text Slowly Only to Specific Windows
Replies: 4
Views: 585

Re: Send Text Slowly Only to Specific Windows

ooohhhhh ... I think I get it ... ok I will put it through its paces & report back.

Thanks!
by shipaddicted
24 Mar 2022, 20:37
Forum: Ask for Help (v1)
Topic: Send Text Slowly Only to Specific Windows
Replies: 4
Views: 585

Re: Send Text Slowly Only to Specific Windows

But if I make a window group for the slow apps, won't I have to duplicate my entire hotstring list into this group?
by shipaddicted
24 Mar 2022, 16:20
Forum: Ask for Help (v1)
Topic: Send Text Slowly Only to Specific Windows
Replies: 4
Views: 585

Send Text Slowly Only to Specific Windows

I have a few windows that jumble up the hotstrings or text from a script when Sending. I normally use SendMode, Input (with no SetKeyDelay), and I like that setting for 90% of the apps I use. However, some places, like Excel and CodeQuickTester, for example, it's a mess and I usually have to go back...
by shipaddicted
16 Mar 2022, 20:42
Forum: Ask for Help (v1)
Topic: javascript RunJsFromChromeAddressBar(js) Function Only Works if I Have Alerts in the Loop
Replies: 2
Views: 745

javascript RunJsFromChromeAddressBar(js) Function Only Works if I Have Alerts in the Loop

Yet another RunJsFromChromeAddressBar(js) javascript function question ... I am looping through all the contacts for a customer. The code below works fine *if* I leave the alert in for every iteration of the loop. But when I try to take it out, I get nuthin, and I can't figure out why. The ahk MsgBo...

Go to advanced search