Search found 17 matches

by SilentJim1680
20 Mar 2021, 03:19
Forum: Scripts and Functions (v1)
Topic: i.mage - one click image download
Replies: 6
Views: 3638

Re: i.mage - one click image download

with this script how would one go about setting a specific filename? that is automatically overwriting the previous file. i.e. if file exist > save anyway. Ideally, I'd like to keep the original function but then I would need to somehow retrieve the last saved file image i.e. "modified by date" in e...
by SilentJim1680
17 Mar 2021, 01:56
Forum: Ask for Help (v1)
Topic: What's the best approach to click a item within context menu? Topic is solved
Replies: 7
Views: 1751

Re: What's the best approach to click a item within context menu? Topic is solved

If anyone answer's this post I'd be interested to know as I'm facing a similar issue with context/pop-up menus myself as per my post here: https://www.autohotkey.com/boards/viewtopic.php?p=388009#p388009 Everything I've searched for comes up with numerous ways (some I've tried & majority don't work)...
by SilentJim1680
16 Mar 2021, 03:58
Forum: Ask for Help (v1)
Topic: Help with shell.explorer & IE in a GUI (Right Click Menu)
Replies: 1
Views: 813

Re: Help with shell.explorer & IE in a GUI (Right Click Menu)

Please Note: I need some people to test this on Microsoft Edge. I was only able to test it on 2 computers running windows 10. I will be using this for my SavePictureAs program, and would like it to be as bug free as possible. On most browsers when you right click to open the context menu you are ab...
by SilentJim1680
14 Mar 2021, 19:29
Forum: Ask for Help (v1)
Topic: Help with shell.explorer & IE in a GUI (Right Click Menu)
Replies: 1
Views: 813

Help with shell.explorer & IE in a GUI (Right Click Menu)

a little bit of development here. I've done almost a complete re-write of the code (it's still a mess, I'll clean it up once the scripts done (*if ever :shifty: *). I've gotten the CoordMouse issue solved, However, the same issue still happens even though now the script is using hotkeys. The script...
by SilentJim1680
14 Mar 2021, 14:18
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

no, the continue isn't permanent, If it's enabled the script runs the loop indefinitely. If it's commented out the script doesn't loop (runs till the 1st appearance of the context menu) then stops working. recd.gif I was attempting to "step out" / break the loop to switch CoordMode's beforehand to s...
by SilentJim1680
14 Mar 2021, 09:09
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

a little bit of development here. I've done almost a complete re-write of the code (it's still a mess, I'll clean it up once the scripts done (*if ever :shifty: *). I've gotten the CoordMouse issue solved, However, the same issue still happens even though now the script is using hotkeys. The script ...
by SilentJim1680
13 Mar 2021, 17:36
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

on the original script yes, didn't work. right now I'm trying it on an example from the Activex section https://www.autohotkey.com/docs/commands/GuiControls.htm#Button one thing I've noticed is that if the code is just in a button, it wont work (for me) Click, Right WinWait, ahk_class #32768 ; waits...
by SilentJim1680
13 Mar 2021, 16:06
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

I'll work on that, here's a .gif of what happens when using your script:
recd1.gif
recd1.gif (1.02 MiB) Viewed 877 times
@ the end, you can see it's not consistent. I'm thinking because the browser wasn't the active window.
but if your script is active & I TAB it will cycle to the menu (sometimes).
by SilentJim1680
13 Mar 2021, 00:40
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

recd.gif it jumped to about the middle of the GUI window & right-clicked, then left clicked a little farther to the left. Unfortunately, that's when the pc crashed & wasn't able to save beforehand & can't seem to replicate it. This is what it's doing now even your tooltip addition doesn't fire off ...
by SilentJim1680
12 Mar 2021, 22:02
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

heh, no problem... Well, now the mouse is jumping around nowhere near where it should be. It also broke/breaks the PixelSearch section by doing that. :? I wanted the mouse to get coords from within the GUI so that the mouse "stuck" with the window (any clicks/movements) so that it/the (cursor) moved...
by SilentJim1680
12 Mar 2021, 21:07
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

When I click the Get Code button the following is what Id like to happen: Mouse moves to the code image (working) Mouse right clicks (working) Mouse clicks "Save Picture As" (not working) Then the "Save as" window should open upon which somewhere in the next code block I could set the file to be sav...
by SilentJim1680
12 Mar 2021, 19:43
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

The indents are for readability, i try to keep my code blocks together & by what the code is doing i.e. Function/sub/call/command move mouse make mouse click end function/call/command yes the click 1000 was a prior code copy, currently it's the following: Click, % WinX + 160 "," WinY + 160 ; replace...
by SilentJim1680
12 Mar 2021, 15:29
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

is there some unknown trick to this right-click context menu stuff? I've been looking for 3 hours & trying different solutions & none of them work. via this post I've tried this: I don't see how that changes what you said in the first post. If this is a standard Windows context menu (the kind whose ...
by SilentJim1680
11 Mar 2021, 19:52
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

More than likely I am, I tried multiple examples/configurations, not just the example you provided. As stated above I have a semi-working solution now & I'm still chugging away at working through the process of getting the right click to automatically download the image when the mouse moves to the i...
by SilentJim1680
11 Mar 2021, 15:22
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

ok so for the life of me I couldn't get any of the scripts above to work. It kept returning blank information, so as a workaround I have managed to do this: Full .ahk code: ;-----Script/AHK-Variables------ #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ;#Warn...
by SilentJim1680
09 Mar 2021, 23:34
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Re: Help with retrieving image [no tags]

I'm not at all familiar with the Regex stuff, it's literally like a foriegn language to me. I've tried the following for image html but it doesn't/didn't work regexmatch ("\"<img.+src"\"=(?:"\""|"\"')(.+?)(?:"\""|\')(?:.+?)\>) The error displaying was something about an illegal character I think. As...
by SilentJim1680
09 Mar 2021, 20:43
Forum: Ask for Help (v1)
Topic: Help with retrieving image [no tags]
Replies: 23
Views: 1529

Help with retrieving image [no tags]

hello, I'm trying to get an image that has no properties & have been searching the forums/google for 3 days trying to figure this out. I have a website that I'm trying to get an image from, the image name is randomly generated, varies in size & position & always has the .png file extension. The imag...

Go to advanced search