AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 36 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Transparent screen capture (req. ImageMagick)
atnbueno

Replies: 7
Views: 140

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

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

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

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

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

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

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

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

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

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

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

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

PostForum: 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 Smile 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

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

PostForum: 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 ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group