Search found 6 matches

by chocnmint
19 Mar 2018, 11:24
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617153

Re: AHK Studio

maestrith wrote:Should be fixed. Sorry about that
Wow, thanks for solving it so fast! :bravo: So far it's working nice. I'll check it in the medium term. ;)
by chocnmint
19 Mar 2018, 04:22
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617153

Re: AHK Studio

Hi again, I did start to like AHK-Studio (again), however unfortunately it destroys my code if it contains special German characters like e.g. ä. It is really sad for me but I (again) will have to keep bothering with less feature-rich/potentially powerful but at least more code-safe editors. (I REA...
by chocnmint
12 Mar 2018, 04:59
Forum: Ask for Help (v1)
Topic: function or similar for repeated code Topic is solved
Replies: 5
Views: 1108

Re: function or similar for repeated code Topic is solved

I would like to share the direction I'm currently heading: In my script I have the keys of my keybard ordered by their position in the keyboard. I start from Escape, next F1, and so on from left to right and up to bottom. Some keys that have to activate the same program (see example avobe), are next...
by chocnmint
11 Mar 2018, 18:19
Forum: Ask for Help (v1)
Topic: function or similar for repeated code Topic is solved
Replies: 5
Views: 1108

Re: function or similar for repeated code Topic is solved

F2::func("random program","random program is not running") F3::func("another winTitle","49") F4::func("yet another winTitle") func(winTitle,msg := "Error!") { If WinExist(winTitle) { WinActivate,% winTitle DO SOME STUFF Return } Else { MsgBox % msg } Return } Not tested. Lots of thanks, i see your ...
by chocnmint
11 Mar 2018, 17:43
Forum: Ask for Help (v1)
Topic: function or similar for repeated code Topic is solved
Replies: 5
Views: 1108

function or similar for repeated code Topic is solved

I'm having some problems trying to save some lines, with many hotkeys that check if one program is running, and if so do some stuff or tell me it's not running. F1:: if WinExist, program X { WinActivate DO SOME STUFF #1 return } Else { MsgBox, program X is not running return } F2:: if WinExist, prog...

Go to advanced search