| Author |
Message |
Topic: Transparent screen capture (req. ImageMagick) |
atnbueno
Replies: 7
Views: 140
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 10:33 pm Subject: Transparent screen capture (req. ImageMagick) |
Try the following: Change the line
RunWait, %ImageMagickPath%\convert clipboard:myimage white_screen_capture.png, , Hide
for this one
RunWait, %ImageMagickPath%\convert clipboard:myimage -f ... |
Topic: Transparent screen capture (req. ImageMagick) |
atnbueno
Replies: 7
Views: 140
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 9:58 pm Subject: Transparent screen capture (req. ImageMagick) |
So PrtScr captures both monitors at the same time? Interesting.
I see the bars are 1280px wide, with 24px the top one and just 2px the bottom one. If they always appear in the same place, you could ... |
Topic: Transparent screen capture (req. ImageMagick) |
atnbueno
Replies: 7
Views: 140
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 8:56 pm Subject: Transparent screen capture (req. ImageMagick) |
Mmmm. I hadn't even considered the case of two monitors. Is the 2194x1050 I see in the included capture the resolution of your primary monitor or is it lower?
I have no idea where those black bars ... |
Topic: Transparent screen capture (req. ImageMagick) |
atnbueno
Replies: 7
Views: 140
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 2:15 pm Subject: Transparent screen capture (req. ImageMagick) |
Hello everyone.
I recently had to capture some program windows for a tutorial and I wanted to use a dark background in PowerPoint but also wanted to print it with white background. You know the pro ... |
Topic: Open webpage without cache |
atnbueno
Replies: 1
Views: 61
|
Forum: Ask for Help Posted: Mon Dec 19, 2011 6:45 pm Subject: Open webpage without cache |
Hi.
1) You could download the file directly with AutoHotkey using UrlDownloadToFile-privateadd this to the URL:
?time=%A_NOW%
Good luck,
Antonio |
Topic: AutoHotkey_L v1.1.04 |
atnbueno
Replies: 47
Views: 3128
|
Forum: Announcements Posted: Wed Sep 14, 2011 7:23 pm Subject: AutoHotkey_L v1.1.04 |
Hello, everyone.
Do the changes affect ErrorLevel?
I ask because the following script stopped working properly:
Loop, D:\Downloads\*, 2 ; only folders
{
; Tries to delete every fold ... |
Topic: How to get localized strings with AHK? |
atnbueno
Replies: 2
Views: 317
|
Forum: Ask for Help Posted: Sat Sep 25, 2010 7:32 am Subject: How to get localized strings with AHK? |
Hello again.
What I want is to be able to use "OK" in a button if the system uses English and "Aceptar" if it uses Spanish. The same with "New folder" and "Nueva ... |
Topic: How to get localized strings with AHK? |
atnbueno
Replies: 2
Views: 317
|
Forum: Ask for Help Posted: Fri Sep 24, 2010 9:45 pm Subject: How to get localized strings with AHK? |
Hello, everyone.
When you create a new folder in Windows Explorer it's probably named "New folder" by default. Me? I get "Nueva carpeta" because my Windows is in Spanish.
Doe ... |
Topic: Explorer Windows Manipulations |
atnbueno
Replies: 99
Views: 24833
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 9:28 pm Subject: Explorer Windows Manipulations |
Hello, everyone.
I think I understand how ShellFolder for quite some time) but there's a small detail that bugs me.
Why the pfi:=0? I don't see when it's needed. |
Topic: Better "Command Prompt Here" |
atnbueno
Replies: 6
Views: 1065
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 8:52 pm Subject: Better "Command Prompt Here" |
I've stumbled with this thread while looking for someone else.
Just in case it helps someone, I get a command prompt where Explorer is by doing this
ifNotExist, %sFolder% ; Not a real path? Use th ... |
Topic: Hotkeys and website navigation |
atnbueno
Replies: 8
Views: 880
|
Forum: Ask for Help Posted: Wed Jun 06, 2007 2:15 pm Subject: Hotkeys and website navigation |
No need to use anything but good old HTML:
http://diveintoaccessibility.org/day_15_defining_keyboard_shortcuts.html |
Topic: Script to get smaller EXEs |
atnbueno
Replies: 21
Views: 4875
|
Forum: Scripts & Functions Posted: Thu May 24, 2007 8:40 am Subject: Script to get smaller EXEs |
| Maybe it's that I'm slow today but I don't understand your data. De. Time is Decompress/Time but Decompress is Original Size-Size. What are De. Time and Decompress then? And what is the unit for Time ... |
Topic: Regex help in breaking a line into subpattern |
atnbueno
Replies: 10
Views: 744
|
Forum: Ask for Help Posted: Sat May 19, 2007 6:31 pm Subject: Regex help in breaking a line into subpattern |
There's a
(?'Threshold'\d+)\s+
missing in the RegEx and I would left the square brackets outside the ID but other than that, thanks for the code, a very clarifying example.
I hadn't n ... |
Topic: Regex help in breaking a line into subpattern |
atnbueno
Replies: 10
Views: 744
|
Forum: Ask for Help Posted: Sat May 19, 2007 11:50 am Subject: Regex help in breaking a line into subpattern |
| You're right. I forgot about [url=http://www.autohotkey.com/docs/commands/AutoTrim.htm]AutoTrim. |
Topic: XN Resource Editor [GUI] |
atnbueno
Replies: 3
Views: 1602
|
Forum: Utilities & Resources Posted: Sat May 19, 2007 11:49 am Subject: XN Resource Editor [GUI] |
There's not much to add.
Initially I liked it better than Resource Hacker, mainly for some additional features (right now I can't remember what it was), but then I used it to tweak a few things in ... |
| |