| Author |
Message |
Topic: [FUNCTION] SetEditCueBanner [AHK_L] |
hughman
Replies: 10
Views: 388
|
Forum: Scripts & Functions Posted: Wed Feb 01, 2012 11:56 am Subject: [FUNCTION] SetEditCueBanner [AHK_L] |
| The cue banners don't work when the Asian language pack is installed on XP |
Topic: [AHK_L][Lib]Simple GDI Printing Library |
hughman
Replies: 4
Views: 308
|
Forum: Scripts & Functions Posted: Fri Jan 27, 2012 3:53 am Subject: [AHK_L][Lib]Simple GDI Printing Library |
| it's cool. I'll have a try. |
Topic: [solved]ComObjError() always returns 1? |
hughman
Replies: 3
Views: 94
|
Forum: Ask for Help Posted: Fri Jan 20, 2012 3:19 pm Subject: [solved]ComObjError() always returns 1? |
I use the lastest AHK_U.
In fact it is not important what it returns for me. I just want to disable error notification.
Now I have known the cause. The error occurs in another thread I forgot to add ... |
Topic: [solved]ComObjError() always returns 1? |
hughman
Replies: 3
Views: 94
|
Forum: Ask for Help Posted: Fri Jan 20, 2012 10:42 am Subject: [solved]ComObjError() always returns 1? |
As the title, ComObjError(false) still returns true.
Is it a bug?
AHK_L 1.1.5.4 32bit, xp sp3 |
Topic: [1.1.5.4+]ListView normal event |
hughman
Replies: 2
Views: 254
|
Forum: Bug Reports Posted: Sat Dec 24, 2011 2:33 pm Subject: [1.1.5.4+]ListView normal event |
I have tested in a compact script and it seems normal.
This situation always appears only just when the listview gains focus.
So maybe some new feathers of the lastest ahk vsersion conflict with t ... |
Topic: [1.1.5.4+]ListView normal event |
hughman
Replies: 2
Views: 254
|
Forum: Bug Reports Posted: Fri Dec 23, 2011 4:03 am Subject: [1.1.5.4+]ListView normal event |
I updated my ahk from 1.1.3 to 1.1.5.4 directly.
At 1.1.3 all is normal. But for 1.1.5.4, when I left click a row of the listview, sometimes (Just sometimes not always) it can't be focused immediatel ... |
Topic: how to get data from safearray? |
hughman
Replies: 4
Views: 233
|
Forum: Ask for Help Posted: Mon Sep 12, 2011 2:15 pm Subject: how to get data from safearray? |
I believe you have to use this:
Thanks. You're right. |
Topic: how to get data from safearray? |
hughman
Replies: 4
Views: 233
|
Forum: Ask for Help Posted: Mon Sep 12, 2011 4:10 am Subject: how to get data from safearray? |
What version of AutoHotkey are you using? I'd recommend AutoHotkey_L if you're not - and to make sure you're using the Native Com Support. (see
Yes, I use native com of AHK_Lw.
sa := recor ... |
Topic: how to get data from safearray? |
hughman
Replies: 4
Views: 233
|
Forum: Ask for Help Posted: Mon Sep 12, 2011 2:42 am Subject: how to get data from safearray? |
| I want to query info from database via ADO. GetRows, a method of recordset, returns a 2D safearray, but I have no idea about it. How to get data from a safearray easily? Or I SHOULD be more wise to us ... |
Topic: Function : InternetFileRead() aka UrlDownLoadToVar() |
hughman
Replies: 151
Views: 20899
|
Forum: Scripts & Functions Posted: Fri Sep 09, 2011 1:47 pm Subject: Function : InternetFileRead() aka UrlDownLoadToVar() |
I have changed it a little to apply to AHK_Lw
/*
___ _ _ _____ _ _ ____ _
|_ _|_ __ | |_ ___ _ __ _ __ ___| |_| ___(_) | ... |
Topic: Function : InternetFileRead() aka UrlDownLoadToVar() |
hughman
Replies: 151
Views: 20899
|
Forum: Scripts & Functions Posted: Fri Sep 09, 2011 1:34 pm Subject: Function : InternetFileRead() aka UrlDownLoadToVar() |
| it doesn't work for AHK_Lw |
Topic: AHKL: create object literal in seperated lines |
hughman
Replies: 1
Views: 253
|
Forum: Wish List Posted: Mon Sep 05, 2011 12:34 pm Subject: AHKL: create object literal in seperated lines |
such as:
object := {
item1,
item2,
itme3
}
array := [
a,
b,
c
]
|
Topic: AHK Basic Lib: FreeImage.dll wrapper |
hughman
Replies: 3
Views: 414
|
Forum: Scripts & Functions Posted: Thu Sep 01, 2011 6:32 am Subject: AHK Basic Lib: FreeImage.dll wrapper |
| 这个库居然有中文文档,试试看 |
Topic: [AHK_L+H] WatchDirectory - Report Directory Changes |
hughman
Replies: 87
Views: 6649
|
Forum: Scripts & Functions Posted: Thu Sep 01, 2011 5:11 am Subject: [AHK_L+H] WatchDirectory - Report Directory Changes |
It works for the lastest version.
But I can't understand the cause for the old version.
Can u supply a version without depandance? |
Topic: [AHK_L+H] WatchDirectory - Report Directory Changes |
hughman
Replies: 87
Views: 6649
|
Forum: Scripts & Functions Posted: Tue Aug 30, 2011 3:20 pm Subject: [AHK_L+H] WatchDirectory - Report Directory Changes |
I found a very strange problem:
if existing function whose name starts with some specific words such as "xml" in the script, then WatchDirectory can't report changes any more.
In order to ... |
| |