| View previous topic :: View next topic |
| Author |
Message |
BoBo¨ Guest
|
Posted: Sun Sep 30, 2007 1:50 am Post subject: |
|
|
 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.  |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Sun Sep 30, 2007 2:04 am Post subject: |
|
|
| 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.  |
|
| Back to top |
|
 |
Alan Stancliff
Joined: 25 Mar 2007 Posts: 48 Location: northwest USA
|
Posted: Sun Sep 30, 2007 6:40 am Post subject: |
|
|
Here's what I get when I try to run it:
 _________________ Regards,
Alan Stancliff
My Web Site |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Sun Sep 30, 2007 8:51 am Post subject: |
|
|
@ 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.  |
|
| Back to top |
|
 |
Alan Stancliff
Joined: 25 Mar 2007 Posts: 48 Location: northwest USA
|
Posted: Sun Sep 30, 2007 9:08 am Post subject: |
|
|
| 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.  | 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 |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5037 Location: /b/
|
Posted: Sun Sep 30, 2007 12:29 pm Post subject: |
|
|
Thanks BoBo.
| BoBo wrote: | | ... label the recorded macros with a 'localized' timestamp instead of your static format | ISO date is international 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) • PlusNet • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
Alan Stancliff
Joined: 25 Mar 2007 Posts: 48 Location: northwest USA
|
Posted: Sun Sep 30, 2007 7:35 pm Post subject: |
|
|
| 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 |
|
 |
Hasso
Joined: 23 Mar 2005 Posts: 252 Location: Germany
|
Posted: Mon Oct 01, 2007 2:27 pm Post subject: |
|
|
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 |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5037 Location: /b/
|
Posted: Mon Oct 01, 2007 3:03 pm Post subject: |
|
|
Thanks, I've increased the width of the control for the next version. _________________ Chat (IRC) • PlusNet • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Mon Oct 01, 2007 3:04 pm Post subject: |
|
|
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/
|
Posted: Mon Oct 01, 2007 3:24 pm Post subject: |
|
|
| 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) • PlusNet • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Mon Oct 01, 2007 5:08 pm Post subject: |
|
|
| 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! (just kidding, stay tuned ...) |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Mon Oct 01, 2007 7:56 pm Post subject: |
|
|
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 .
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/
|
Posted: Mon Oct 01, 2007 8:31 pm Post subject: |
|
|
| BoBo¨ wrote: | | STRG+ALT+UMSCHALT | ...
The closest thing to German I came to after school was the new album from Rammstein 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) • PlusNet • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Mon Oct 01, 2007 9:08 pm Post subject: |
|
|
| Quote: | | ... was the new album from Rammstein | Hm, not that bad  |
|
| Back to top |
|
 |
|