| Author |
Message |
Topic: WatchDirectory() |
Ender
Replies: 54
Views: 16322
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 3:58 pm Subject: YES! Track users! |
| That is something I have been wondering about for a while too - is this possible? Please help! |
Topic: how do you make a series of commands |
Ender
Replies: 6
Views: 170
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 10:41 pm Subject: how do you make a series of commands |
| Yes, those are actions. He/she just put them in the code to give you some examples... |
Topic: how do you make a series of commands |
Ender
Replies: 6
Views: 170
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 10:01 pm Subject: how do you make a series of commands |
^l::
Send 123
return
When you hold Ctrl and press the L key, it will send 123.
Read the beginner tutorials. |
Topic: Fading / Animating GUI with a PNG that includes transparency |
Ender
Replies: 6
Views: 824
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 8:34 pm Subject: Fading / Animating GUI with a PNG that includes transparency |
Thanks for working on it HotKey.
However, similar issues are still present. When the code is run with a darker background behind the gui windows, there is a white "fuzz" where the fading ... |
Topic: Caps Lock activating in background? + New question (tables) |
Ender
Replies: 6
Views: 461
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 7:50 pm Subject: Caps Lock activating in background? + New question (tables) |
| Could you post some of the code that you have running when this happens? It's possible that one of the hotkeys that you have set up is inadvertently tripping the system's caps function... |
Topic: Fading / Animating GUI with a PNG that includes transparency |
Ender
Replies: 6
Views: 824
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 7:36 pm Subject: Fading / Animating GUI with a PNG that includes transparency |
Even without your PNG, and even without the DllCalls, I was unable to make both Transparent and TransColor work together. Are you sure they CAN work together?
The DllCall you are using, seem to do ... |
Topic: Fading / Animating GUI with a PNG that includes transparency |
Ender
Replies: 6
Views: 824
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 7:15 pm Subject: Fading / Animating GUI with a PNG that includes transparency |
First of all, call your -Caption only after you make the window transparent.
Thats according to the AHK help file.
Thanks; I had actually typed this bit of code from memory and must have stuck tha ... |
Topic: Fading / Animating GUI with a PNG that includes transparency |
Ender
Replies: 6
Views: 824
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 6:17 pm Subject: Fading / Animating GUI with a PNG that includes transparency |
| Ok, I've been trying to figure out how to fade a GUI window that has a png image containing transparency. I can get it to fade just fine if I don't make the background of the GUI transparent and just ... |
| |