| Author |
Message |
Topic: MonthCal controls |
guruglenn
Replies: 3
Views: 359
|
Forum: Ask for Help Posted: Sun May 02, 2010 8:20 pm Subject: MonthCal controls |
You have 2 problems that I see. First you are referencing the control with the incorrect associated variable name.
GuiControl,, vmocal, %yr%0101-%yr%1231
; should be
GuiControl,, mocal, %yr%0101-%y ... |
Topic: MonthCal controls |
guruglenn
Replies: 3
Views: 359
|
Forum: Ask for Help Posted: Sun May 02, 2010 6:58 am Subject: MonthCal controls |
Trying to get a display calendar, that always shows a full year, Jan-Dec.
If I uncomment the first line, I get the current year, no problem. But trying to move years I fail. I'm missing something a ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 6:04 am Subject: Unicode |
| OK, the shorter, non-hex solution is here. SendInputUo has been further modified, and the Bin2Hex and Hex2Bin stuff is no longer needed. New dependency on NumGet in AHK 1.0.47+ instead. If you must ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 5:36 am Subject: Unicode |
| OK, here is the final solution, cobbled together from various other pieces, and even a small bit of my own coding. Many thanks to Laszlo for doing some fancy ASM coding, and Krogdor for talking me th ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 4:43 am Subject: Unicode |
So I've been reading about all the MCode, and the followon Hex2Bin stuff that Laszlo did, and maybe it can process the Unicode...
In fact, it can, but SendInput assumes big-endian UTF-16BE and Hex2 ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 2:20 am Subject: Unicode |
| So Ansi2Unicode works, I guess, but AHK can't process the string, because it contains zero bytes. Grumble. |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 12:57 am Subject: Unicode |
I was in the midst of replying again, when you did, so my last reply was before reading your last reply...
-> I see a comment about making backspace work universally, but it is not clear where ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 12:43 am Subject: Unicode |
I've figured out the count of 20 DllCall calls now.
Seems the event structure is 28 bytes, but only 3 fields of 10 bytes are used. But the optimized form only writes 5 bytes, because the other 5 a ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 11:23 pm Subject: Unicode |
OK, I guess you meant SendInputU instead of SendU...
However, this doesn't seem like a drop-in replacement for
::bt@::Buy this ąţ 75¢
Now I'm willing to do a bit of work to get thi ... |
Topic: Unicode |
guruglenn
Replies: 15
Views: 1426
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 9:07 pm Subject: Unicode |
The newest stuff about AutoHotkey and Unicode in the forum seems to be a couple years old... nothing recent in the changelog about Unicode...
In the last couple years more and more programs have c ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
guruglenn
Replies: 152
Views: 51015
|
Forum: Scripts & Functions Posted: Mon Apr 07, 2008 5:30 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
it hit me that maybe I had an older version of AutoHotkey than what the script needed, so I downloaded and installed the latest version, and the error vanished!
Makes me wonder if there is a way th ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
guruglenn
Replies: 152
Views: 51015
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4:57 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Being rather novice at AutoHotKey, this'll take me a while to sort out... has anyone else encountered this? Do I need to do some configuration rather than just download and run?
Well th ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
guruglenn
Replies: 152
Views: 51015
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4:45 am Subject: ALT-TAB replacement with icons and window titles in ListView |
| I came here from a search, looking to figure out how to start Task Manager, and select a particular tab (TM "remembers" the last tab you used, which is nice sometimes, and not so nice someti ... |
| |