| Author |
Message |
Topic: Has anyone tried to get a pen and tablet to work with ahk? |
WhiteCloud
Replies: 0
Views: 571
|
Forum: Ask for Help Posted: Sat May 14, 2005 9:09 pm Subject: Has anyone tried to get a pen and tablet to work with ahk? |
| These are designed mostly for graphic artists. They have two modes where you can use it like a pen or a mouse. "Pen mode" makes the tablet space correspond with the screen space. "Mouse mode" does ... |
Topic: Creator/Moderator/Primary Technical Support Specialist/Hero |
WhiteCloud
Replies: 22
Views: 2226
|
Forum: General Chat Posted: Sun Feb 06, 2005 6:55 pm Subject: Creator/Moderator/Primary Technical Support Specialist/Hero |
I don't see how anyone could be disappointed with this program. It covers so much already!
AHK let me boost my income by several thousand dollars last year by automating what my employer thought ... |
Topic: A program that defeats AutoHotKey??? |
WhiteCloud
Replies: 176
Views: 70824
|
Forum: Wish List Posted: Thu Sep 30, 2004 12:30 am Subject: A program that defeats AutoHotKey??? |
| compared to game developers people who write bots for games seem to like attention more. They can't be all that hard to find either. You might ask some of them how they got low level control. |
Topic: Tips on commenting, diagramming and conceptualizing scripts? |
WhiteCloud
Replies: 0
Views: 750
|
Forum: General Chat Posted: Tue Sep 28, 2004 12:30 am Subject: Tips on commenting, diagramming and conceptualizing scripts? |
I haven't had much formal education or experience writing code. Would anyone be kind enough to share some links about this stuff?
I find myself having difficulty organizing my larger scripts in ... |
Topic: copy a (jpeg) file to the clipboard |
WhiteCloud
Replies: 6
Views: 795
|
Forum: Ask for Help Posted: Tue Sep 14, 2004 10:08 pm Subject: copy a (jpeg) file to the clipboard |
hey this looks like a great candidate for the script showcase. Thanks!
One of you would be better at brainstorming this than I would: Are there any other file types this could be made to work for ... |
Topic: Show which fonts have True Type spacing between letters |
WhiteCloud
Replies: 4
Views: 865
|
Forum: Wish List Posted: Fri Sep 03, 2004 11:32 pm Subject: Show which fonts have True Type spacing between letters |
I'll probably do some sort of multiple splashtext windows side by side. One for each column. I've been so busy I haven't been taking advantage of the latest new features yet.  |
Topic: Create a graphical overlay |
WhiteCloud
Replies: 4
Views: 998
|
Forum: Wish List Posted: Fri Sep 03, 2004 4:02 am Subject: Create a graphical overlay |
it doesn't look like animating gifs are supported. No big deal there.
I don't even know if .bmp, .gif, or .jpg files can have transparent areas in them... |
Topic: Create a graphical overlay |
WhiteCloud
Replies: 4
Views: 998
|
Forum: Wish List Posted: Fri Sep 03, 2004 3:44 am Subject: Create a graphical overlay |
I confess I only skimmed the documentation for splash image. I'll test it out to see if it can display non-rectangular images and animated .gif files.
Thanks! |
Topic: Show which fonts have True Type spacing between letters |
WhiteCloud
Replies: 4
Views: 865
|
Forum: Wish List Posted: Fri Sep 03, 2004 3:37 am Subject: Show which fonts have True Type spacing between letters |
| yes but the problem is i don't know how much space the data in the column(s) on the left are going to take up. The columns being displayed are known during run time after a query is entered. I have ... |
Topic: Create a graphical overlay |
WhiteCloud
Replies: 4
Views: 998
|
Forum: Wish List Posted: Thu Sep 02, 2004 11:53 pm Subject: Create a graphical overlay |
| Right now I use a script that points out certain places on my screen using several simultaneous tooltip commands. The text in them is just %a_Space%. What I'd really like to do is have some sort of ... |
Topic: Show which fonts have True Type spacing between letters |
WhiteCloud
Replies: 4
Views: 865
|
Forum: Wish List Posted: Thu Sep 02, 2004 11:47 pm Subject: Show which fonts have True Type spacing between letters |
| I currently use msgbox to display the results of a query in 2 columns. The problem is the 2nd column doesn't line up vertically. Since the spacing between letters in msgbox depends on the letters it ... |
Topic: Password authentication... |
WhiteCloud
Replies: 10
Views: 708
|
Forum: Ask for Help Posted: Thu Sep 02, 2004 2:34 am Subject: Password authentication... |
| remember to put suspend on and turn it off when the password is correct else the keys will still work |
Topic: Gradual Arrow Press |
WhiteCloud
Replies: 3
Views: 920
|
Forum: Ask for Help Posted: Sat Aug 28, 2004 8:44 pm Subject: Gradual Arrow Press |
I love these gaming related threads.
If there's no way to do what Chris said the next best thing is to do something like this:
Up::
Send {Up down}
sleep 10
Send {Up up}
sleep 10
Send {Up ... |
Topic: SWG Crafting Clicker |
WhiteCloud
Replies: 1
Views: 1806
|
Forum: Scripts & Functions Posted: Sat Aug 28, 2004 8:25 pm Subject: SWG Crafting Clicker |
I made a few changes.
You could add some short code to re-start the loop again without restarting the whole script. Or you could have it pause and resume in mid-loop with a little more coding.
... |
Topic: Scrot ! |
WhiteCloud
Replies: 7
Views: 1357
|
Forum: Wish List Posted: Thu Aug 26, 2004 3:54 am Subject: Scrot ! |
| now that's possibly an excellent idea, BoBo |
| |