| Author |
Message |
Topic: a method to determine processor utilization |
Bobo8
Replies: 10
Views: 3647
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 1:06 pm Subject: Not working with multicore CPU |
| This helpful script didn't count with multi core CPU. I have included 1 line, where I'v found out number of (logical, I hope that it is correct) processors and then only I'v divided total_idle_ticks b ... |
Topic: MsgBox in winlirc script |
Bobo8
Replies: 5
Views: 518
|
Forum: Ask for Help Posted: Sun Nov 29, 2009 12:42 am Subject: MsgBox in winlirc script |
I have same problem. The script is simple - add this 3 lines to WinLirc.ahk script:
xxx: ;name of the key
MsgBox, xxx
Return
After pressing this key twice the WinLirc.ahk will stop working. |
Topic: GetKeyState() function returns U/D. Update: solved |
Bobo8
Replies: 3
Views: 186
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 6:34 pm Subject: GetKeyState() function returns U/D. Update: solved |
| The problem is in "#Include Function.ahk" (which I have downloaded form AHK forum), there is the function with the same name which returns "D"/"U"!! |
Topic: GetKeyState() function returns U/D. Update: solved |
Bobo8
Replies: 3
Views: 186
|
Forum: Ask for Help Posted: Wed Oct 14, 2009 10:37 am Subject: GetKeyState() function returns U/D. Update: solved |
GetKeyState() function does not return true (1) for down and false (0) for up, as is in Help, but returns "U"/"D".
#^o::
Sleep 2000
ShiftKey:=GetKeyState(" ... |
Topic: Optional parameters in function everywhere and... |
Bobo8
Replies: 3
Views: 768
|
Forum: Wish List Posted: Fri Sep 12, 2008 7:27 pm Subject: Optional parameters in function everywhere and... |
1) For more complex functions it would be very helpful to have optional parameters in the middle of the parameter list, not only in the end.
2) For calling functions with optional parameters it wil ... |
| |