| Author |
Message |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Mon Feb 01, 2010 9:30 am Subject: UNICODE version of AutoHotkey |
ahk --> exe?
Yes
AutohotkeySC.bin is in the zip |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sun Dec 20, 2009 8:03 pm Subject: UNICODE version of AutoHotkey |
Download:
AutoHotkeyU (AutoHotkeySC.bin included)
AutoHotkeySC.bin is not included  |
Topic: Viewer and Editor for Structured Text |
rousni
Replies: 1
Views: 847
|
Forum: Scripts & Functions Posted: Wed Dec 16, 2009 10:10 pm Subject: VESTI reloaded |
NEW VERSION
• Used with the "Schedule" "check" command line parameters (VESTI.EXE Schedule check), VESTI will start and open the Schedule.dat file (with the Today’s ... |
Topic: Viewer and Editor for Structured Text |
rousni
Replies: 1
Views: 847
|
Forum: Scripts & Functions Posted: Tue Dec 15, 2009 5:26 pm Subject: Viewer and Editor for Structured Text |
VESTI - Viewer and Editor for Structured Text and Inserter
Versatile plain text editor for programming and structured text
(Help Viewer - Hierarchical Text Editor - HTML tag inserter - Schedule M ... |
Topic: TreeView - maybe a bug? |
rousni
Replies: 2
Views: 124
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 5:19 pm Subject: TreeView - maybe a bug? |
I tried it and it works, indeed. It was because of the g-Label. I added the CRITICAL option to the thread and now my code (see below) works fine two.
VESTI - Viewer and Editor for Structured Text ... |
Topic: TreeView - maybe a bug? |
rousni
Replies: 2
Views: 124
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 12:20 am Subject: TreeView - maybe a bug? |
TV_GetNext(ID, "Full") does not work correctly here:
ID = 0
Loop, % TV_GetCount()
{
ID := TV_GetNext(ID, "Full")
If Not TV_Get(ID, &quo ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Wed Dec 02, 2009 7:40 am Subject: UNICODE version of AutoHotkey |
when it complied it turn into ASCII
not for me:
everything is ok here
всичко е наред тук
Tout va bien ic ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sun Nov 29, 2009 7:52 pm Subject: UNICODE version of AutoHotkey |
I upload a new version including the AutoHotkeySC.bin.
Thank you
No need to replace the ANSI AutoHotkeySC.bin in its folder
SetWorkingDir D:\Program Files\AutoHotkeyU\Compiler ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Tue Nov 24, 2009 6:13 pm Subject: UNICODE version of AutoHotkey |
FileEncoding
Set the default encoding for FileRead, FileReadLine, Loop, Read, FileAppend, and FileOpen.
FileEncoding
FileAppend
An additional argument has been added to specify its encod ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sun Nov 22, 2009 2:22 pm Subject: UNICODE version of AutoHotkey |
::btw::顺便
doesn't work too:!:
Curiously this works for me; no need for a workaround
(maybe because i have English as System Locale)
@jackieku
Thank you very much for the rapi ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sun Nov 22, 2009 10:18 am Subject: UNICODE version of AutoHotkey |
I also have a TreeView control and the A_EventInfo value is in HEX
and I can't find a workaround here.
This doesn't work:
SetFormat, Integer, d
X := A_EventInfo
ToolTip % X + 1 - 1
X i ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sun Nov 22, 2009 8:52 am Subject: a bug and a workaround |
a bug and a workaround:
GuiSize:
If A_EventInfo = 2 ; THE WINDOW HAS BEEN MAXIMIZED
{
some calculations...
result in HEX ???
}
If (A_EventInfo = 2) ; THE WINDOW HAS BEEN MAXIMIZ ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 11:03 pm Subject: UNICODE version of AutoHotkey |
1. This doesn't work (OutputVar is always ""):
ControlGet, OutputVar, Line, N, Control, WinTitle
1. That is a bug, it will be fixed in the next release.
jackieku has kept his word... THA ... |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 1:58 pm Subject: UNICODE version of AutoHotkey |
Sorry, my mistake:
b::ш
The following works fine
::b::ш
But not the opposite:
::ш::b |
Topic: UNICODE version of AutoHotkey |
rousni
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 1:44 pm Subject: UNICODE version of AutoHotkey |
For a long time now, AutoIt is supplied as a Unicode program, but with some limitations:
Current Limitations
There are a few parts of AutoIt that don't yet have full Unicode support. These are:
... |
| |