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 

Macro recorder
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
BoBo¨
Guest





PostPosted: Sun Sep 30, 2007 1:50 am    Post subject: Reply with quote

ShockedConfused It'll sound 'better' (more familiar) for Germans to say "Titans Makro Recorder" instead of "Macro Rekorder von [engl.=by] Titan", the later is ~ that you own it, instead of that you've developed it. Wink
Back to top
BoBo¨
Guest





PostPosted: Sun Sep 30, 2007 2:04 am    Post subject: Reply with quote

Code:
FormatTime, SD,, ShortDate
FormatTime, FileNameTimestamp,, '%SD%' - HHmmss
FileSelectFile, file, S19, %A_MyDocuments%\Macro %FileNameTimestamp%.ahk, %FileSelectFile%, AutoHotkey Scripts (*.ahk; *.txt)
I've used the above lines to label the recorded macros with a 'localized' timestamp instead of your static format. Cool
Back to top
Alan Stancliff



Joined: 25 Mar 2007
Posts: 48
Location: northwest USA

PostPosted: Sun Sep 30, 2007 6:40 am    Post subject: Reply with quote

Here's what I get when I try to run it:


_________________
Regards,

Alan Stancliff
My Web Site
Back to top
View user's profile Send private message
BoBo¨
Guest





PostPosted: Sun Sep 30, 2007 8:51 am    Post subject: Reply with quote

@ Alan (Stancliff)
you can use CTRL+C to copy the text from an Error msg to paste it to your/a thread. That'll be easier/quicker as if to use a screenshot.
JM2€C. Cool
Back to top
Alan Stancliff



Joined: 25 Mar 2007
Posts: 48
Location: northwest USA

PostPosted: Sun Sep 30, 2007 9:08 am    Post subject: Reply with quote

BoBo¨ wrote:
@ Alan (Stancliff)
you can use CTRL+C to copy the text from an Error msg to paste it to your/a thread. That'll be easier/quicker as if to use a screenshot.
JM2€C. Cool
Hi BoBo,

You are right to have pointed that out, and I quite sympathize. Unfortunately, the dialog box did not copy when I used the <ctrl><c> key, nor could I select the text with my mouse. So I took a screen shot and compressed it into a GIF file of 11 kb.

I just did not want to type out the message by hand.
_________________
Regards,

Alan Stancliff
My Web Site
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5037
Location: /b/

PostPosted: Sun Sep 30, 2007 12:29 pm    Post subject: Reply with quote

Thanks BoBo.

BoBo wrote:
... label the recorded macros with a 'localized' timestamp instead of your static format
ISO date is international Razz However ShortDate is much easier to read so I'll that for the next update.

Alan Stancliff, the Hwnd option requires at least v1.0.46.16+ of AutoHotkey so could you'll need to get the latest version.

Edit: v0.11a released.
_________________
Chat (IRC)PlusNetScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Alan Stancliff



Joined: 25 Mar 2007
Posts: 48
Location: northwest USA

PostPosted: Sun Sep 30, 2007 7:35 pm    Post subject: Reply with quote

Titan wrote:
...........Alan Stancliff, the Hwnd option requires at least v1.0.46.16+ of AutoHotkey so could you'll need to get the latest version.....

Thanks Titan. I am looking forward to checking out your script.
_________________
Regards,

Alan Stancliff
My Web Site
Back to top
View user's profile Send private message
Hasso



Joined: 23 Mar 2005
Posts: 252
Location: Germany

PostPosted: Mon Oct 01, 2007 2:27 pm    Post subject: Reply with quote

Titan,

In the German translation you can't see the hotkeys for starting and stopping the recorder as the fields they are shown in are a little bit too narrow. Only "STRG+UMSCHALT+" (="CTRL+SHIFT+") can be read. I guessed that it should be "S" (start) and "E" (end) and was right.
_________________
Hasso

Programmers don't die, they GOSUB without RETURN
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5037
Location: /b/

PostPosted: Mon Oct 01, 2007 3:03 pm    Post subject: Reply with quote

Thanks, I've increased the width of the control for the next version.
_________________
Chat (IRC)PlusNetScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
BoBo¨
Guest





PostPosted: Mon Oct 01, 2007 3:04 pm    Post subject: Reply with quote

Hasso is right. For that reason I've tweaked 'my own' release with a fix scaled width. Another option: chnage it to become CTRL+ALT+E/S.

What I think is even more confusing is the ToolTip advise: "Press ^!E to stop"
If you're not to familar with AHK (might be one, if not the main reason why someone will use the TMR), why such a user should be aware about the meaning of AHKs special keys notation??

^ = CTRL/STRG
! = ALT
^!E = CTRL/STRG+ALT+E
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5037
Location: /b/

PostPosted: Mon Oct 01, 2007 3:24 pm    Post subject: Reply with quote

BoBo¨ wrote:
I've tweaked 'my own' release with a fix scaled width.
If they are major changes do you mind posting them so I can merge it with my script.

BoBo¨ wrote:
What I think is even more confusing is the ToolTip advise: "Press ^!E to stop"
If you're not to familar with AHK (might be one, if not the main reason why someone will use the TMR), why such a user should be aware about the meaning of AHKs special keys notation??
Good reasoning, and it should be quite easy to map symbols to words. "Ctrl" -> "Strg" is the only required translation right?
_________________
Chat (IRC)PlusNetScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
BoBo¨
Guest





PostPosted: Mon Oct 01, 2007 5:08 pm    Post subject: Reply with quote

Quote:
"Ctrl" -> "Strg" is the only required translation right?
Unfortunately not. There are even worse ones:

CTRL+ALT+CAPSLOCK
STRG+ALT+FESTSTELL
or
CTRL+SHIFT+CAPSLOCK
STRG+UMSCHALT+FESTSTELL

Quote:
do you mind posting them so I can merge it with my script.
Well, I'm afraid I can't do that! Laughing (just kidding, stay tuned ...)
Back to top
BoBo¨
Guest





PostPosted: Mon Oct 01, 2007 7:56 pm    Post subject: Reply with quote

Choose CTRL+ALT+SHIFT/STRG+ALT+UMSCHALT.
Once you'll press the (additional) CAPSLOCK/FESTSTELL key, the key combos alias will toogle from German to English and vice versa.
And btw. the ToolTip appears Shocked.
I guess the Start-Button has been triggered also that way, by mistake.
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5037
Location: /b/

PostPosted: Mon Oct 01, 2007 8:31 pm    Post subject: Reply with quote

BoBo¨ wrote:
STRG+ALT+UMSCHALT
...
The closest thing to German I came to after school was the new album from Rammstein Laughing Anyway I've added the translations to the list so you'll see them in the next release. I aim to finish the module for Control commands as well, although I have really limited CST so I don't know how long it will take.
_________________
Chat (IRC)PlusNetScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
BoBo¨
Guest





PostPosted: Mon Oct 01, 2007 9:08 pm    Post subject: Reply with quote

Quote:
... was the new album from Rammstein
Hm, not that bad Cool
Back to top
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group