Search found 90 matches

by emmanuel d
28 Nov 2013, 16:05
Forum: Ask for Help (v1)
Topic: #Hotstring EndChars Up Down Left Right
Replies: 2
Views: 1575

#Hotstring EndChars Up Down Left Right

Is it possible for hotstrings to have a endchar like Up Down Left Right? you cant escape these so, so no way to put these in the foloing directive: #Hotstring EndChars -()[]{}:;'"/\,.?!`n `t seeing the braces in there i gues {Up} .... is'nt supported. anybody now a workaround? or did i miss something.
by emmanuel d
27 Nov 2013, 11:53
Forum: Ask for Help (v1)
Topic: Adding M:\ to each song name
Replies: 10
Views: 3964

Re: Adding M:\ to each song name

or:

Code: Select all

Loop, Read, songlist.txt, newlist.txt
    FileAppend,M:\%A_LoopReadLine%`n, newlist.txt
by emmanuel d
27 Nov 2013, 11:40
Forum: Ask for Help (v1)
Topic: simple question
Replies: 6
Views: 3335

Re: simple question

Something like this?:

Code: Select all

n:=1
headline1_date_%n% := "some value"
something:= "headline1_date_" ; something must have a value
var := %something%%n% ; 2 dynamic variables, the same as headline1_date_1 
msgbox,%var%
by emmanuel d
26 Nov 2013, 15:17
Forum: Ask for Help (v1)
Topic: if and or
Replies: 10
Views: 9696

Re: if and or

Also note that instr() will partialy match(contains).
so if you have a list you might include the delimiter in the instr() like pipe delimited items:

Code: Select all

if InStr("|" DIS "|","|" OrderSequential "|") || InStr("|" STY "|","|" ClearList "|")
by emmanuel d
26 Nov 2013, 15:02
Forum: Ask for Help (v1)
Topic: Hotkey command
Replies: 2
Views: 1447

Re: Hotkey command

Hotkey modifiers * Wildcard: Fire the hotkey even if extra modifiers are being held down. ~When the hotkey fires, its key's native function will not be blocked (hidden from the system). In both of the below examples, the user's click of the mouse button will be sent to the active window: so: *q mea...
by emmanuel d
20 Nov 2013, 16:20
Forum: Ask for Help (v1)
Topic: AHK and Bass.dll
Replies: 2
Views: 1875

Re: AHK and Bass.dll

i have my one mediaplayer with bass but im on xp and 32bit so your dllcalls wil differ

and with the new ahk versions my scripts fail.
by emmanuel d
20 Nov 2013, 15:56
Forum: Ask for Help (v1)
Topic: Variable error in function?
Replies: 12
Views: 4898

Re: Variable error in function?

lexikos wrote:You must be hallucinating. There's no error message there, just a warning... :roll:
Getting scared there, if this would cause error:

Code: Select all

if (test = "U") 
None of my scripts would run. :lol:
by emmanuel d
20 Nov 2013, 15:37
Forum: Ask for Help (v1)
Topic: Any way to change the AHK icons?
Replies: 6
Views: 4630

Re: Any way to change the AHK icons?

You must be on win 7 or something because on XP Taskbaricon changes fine.
I see sombody can edit my post :shock: :lol:
I had just copy pasted from the "OLD forum" did not check the links
by emmanuel d
18 Nov 2013, 16:22
Forum: Ask for Help (v1)
Topic: Any way to change the AHK icons?
Replies: 6
Views: 4630

Re: Any way to change the AHK icons?

From our boy SKAN: #Persistent Ico := A_Temp "\remums.ico" IfNotExist, %ICO%, URLDownloadToFile , http://dl.dropboxusercontent.com/u/6428211/Gentee/RemUMS/v1-0/RemUMS.ico,%ICO% Menu,Tray,Icon,%Ico% Run, Notepad.exe,,, PID Winwait, ahk_pid %PID% ID := WinExist("ahk_pid" PID) hIcon := DllCall( "LoadIm...
by emmanuel d
17 Nov 2013, 04:53
Forum: Off-topic Discussion
Topic: New forum :)
Replies: 3
Views: 2555

Re: New forum :)

I am new to autohotkey (NOT)
At least here. Thanks for setting up the new site.
bothered me alod you couldn't even copy code properly on the old forum.
here i can just click select al.
looks like creating posts is also normal again.

thanks alot guys.

Go to advanced search