| Author |
Message |
Topic: Trivial: Why the extra escape character? |
ProsperousOne
Replies: 1
Views: 133
|
Forum: Ask for Help Posted: Fri Mar 27, 2009 4:13 pm Subject: Trivial: Why the extra escape character? |
I use the following code to place a Message box with the line number, a blank line, and an empty variable (%%) when I'm debugging code.
+^m::
SetKeyDelay, -1
Send, Msgbox, Msg Line: ... |
Topic: How to Unicode//Ascii in a MsgBox??? |
ProsperousOne
Replies: 6
Views: 869
|
Forum: Ask for Help Posted: Thu Mar 26, 2009 2:14 pm Subject: How to Unicode//Ascii in a MsgBox??? |
bumpity...  |
Topic: gui drag checkbox |
ProsperousOne
Replies: 5
Views: 382
|
Forum: Ask for Help Posted: Wed Mar 25, 2009 10:13 pm Subject: gui drag checkbox |
I had the same problem with a calandar box. I think the problem is this script won't work for edit enabled (non static) controls.
Try creating a static control around the check box, and when you m ... |
Topic: Need help in SQLCMD Automation |
ProsperousOne
Replies: 2
Views: 391
|
Forum: Ask for Help Posted: Tue Mar 24, 2009 8:19 pm Subject: Need help in SQLCMD Automation |
Don't know if this will help, but I just completed a beta script to query a PostgreSQL database.
Hope this helps. (Script not tested).
; Thanks to _dave_ on 2p2 forums
#SingleInstance Force
# ... |
Topic: How to Unicode//Ascii in a MsgBox??? |
ProsperousOne
Replies: 6
Views: 869
|
Forum: Ask for Help Posted: Tue Mar 24, 2009 4:18 pm Subject: How to Unicode//Ascii in a MsgBox??? |
I've spent about 2 hours scouring all the posts dealing with Unicode, Unicode2Ansi(), etc.
All I want to do is display some Greek characters in a message box and Gui
Seems like there h ... |
Topic: Translucency worked in XP but not in 2000? |
ProsperousOne
Replies: 4
Views: 381
|
Forum: Ask for Help Posted: Mon Mar 23, 2009 8:59 pm Subject: Translucency worked in XP but not in 2000? |
| Took me about 30 minutes of screwing around (after my company upgraded my computer) to find out why I was having this same problem: My simple solution: Change my video card settings to 32bit (vs. 16 ... |
Topic: Is Run, abc.exe the same as outputvar := abx(some_parameter) |
ProsperousOne
Replies: 2
Views: 195
|
Forum: Ask for Help Posted: Tue Mar 17, 2009 5:21 pm Subject: Is Run, abc.exe the same as outputvar := abx(some_parameter) |
DOOH! Missed the include
thx Bobo! |
Topic: Is Run, abc.exe the same as outputvar := abx(some_parameter) |
ProsperousOne
Replies: 2
Views: 195
|
Forum: Ask for Help Posted: Mon Mar 16, 2009 5:35 pm Subject: Is Run, abc.exe the same as outputvar := abx(some_parameter) |
I'm trying to decod the following 2 lines from another ahk post ( http://www.autohotkey.com/forum/viewtopic.php?t=40254postgresql )
sql := "SELECT game_id FROM game ORDER BY ... |
Topic: Plugin concept? |
ProsperousOne
Replies: 5
Views: 526
|
Forum: Ask for Help Posted: Mon Sep 29, 2008 10:25 pm Subject: Plugin concept? |
I tried several times to use WM_USER & WM_APP (PostMessage 0x400 & 0x8000) to no avail. However, I did create a simple app that closes all Scripts except for the AutoHotkey.exe:
#NoE ... |
Topic: Use OnMessage to monitor non ahk windows? |
ProsperousOne
Replies: 0
Views: 192
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 10:09 pm Subject: Use OnMessage to monitor non ahk windows? |
Is there any way to use OnMessage to check for commands sent to other (non ahk gui) windows?
Edit: I am using an app that has a static control (simulated LED indicator) that turns red when it is o ... |
Topic: force and expression and ini read |
ProsperousOne
Replies: 2
Views: 184
|
Forum: Ask for Help Posted: Wed Sep 10, 2008 8:44 pm Subject: force and expression and ini read |
UR 2 QUICK SKAN!!!!\
thanks! |
Topic: force and expression and ini read |
ProsperousOne
Replies: 2
Views: 184
|
Forum: Ask for Help Posted: Wed Sep 10, 2008 8:36 pm Subject: force and expression and ini read |
What's wrong with this line?
IniRead, x, % A_ScriptDir . "PThud.ini" , LabelPositions, x%A_Index%
I'm trying to read a variable (x1 or x2 or ...) from a ini file located in the A_ ... |
Topic: Listvars with multiple scripts running simultaneously |
ProsperousOne
Replies: 4
Views: 200
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 4:51 pm Subject: Listvars with multiple scripts running simultaneously |
| bump |
Topic: Listvars with multiple scripts running simultaneously |
ProsperousOne
Replies: 4
Views: 200
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 5:23 pm Subject: Listvars with multiple scripts running simultaneously |
"]use the little red buttons at the top right corner to reach the one you want
I assume you mean the grey close "x" button?
I don't get it.... I'm only getting one window to open ( ... |
Topic: Listvars with multiple scripts running simultaneously |
ProsperousOne
Replies: 4
Views: 200
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 1:14 pm Subject: Listvars with multiple scripts running simultaneously |
My autohotkey.ini file includes utilities.ahk, which contains a hotkey for listvars.
I use utilities.ahk in all scripts I write.
When I press the hotkey for listvars, I keep getting the variable ... |
| |