AutoHotkey Community

It is currently May 27th, 2012, 4:04 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 61 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: September 23rd, 2005, 6:18 pm 
Offline

Joined: August 19th, 2005, 4:36 pm
Posts: 14
Location: Germany
Hi Toralf,
i have posted the complete script to you in a pm.

The following features are implemented:

hard coded:
- "Show Easycopy" in tray menu now toggles show/hide -- Wish 3
- "edit" button opens the last saved file in Irfanview
- toggling "stay on top" by middle click on title bar -- Wish 4
- if version of i_view32.exe is > 3.9.7.0 capturing region will work
with SysGet, 78 / 79 "virtual screen" coordinates

configurable:
- do not show Gui after capture ( only if "preview" is off ) -- Wish 2
- do not show Gui on startup -- Wish 2
- show/hide Gui by single click on tray icon -- Wish 3
hide by right click on titlebar ( instead of rollup/down )
- "open" button shows irfanview thumbnails instead of explorer folder
- capture is saved to clipboard


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 25th, 2005, 1:34 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Dear hps,

Thanks for the new features. I have updated the code in the first post.

Thanks also for continueing my style of coding. Made it fairly easy to incorporate your additions. I modified some of the lines and restructured the code in some areas. Please test if it still works. It works here.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 12th, 2005, 12:57 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Updated first post.
It is now possible to specify any amount of "#" in a filename. The automatic numbering will fill each "#" with a number.

So that shot_###.jpg will become shot_001.jpg , etc.
But also #.#.#.jpg is possible. It will end up as 0.0.1.jpg , etc.

If the file allready exists it will serach for the next available filename. If it can't find a free file name it will show a message.

And I think I have as well removed some minor bugs. If you find some remaining, let me know.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 17th, 2006, 12:05 am 
Offline

Joined: August 19th, 2005, 4:36 pm
Posts: 14
Location: Germany
Region capturing now works on secondary monitors too.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2006, 11:22 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
New version 0.7 in first post.

Edit 060125: normal hotkeys for RButton (RollUp or Hide) and MButton (Toggle AOT) on GUI have been replaced with OnMessage() since they caused problems with other apps.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2006, 1:55 pm 
Offline

Joined: December 18th, 2005, 5:40 pm
Posts: 234
Location: Italy - Galatro(RC)
take a look at this, for replacing irfanview that many people doesn't like(me! :roll: ), and send me comments :
http://www.autohotkey.net/~kiu/kiu-clipsave.exe
use it to save an image on clipboard in png and jpg.When launched it save the image in image.jpg and image.png.
Maybe it's better to set priority to realtime when launching the app.

Let me know

_________________
____________________
______________________
kiu - www.romeosa.com


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2006, 7:45 pm 
Offline

Joined: June 11th, 2005, 9:34 am
Posts: 264
Location: England ish
mmm my task bar is transparent. doesnt capture it for some reason ?>

_________________
::
I Have Spoken
::


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2006, 6:50 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
If that is the case for capturing full screen, it is a flaw of IrfanView since the only thing EasyCopy does is send IrfanView the command line "/area=0" which means capture full screen.

If you tried other capture methods please be more specific.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 25th, 2006, 11:12 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
Toralf,

I like your script and find it rather useful. However, I noticed one minor thing that I wanted to change. When the file runs, it generates an ini file that contains the script's own extension in it.

Example:
Script Name: EasyCopyAHK.ahk
Created ini: EasyCopyAHK.ahk.ini

For those of us who are sticklers about clean file names, and do not like periods, except before the extension, here is something you can add. It adds one line, and changes a variable in another. It is the first command in your Directives section.

Code:
SplitPath, A_ScriptName,,,, ScriptNoExt
StartCenterIni      = %ScriptNoExt%.ini

This gives us the following:

Script Name: EasyCopyAHK.ahk
Created ini: EasyCopyAHK.ini

I know it is minor, and I am not sure if you would want to incoporate it, but thought I would let you know what worked for me. :D


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 25th, 2006, 11:23 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Dear silveredge78

Thank you very much for your post. I will include it in the next release. I was lazy when I coded that part. In other scripts I did it exaclty that way, but don't know hwy I didn't do it here. Thanks, very much appreaciated.

EDIT: Did it directly in the first post.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 26th, 2006, 8:54 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
silveredge78 wrote:
For those of us who are sticklers about clean file names, and do not like periods, except before the extension
Funny, I treat the period exactly like any other legal file name character.
Well, sort of, I avoid to put two of them consecutively (although it is legal), and to put one at the end of a name... (this one is illegal).
But I have lot of downloaded files looking like AutoHotkey-1.0.44.08.zip or curl-7.15.4.tar.bz2 and never had any problem with them. Hey, I even have some files and folder with an initial dot, in Unix style (they are semi-hidden in these systems).
Do you have other rules for "clean file names"? Do you stick to 8 uppercase alphanumeric characters? ;-)
Just my 2 cents, of course, you name your files the way you prefer! :-D

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Preference
PostPosted: July 26th, 2006, 7:03 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
Philho,

It is more a matter of personal preference. Some of us are a tab bit anal retentive sometimes. In general, I do not like extra periods in filenames - not cause I think I cant do it, because I do not care for it.

Also, the other scripts in my directory that use an ini file follow the naming structure I suggested. I also like to see things consistent. Again, just my personal preference.

For those that do not care, its not a big deal. :) Just my two cents. ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject: auto interval
PostPosted: September 17th, 2008, 12:11 pm 
Offline

Joined: April 14th, 2007, 12:28 am
Posts: 12
Hi,

Was the

- Auto-Interval (image sequence in timesteps)

ever implemented?

I really need this feature!!!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: EXCELLENT!!!
PostPosted: January 27th, 2009, 9:31 am 
Offline

Joined: November 20th, 2008, 6:35 am
Posts: 1
Location: Philippines
Good work!! :lol:
It took me 4.5 hours looking in this forum for that kind of scripts..thanks a lot and more power...
ganbatte ne :P


Report this post
Top
 Profile  
Reply with quote  
PostPosted: September 19th, 2010, 2:21 am 
Offline

Joined: September 19th, 2010, 2:12 am
Posts: 7
i wanted to write a script to capture a specific region then click or send a keystroke then capture another screen shot for the same region for n number of times.

So the user assigns an active window, and N for the number of times he wants the screenshot THEN keystroke to happen.

for example: i have a 400 page ebook, i want the script to snap a screen shot of the page's region, then send keystroke "down" then capture x 400 times.



after hours of reading i doubt i can accomplish this as i am a total noob at writing scripts.

could this somehow be implemented into this awesome script? searching everywhere i could not find a more powerful script.

thanks


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 61 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group