| Author |
Message |
Forum: Suggestions Topic: Please Search Topics rather than posts |
| maul.esel |
|
Posted: May 19th, 2012, 1:17 pm
|
|
Replies: 4 Views: 87
|
+1
Searching posts is useful in some cases, but I think topics should be the default as it's more common. |
|
 |
Forum: Suggestions Topic: [AHK v2] FileSelect could return an array for multiselect |
| maul.esel |
|
Posted: May 17th, 2012, 1:02 pm
|
|
Replies: 3 Views: 86
|
I think the title sums it up quite well.
Currently (in AHK classic and AHK_L), OutputVar is set to a list of files separated by `n. Wouldn't it be better if that was an array one coud use with the for-Loop ? |
|
 |
Forum: Support Topic: ComObj weird behavior |
| maul.esel |
|
Posted: May 12th, 2012, 10:30 pm
|
|
Replies: 1 Views: 34
|
Seems getElementsByClassName() is not supported on one computer. You might check the installed IE versions and see if they differ. Or wait for an expert to answer as I'm only guessing  |
|
 |
Forum: Offtopic Topic: Formal request to Polyethene |
| maul.esel |
|
Posted: May 12th, 2012, 8:17 pm
|
|
Replies: 30 Views: 1196
|
| Autohotkey [...] will give many non-programmers an opportunity to have a go at creatively changing windows with their own ideas with a well documented application. How does AHK_L not do this? AHK_L lets you do ALL the stuff AHK (classic) does - and MORE (not less). A user can learn & use these ... |
|
 |
Forum: Support Topic: MsgBox |
| maul.esel |
|
Posted: May 5th, 2012, 9:48 pm
|
|
Replies: 1 Views: 63
|
| ⋅ Use the correct forum section. You should have posted this in Support . ⋅ Use [code][/code] tags around code. ⋅ Use braces around multiline if-statements: MsgBox, 4,Shutdown?, Would you like to Shutdown? IfMsgBox Yes [color=red]{[/color] MsgBox Shuting Down Shutdown,... |
|
 |
Forum: Offtopic Topic: Now that AHK_L has been discontinued |
| maul.esel |
|
Posted: May 1st, 2012, 5:15 pm
|
|
Replies: 52 Views: 1876
|
You probably can't show some weird Unicode characters in the controls, but you should be able to use them from a Unicode script. AFAIK the problems are only size calculation (see A_IsUnicode) and the DllCall types (AHK_L has an explicit "astr" type). |
|
 |
Forum: Support Topic: (SOLVED)COM_Invoke typing variable without 0 in begin |
| maul.esel |
|
Posted: April 30th, 2012, 12:24 pm
|
|
Replies: 22 Views: 298
|
|
 |
Forum: Support Topic: System cannot find the path specified[SOLVED] |
| maul.esel |
|
Posted: April 28th, 2012, 4:48 pm
|
|
Replies: 6 Views: 136
|
Have you included #NoEnv recently? Because then %appdata% etc. are not available by default (better for performance). You might use A_Username etc. instead. |
|
 |
Forum: Issues Topic: 404! WIKI page not found! |
| maul.esel |
|
Posted: April 27th, 2012, 6:31 pm
|
|
Replies: 4 Views: 199
|
| AFAIK the wiki has been removed entirely. |
|
 |
Forum: Support Topic: [SOLVED] DllCall Help |
| maul.esel |
|
Posted: April 24th, 2012, 6:03 pm
|
|
Replies: 23 Views: 422
|
| You could likely call the DLL using Lexikos' CLR.ahk (also available for AHK_B) and the C# example using the DLL. |
|
 |
Forum: Support Topic: [SOLVED] DllCall Help |
| maul.esel |
|
Posted: April 24th, 2012, 3:56 pm
|
|
Replies: 23 Views: 422
|
Did you take the GetHash.dll from the C# example? If so, that can't be (natively) called by AHK, it's an entirely different format.
I tried converting my code to AHK basic, but until now both the original and the basic version fail  |
|
 |
Forum: Support Topic: [SOLVED] DllCall Help |
| maul.esel |
|
Posted: April 23rd, 2012, 7:25 pm
|
|
Replies: 23 Views: 422
|
| Someone can translate the c code into AHK if they really like you. I did a try: ;uint64_t compute_hash(FILE * handle) compute_hash(file) ;{ { static SEEK_END := 2, SEEK_SET := 0, sizeof_tmp := 8 ;uint64_t hash, fsize; local hash := 0, fsize := 0 ; not really needed , pos ; some convenience chandlin... |
|
 |
Forum: Support Topic: Is there any method to "run multi executable" ? |
| maul.esel |
|
Posted: April 22nd, 2012, 10:01 pm
|
|
Replies: 2 Views: 50
|
Sandboxie includes a custom driver AFAIK. Writing a driver in AHK is very unlikely to be a good idea  |
|
 |
Forum: Support Topic: End a proces in win 7 |
| maul.esel |
|
Posted: April 22nd, 2012, 11:18 am
|
|
Replies: 3 Views: 58
|
oops, made a typo  |
|
 |
Forum: Support Topic: End a proces in win 7 |
| maul.esel |
|
Posted: April 21st, 2012, 7:08 pm
|
|
Replies: 3 Views: 58
|
Code: Process, Exist, myprocess.exe if (ErrorLevel) ; check if process exists - if so, ErrorLevel holds the PID Process, Close, %ErrorLevel% ; close the process *untested*
Edit: added missing %-sign |
|
 |
| Sort by: |