AutoHotkey Community

It is currently May 25th, 2012, 4:44 pm

All times are UTC [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 57 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: September 30th, 2007, 1:50 am 
:shock::? 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:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 2:04 am 
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. 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 6:40 am 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
Here's what I get when I try to run it:

Image

_________________
Regards,

Alan Stancliff
My Web Site


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 8:51 am 
@ 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. 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 9:08 am 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
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. 8)
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 12:29 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
Thanks BoBo.

BoBo wrote:
... label the recorded macros with a 'localized' timestamp instead of your static format
ISO date is international :P 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.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 30th, 2007, 7:35 pm 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 2:27 pm 
Offline

Joined: March 23rd, 2005, 7:53 am
Posts: 321
Location: Germany
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 3:03 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
Thanks, I've increased the width of the control for the next version.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 3:04 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 3:24 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
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?

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 5:08 pm 
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! :lol: (just kidding, stay tuned ...)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 7:56 pm 
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 :shock:.
I guess the Start-Button has been triggered also that way, by mistake.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 8:31 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
BoBo¨ wrote:
STRG+ALT+UMSCHALT
...
The closest thing to German I came to after school was the new album from Rammstein :lol: 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.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2007, 9:08 pm 
Quote:
... was the new album from Rammstein
Hm, not that bad 8)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 57 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, Jaaaaaaaaay, Rajat, sarevok9, Wicked, XX0 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