Search found 94 matches

by shipaddicted
14 Apr 2024, 11:16
Forum: Ask for Help (v2)
Topic: Can I use both v1 and v2 without installing either?
Replies: 13
Views: 317

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: 13
Views: 317

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: 13
Views: 317

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: 13
Views: 317

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: 13
Views: 317

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: 6228

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: 6228

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: 6228

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: 6228

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: 1272

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...
by shipaddicted
16 Mar 2022, 16:22
Forum: Ask for Help (v1)
Topic: Javascript RunJsFromChromeAddressBar(js) -- can I Have Multiple Options for a Command?
Replies: 2
Views: 379

Javascript RunJsFromChromeAddressBar(js) -- can I Have Multiple Options for a Command?

In the site that I work with, most pages have a "Back" button to return to the customer's main page. However, on some pages, the javascript id could be Toolbar_btCancel , and on others, it could be Toolbar_bkBack , and on still others, it could be ToolbarHeader_CustomerHeader1_lnkReturnToCustomer . ...
by shipaddicted
15 Mar 2022, 15:50
Forum: Ask for Help (v1)
Topic: Not getting wb.document.links.length property
Replies: 7
Views: 579

Re: Not getting wb.document.links.length property

Hey SpaceMoth ... RunJsFromChromeAddressBar really isn't as scary as it looks. Even **I** have been able to get it to work! :D But here's a really simple script that doesn't even need RunJsFromChromeAddressBar -- you just enter it in the address bar & it clicks the link on the page with the text you...
by shipaddicted
15 Mar 2022, 15:33
Forum: Ask for Help (v1)
Topic: Can I Download All Invoices w/o going to sub pages?
Replies: 2
Views: 258

Re: Can I Download All Invoices w/o going to sub pages?

The links actually open in the same page (which is also a PITA) & don't automatically get downloaded. I also do more tasks with the information on each page other than just download the pdf (& I don't always want to download all of them). I guess I forgot to mention that in my initial post. I also s...
by shipaddicted
14 Mar 2022, 23:51
Forum: Ask for Help (v1)
Topic: Can I Download All Invoices w/o going to sub pages?
Replies: 2
Views: 258

Can I Download All Invoices w/o going to sub pages?

Hey everyone ... I have finally gotten my head wrapped around using javascript in the address bar in Chrome, and I've been having a lot of success (yay me!) ... This is a sample page from one of the billing sites that I work from. As you can see, it separates a customer's invoices by year -- and I h...

Go to advanced search