| Author |
Message |
Topic: Gui, Add, Button -> no tooltip possible? |
mtemp
Replies: 2
Views: 196
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 1:36 pm Subject: Gui, Add, Button -> no tooltip possible? |
I need more time to understand and maybe use this library
Thanks for your answer! |
Topic: Gui, Add, Button -> no tooltip possible? |
mtemp
Replies: 2
Views: 196
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 12:49 pm Subject: Gui, Add, Button -> no tooltip possible? |
Hello,
am I right that it is not possible to assign a tooltip to a gui button via a parameter or similar?
So, is this the only possibility: http://www.autohotkey.com/docs/commands/Gui.htm#ExToolTi ... |
Topic: AHK scripts in autostart/startup folder of win7: |
mtemp
Replies: 2
Views: 116
|
Forum: Ask for Help Posted: Mon Oct 31, 2011 2:30 pm Subject: Re: AHK scripts in autostart/startup folder of win7: |
thanks for your code
The problem that I do not understand is that sometimes the both scripts are executed, sometimes only one of them and sometimes no one...
But I will try your method  |
Topic: AHK scripts in autostart/startup folder of win7: |
mtemp
Replies: 2
Views: 116
|
Forum: Ask for Help Posted: Mon Oct 31, 2011 12:12 pm Subject: AHK scripts in autostart/startup folder of win7: |
Hello,
sometimes my two ahk scripts do not start automatically with win7/64. They are linked in the startup folder of my roaing folder.
Could it be that in these cases the autohotkey exe do not st ... |
Topic: script aborts |
mtemp
Replies: 4
Views: 61
|
Forum: Ask for Help Posted: Sun Jul 10, 2011 12:08 am Subject: script aborts |
| read the documentationnot necessary any more: thanks |
Topic: script aborts |
mtemp
Replies: 4
Views: 61
|
Forum: Ask for Help Posted: Sat Jul 09, 2011 11:43 pm Subject: script aborts |
Hi,
why appears only the first msgbox?
msgbox, first msgbox
^t::msgbox, test test test
msgbox, second msgbox
Carlos |
Topic: Activate a particular system tray icon |
mtemp
Replies: 8
Views: 706
|
Forum: Ask for Help Posted: Mon Mar 14, 2011 11:25 am Subject: Activate a particular system tray icon |
I had the same question and found this thread... and the solution (thanks to this thread )
I am using !.::
IfWinExist, ahk_class EVERYTHING_TASKBAR_NOTIFICATION
{
WinActivate
... |
Topic: ImageMagick Wrapper (stdlib) [r1, 2009-05-16] |
mtemp
Replies: 13
Views: 3078
|
Forum: Scripts & Functions Posted: Thu Jun 17, 2010 7:44 pm Subject: ImageMagick Wrapper (stdlib) [r1, 2009-05-16] |
Hmm, I found my own message in this thread...
Once again, working with Vista64
ImageMagick as 64-DLL is working correctly. At least I can run convert, identify, imdisplay from the command line.
... |
Topic: Doesn't work: #run xyz.ahk "parameter" |
mtemp
Replies: 4
Views: 338
|
Forum: Ask for Help Posted: Fri Jan 08, 2010 5:14 pm Subject: Doesn't work: #run xyz.ahk "parameter" |
I quess you'll have to specify the executable:...
Hmm, without parameters and without authotkey.exe the ahk script will be processed.
But let's have a try...
Wow! That's the solution!
e.g.
... |
Topic: Doesn't work: #run xyz.ahk "parameter" |
mtemp
Replies: 4
Views: 338
|
Forum: Ask for Help Posted: Fri Jan 08, 2010 4:56 pm Subject: Doesn't work: #run xyz.ahk "parameter" |
remove the quotes i believe
No, the same error message appears.
Online help for "Run":
[url=http://www.autohotkey.com/docs/commands/Run.htm]To pass parameters, add them immediately af ... |
Topic: Doesn't work: #run xyz.ahk "parameter" |
mtemp
Replies: 4
Views: 338
|
Forum: Ask for Help Posted: Fri Jan 08, 2010 3:43 pm Subject: Doesn't work: #run xyz.ahk "parameter" |
Hello,
I have a script which can be opened directly or within another ahk file by using "run":
Run, xyz.ahk
By calling this file from another ahk file I want to run it with a parame ... |
Topic: Hotkey with a second key(press) after delay? |
mtemp
Replies: 1
Views: 372
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 2:07 pm Subject: Hotkey with a second key(press) after delay? |
Hello,
I want to have a hotkey to open e.g. a website.
This hotkey should begin by pressing e.g. first "#o" and shortly after it -- within a short period of time -- a second key, e.g. ju ... |
Topic: Executing code after #IfWinActive? |
mtemp
Replies: 6
Views: 319
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 2:10 pm Subject: Executing code after #IfWinActive? |
If you could explain what you are using this script for in context, then I might be able to suggest a better method of coding for it.
the code was just for understanding these elements and the beha ... |
Topic: Executing code after #IfWinActive? |
mtemp
Replies: 6
Views: 319
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 2:00 pm Subject: Executing code after #IfWinActive? |
RTFM
changing the order -- I know now...
Thanks |
Topic: Executing code after #IfWinActive? |
mtemp
Replies: 6
Views: 319
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 12:02 pm Subject: Executing code after #IfWinActive? |
2) The HOtkey is defined after the #IfWinActive directive. If it is independant of the "Total" window it needs to be put before #IfWinActive.
So the brackets are useless and don't limit th ... |
| |