| Author |
Message |
Topic: Autohotkey for OsX |
jeex
Replies: 2
Views: 237
|
Forum: Ask for Help Posted: Sat May 24, 2008 12:34 pm Subject: Autohotkey for OsX |
Hello,
What would Windows be without AHK. I am a great fan of AHK. But - lucky me - I am back with Mac. So no more Windows.
The only thing I miss in OsX, is AHK.
Does anyone know of an altern ... |
Topic: Autohotkey.nl |
jeex
Replies: 1
Views: 281
|
Forum: Wish List Posted: Mon Dec 17, 2007 8:58 pm Subject: Autohotkey.nl |
Hi Chris.
I registered Autohotkey.nl (over a year ago). I would like to make it sort of a AHK-mirror for the Netherlands, with a dutch wiki and forum.
My question: can i use your logo, etc. Can ... |
Topic: Under water in Word |
jeex
Replies: 5
Views: 281
|
Forum: Ask for Help Posted: Tue Oct 17, 2006 3:16 pm Subject: Under water in Word |
Hello,
I am trying to change, in over 1000 Word-documents, the referrer to datafiles (used in the merge-function). This is for a migration project.
The easy way is to read the file in AHK, find ... |
Topic: Process |
jeex
Replies: 3
Views: 264
|
Forum: Ask for Help Posted: Fri Jan 13, 2006 11:59 am Subject: Process |
Nothing suspicious. It is in order to make a small app that can time-limit the use of a specific programm. But these days' youth... The even hack the coocky jar...
That's why.
And now you give m ... |
Topic: Process |
jeex
Replies: 3
Views: 264
|
Forum: Ask for Help Posted: Fri Jan 13, 2006 11:39 am Subject: Process |
Hello,
Is there a way to run a AHK-script as EXE but not show it in Windows' Processes-list. Maybe install it as a server?
Jeex |
Topic: Remove item from Dropdownlist/Combobox |
jeex
Replies: 3
Views: 369
|
Forum: Ask for Help Posted: Wed Jan 04, 2006 8:44 pm Subject: Remove item from Dropdownlist/Combobox |
Thanks Toralf,
Knew that already, but hoped for an 'easy' answer
Lazy me...
Thanks anyway |
Topic: Remove item from Dropdownlist/Combobox |
jeex
Replies: 3
Views: 369
|
Forum: Ask for Help Posted: Wed Jan 04, 2006 7:10 pm Subject: Remove item from Dropdownlist/Combobox |
Stupid question, but...
How do I remove an item from a dropdownlist or combobox?
gr
Jeex |
Topic: Using variables (%%) in HotString |
jeex
Replies: 5
Views: 507
|
Forum: Ask for Help Posted: Fri Dec 30, 2005 5:21 pm Subject: Using variables (%%) in HotString |
Thanks all,
I want both the abbrev as the full text to be variable. But if not possible within the limitations of AHK, then not.
There are possible complex workarounds such as comparing all comb ... |
Topic: Using variables (%%) in HotString |
jeex
Replies: 5
Views: 507
|
Forum: Ask for Help Posted: Fri Dec 30, 2005 2:05 pm Subject: Using variables (%%) in HotString |
The application must be running on computers without AHK running on it.
So the .EXE-script generates an .AHK-script. But how do I run the AHK-script?
Or is there a workaround to make a Hotkey fr ... |
Topic: NEWBE :How to make a script that repeats something until key |
jeex
Replies: 1
Views: 291
|
Forum: Ask for Help Posted: Fri Dec 30, 2005 12:19 pm Subject: NEWBE :How to make a script that repeats something until key |
try turning it around
loop, 100
{
bladibla
}
#c::ExitApp
Jeex |
Topic: Using variables (%%) in HotString |
jeex
Replies: 5
Views: 507
|
Forum: Ask for Help Posted: Fri Dec 30, 2005 10:58 am Subject: Using variables (%%) in HotString |
Hi all,
I'm trying to autogenerate hotstrings during runtime in an executable AHK-script.
The problem is this:
:*:vvv::Victor wil graag dat het vanzelf gaat
This Hotstring work ... |
Topic: Switching Hotstrings on and off |
jeex
Replies: 9
Views: 695
|
Forum: Ask for Help Posted: Mon Nov 07, 2005 1:52 pm Subject: Switching Hotstrings on and off |
Hi
I use:
*LWin:: ...
to catch the Windows-key
Now in the script I want to disable and enable this hotstring in order to switch it on and off.
Help?
gr VP |
Topic: Compiled code runs differently, why? |
jeex
Replies: 3
Views: 315
|
Forum: Ask for Help Posted: Mon Aug 15, 2005 9:59 am Subject: include |
The Include-directive includes the wanted file during compilation. Not afterwards in runtime. There might be the cause of your problem.
gr VP |
Topic: Gui Picture fails |
jeex
Replies: 1
Views: 256
|
Forum: Ask for Help Posted: Mon Aug 15, 2005 9:32 am Subject: Gui Picture fails |
Hello
In a GUI with a lot of buttons 'n stuff, the backgroundpicture does not allways show itself after I compile the script to an EXE. Here's the code:
Gui, Add, Picture, x0 y20 w376 h546, oran ... |
Topic: How to clean ListBox content |
jeex
Replies: 2
Views: 334
|
Forum: Ask for Help Posted: Mon Aug 15, 2005 9:25 am Subject: Empty Listbox |
You empty a listbox like this
GuiControl,, VariablenameOfTheBox, |
The | does the work, see the AHK-help.
gr VP |
| |