| Author |
Message |
Topic: AHK re-designed |
hoppfrosch
Replies: 19
Views: 559
|
Forum: General Chat Posted: Thu Jun 19, 2008 7:11 am Subject: AHK re-designed |
Overall impression is OK
What I think what could be better is:
* Colour scheme: I think the redish colours of the "top-logo" (autohotkey-logo) and the brownish colours of the headers (ne ... |
Topic: Anyone here, who read the "Llama Book 4th edition" |
hoppfrosch
Replies: 5
Views: 391
|
Forum: General Chat Posted: Tue Apr 08, 2008 7:26 am Subject: Anyone here, who read the "Llama Book 4th edition" |
I think there is no special/hidden meaning behind this - it's just "TIMTOWTDI" ("There is more than one way to do it).
I personally prefer the notation as used in the example, since ... |
Topic: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
hoppfrosch
Replies: 106
Views: 11800
|
Forum: Scripts & Functions Posted: Thu Jan 17, 2008 7:32 am Subject: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
Is there a way to continue work on existing task?
What I think about is: When selecting "New task" in WB-Timer, there should be a possibilty to insert a task reference into field "Ta ... |
Topic: PerlCOM / PerlCtrl - using Perl with AHK via COM ??! |
hoppfrosch
Replies: 1
Views: 687
|
Forum: Utilities & Resources Posted: Thu Oct 11, 2007 6:41 am Subject: PerlCOM / PerlCtrl - using Perl with AHK via COM ??! |
PerlCOM(obsolete) and PerlCtrl are part of commercial package PDK 7.0 by ActiveState
see: http://aspn.activestate.com/ASPN/docs/PDK/7.0/Release.html |
Topic: Scripting.Dictionary Object as Associative Array |
hoppfrosch
Replies: 56
Views: 9781
|
Forum: Scripts & Functions Posted: Thu Aug 09, 2007 7:09 am Subject: Question: Hash of Hashes? |
Hi,
got a question concerning "Hash of Hashes" (considering dictionaries as hashes).
What I try to do is putting dictionary items into a dictionary:
#include %A_ScriptDir%\Includes\ ... |
Topic: App to spit an image into smaller images? |
hoppfrosch
Replies: 2
Views: 316
|
Forum: General Chat Posted: Thu Feb 22, 2007 7:18 am Subject: App to spit an image into smaller images? |
Depends on the operating system ...
On Windows I would one of the following:
- [ImageMagick http://www.imagemagick.org/script/index.php - offers a powerful set of commandline-tools for image ma ... |
Topic: ISense 1.5 |
hoppfrosch
Replies: 218
Views: 21676
|
Forum: Scripts & Functions Posted: Wed Feb 21, 2007 4:38 pm Subject: ISense 1.5 |
Well, original plan was to support other languages. I still stick to that, as I created it so I am able to use it with some rare language I use.
Don't know how when I will find thime for this.
... |
Topic: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
hoppfrosch
Replies: 140
Views: 9640
|
Forum: Scripts & Functions Posted: Thu Dec 21, 2006 8:19 am Subject: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
That's a real pity - since I use WIN-Hotkeys very often.
At least the Settings-Editor shouldn't destroy the WIN-Hotkeys (for example if a WIN-Hotkey is used in an INI-File by editing the INI-File ... |
Topic: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
hoppfrosch
Replies: 140
Views: 9640
|
Forum: Scripts & Functions Posted: Tue Dec 19, 2006 9:52 am Subject: WIN as Hotkey does not work |
Hi,
just noticed that the WIN-Key cannot be used as Hotkey within your modules ...
(using Version8 ) |
Topic: Basic Problem with global variables and controls |
hoppfrosch
Replies: 3
Views: 192
|
Forum: Ask for Help Posted: Thu Dec 14, 2006 8:55 am Subject: Basic Problem with global variables and controls |
Found it in the Manual:
Section: GUI - Chapter: Options for Assigning Actions and Variables to Controls
Never use foreign code without understandig it ...
Thanks! |
Topic: Basic Problem with global variables and controls |
hoppfrosch
Replies: 3
Views: 192
|
Forum: Ask for Help Posted: Thu Dec 14, 2006 8:47 am Subject: Basic Problem with global variables and controls |
global TxtCurrentTime
Thanks! This works ...
But why to use TxtCurrentTime instead of vTxtCurrentTime?
I think I have to dig a little deeper into the AHK-manual ...  |
Topic: Basic Problem with global variables and controls |
hoppfrosch
Replies: 3
Views: 192
|
Forum: Ask for Help Posted: Thu Dec 14, 2006 8:32 am Subject: Basic Problem with global variables and controls |
I've got a problem with variables in controls in context with functions. I think it's a basic problem of my understanding how AHK works - but nevertheless I cannot figure out, how it works ...
I tr ... |
Topic: Nested and sorted folder structure for menus |
hoppfrosch
Replies: 1
Views: 612
|
Forum: Scripts & Functions Posted: Tue Dec 12, 2006 12:36 pm Subject: Icons on Menu |
Thanks - it's very useful for my purposes ...
Are there any recipes how to get the icons of the items into the menu? |
Topic: Multiclick-Functionality? |
hoppfrosch
Replies: 3
Views: 274
|
Forum: Ask for Help Posted: Thu Feb 02, 2006 3:33 pm Subject: Multiclick-Functionality? |
The KeyWait-Example 4 comes close to what I mean, but does not hit my question perfectly.
Using the KeyWaitExample, I can distinguish between a single and a double click of a key.
But this doesn ... |
Topic: Multiclick-Functionality? |
hoppfrosch
Replies: 3
Views: 274
|
Forum: Ask for Help Posted: Thu Feb 02, 2006 8:52 am Subject: Multiclick-Functionality? |
Hi there,
I'm looking for something like this:
Detection of doubleclicking on a key seems to be easy corresponding to "A double-click can be detected by checking whether A_GuiControlEvent con ... |
| |