| Author |
Message |
Topic: ListViews: Color individual rows, multiple LV support |
Yook
Replies: 22
Views: 3609
|
Forum: Scripts & Functions Posted: Fri Sep 23, 2011 1:43 pm Subject: ListViews: Color individual rows, multiple LV support |
| Hey, I've not come on Autohotkey forums in a long time. Glad this topic is not dead and gone. I don't have much time anymore to work on such a project, though I would love to. I may try to find a way ... |
Topic: How to pass real numbers (not strings) as parameters? |
Yook
Replies: 5
Views: 256
|
Forum: Ask for Help Posted: Mon Dec 06, 2010 8:48 am Subject: How to pass real numbers (not strings) as parameters? |
| Problem is, parameters in callback function are binary, which means they may contain 0 at some places, which will be interpreted as 0 terminator in string format and trim numbers when playing with the ... |
Topic: How to pass real numbers (not strings) as parameters? |
Yook
Replies: 5
Views: 256
|
Forum: Ask for Help Posted: Mon Dec 06, 2010 1:10 am Subject: How to pass real numbers (not strings) as parameters? |
| Situation is as follows: I have a callback function (subclassed control) in which I use Bin2Hex on one parameter. Right now, because of conversion to string on parameters of that callback function, Bi ... |
Topic: How to pass real numbers (not strings) as parameters? |
Yook
Replies: 5
Views: 256
|
Forum: Ask for Help Posted: Sun Dec 05, 2010 6:15 pm Subject: How to pass real numbers (not strings) as parameters? |
Hello!
I noticed that numbers passed as parameters to a function are converted to strings, so when I use a Bin2Hex function on such a number, I get hexa digit pairs corresponding to the ascii code ... |
Topic: subclassed control: block windows messages |
Yook
Replies: 2
Views: 389
|
Forum: Ask for Help Posted: Sun Dec 05, 2010 6:05 pm Subject: subclassed control: block windows messages |
| I couldn't find a solution for this yet. Just to let others know, order of parameters seems right in my code. |
Topic: subclassed control: block windows messages |
Yook
Replies: 2
Views: 389
|
Forum: Ask for Help Posted: Wed Sep 01, 2010 2:04 pm Subject: subclassed control: block windows messages |
Hi,
I have a GUI with an edit control which I need to detect many windows messages. Subclassing seems to be the right way to do it (I tried OnMessage too, but some messages I need are not detected) ... |
Topic: How to discard WM_KEYDOWN messages? |
Yook
Replies: 2
Views: 241
|
Forum: Ask for Help Posted: Thu Jul 29, 2010 7:03 pm Subject: How to discard WM_KEYDOWN messages? |
| From MSDN info for WM_KEYDOWN message,An application should return zero if it processes this message.I did try to return 1 instead of 0 already, but noticed that it only worked for certain keys (WM_CH ... |
Topic: How to discard WM_KEYDOWN messages? |
Yook
Replies: 2
Views: 241
|
Forum: Ask for Help Posted: Thu Jul 29, 2010 4:00 pm Subject: How to discard WM_KEYDOWN messages? |
Hi,
I have a script monitoring WM_KEYDOWN events, and I would like to discard the message so that no key is actually sent to the window (under certain conditions).
It's likely that I may also have t ... |
Topic: [module] IconEx v2.0 |
Yook
Replies: 13
Views: 5234
|
Forum: Scripts & Functions Posted: Sun May 02, 2010 9:58 pm Subject: [module] IconEx v2.0 |
Thank you, I needed something like this.
I noticed your code contains labels, this means that the script can be included only after auto-execute section. Wouldn't it be a good idea to embed these i ... |
Topic: Parameters and switches parser |
Yook
Replies: 7
Views: 1636
|
Forum: Scripts & Functions Posted: Sat May 01, 2010 4:17 pm Subject: Parameters and switches parser |
| You're welcome! glad I could help. |
Topic: TreeViews: Color individual rows, multiple TV support |
Yook
Replies: 3
Views: 2915
|
Forum: Scripts & Functions Posted: Tue Mar 30, 2010 3:56 pm Subject: TreeViews: Color individual rows, multiple TV support |
Thanks for the feedback
Yeah, people don't often post even if they use the scripts, and I am not sure treeviews are much used.
And thank you for the trick, your pic looks nice, and it illustrate ... |
Topic: Ping() function without PING.EXE (formerly A_Ping() ) |
Yook
Replies: 42
Views: 11774
|
Forum: Scripts & Functions Posted: Thu Mar 25, 2010 6:07 pm Subject: Ping() function without PING.EXE (formerly A_Ping() ) |
Hi, pretty useful function, I was looking for something like this, thanks!
I noticed that I get a "Reply buffer too small" error when pinging a non existent host name and it takes longer ... |
Topic: Anyone here use RegShot? |
Yook
Replies: 22
Views: 8275
|
Forum: Utilities & Resources Posted: Mon Mar 15, 2010 10:26 pm Subject: Anyone here use RegShot? |
| Hi, this topic is a little old, but I would like to signal that I developed [url=http://www.autohotkey.com/forum/viewtopic.php?t=55709]treeview coloring functions, I have seen in your first post that ... |
Topic: TreeViews: Color individual rows, multiple TV support |
Yook
Replies: 3
Views: 2915
|
Forum: Scripts & Functions Posted: Mon Mar 15, 2010 1:09 am Subject: TreeViews: Color individual rows, multiple TV support |
This set of functions allows to change the default color of the text and/or background of any row in any treeview.
Last updated: 15 mar 2010
Listviews and treeviews can be colored simultaneously ... |
Topic: Crazy Gui: Random Behaviour with Transparency |
Yook
Replies: 3
Views: 322
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 12:38 am Subject: Crazy Gui: Random Behaviour with Transparency |
I think the problem was that WinSet, transparent did not detect the gui because it took some time to show and wasn't visible yet when WinSet, transparent was called.
If you don't want the gui to flic ... |
| |