AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 115 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to "Edit this Script" in any editor other than
ProsperousOne

Replies: 16
Views: 3076

PostForum: Ask for Help   Posted: Sat Mar 12, 2011 9:15 pm   Subject: How to "Edit this Script" in any editor other than
I'm using Win 7 Home Premium (64) and this worked for me:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoHotkeyScript\Shell\Edit\Command

Value = pspad.exe %1


I had Value = "C:\Program Fil ...
  Topic: How to "Edit this Script" in any editor other than
ProsperousOne

Replies: 16
Views: 3076

PostForum: Ask for Help   Posted: Sat Nov 20, 2010 2:57 pm   Subject: How to "Edit this Script" in any editor other than
Tearing my hair out over this one... it works on my other 2 computers (XP) fine, but my new Windows 7 keeps opening my ahk files with notepad to edit, instead of PS Pad...

Here's my Regedit files: ...
  Topic: Settings for Autohotkey.ini to auto open PSPad?
ProsperousOne

Replies: 4
Views: 250

PostForum: Ask for Help   Posted: Sat Nov 20, 2010 2:24 pm   Subject: Settings for Autohotkey.ini to auto open PSPad?
NM... Found the answer here:

http://www.autohotkey.com/forum/viewtopic.php?t=26197&start=0&postdays=0&postorder=ascopen+edit+running+script+editor
  Topic: Settings for Autohotkey.ini to auto open PSPad?
ProsperousOne

Replies: 4
Views: 250

PostForum: Ask for Help   Posted: Sat Nov 20, 2010 2:18 pm   Subject: Settings for Autohotkey.ini to auto open PSPad?
I'm talking about when you right click on an ahk icon in the tool bar and click "edit" on a running script.

My other 2 computers open the file in pspad, but this on opens it in note pad. ...
  Topic: Settings for Autohotkey.ini to auto open PSPad?
ProsperousOne

Replies: 4
Views: 250

PostForum: Ask for Help   Posted: Sun Oct 31, 2010 6:35 pm   Subject: Settings for Autohotkey.ini to auto open PSPad?
On 2 of my computers I have PSPad configured such that when I click on edit Autohotkey.ini in my task bar, the autohotkey.ini file opens in PSPad.

However, on my new destkop, Autohotkey.ini opens i ...
  Topic: Can't set UpDown Vertical width
ProsperousOne

Replies: 2
Views: 474

PostForum: Bug Reports   Posted: Thu May 20, 2010 4:56 pm   Subject: Can't set UpDown Vertical width
Very nice, thanks for the fix! Idea

Yea, I tried the -16 to no avail also... Confused
  Topic: Can't set UpDown Vertical width
ProsperousOne

Replies: 2
Views: 474

PostForum: Bug Reports   Posted: Thu May 20, 2010 12:59 pm   Subject: Can't set UpDown Vertical width
No matter what I do, the width of the up/down is always the same.

Gui, Add, UpDown, x106 y37 w150 h160, UpDown
; Generated using SmartGUI Creator 4.0
Gui, Show, x131 y91 h377 w477, New GUI Window ...
  Topic: Trivial: Why the extra escape character?
ProsperousOne

Replies: 1
Views: 299

PostForum: Ask for Help   Posted: Fri Mar 27, 2009 3: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: 1944

PostForum: Ask for Help   Posted: Thu Mar 26, 2009 1:14 pm   Subject: How to Unicode//Ascii in a MsgBox???
bumpity... Wink
  Topic: gui drag checkbox
ProsperousOne

Replies: 5
Views: 758

PostForum: Ask for Help   Posted: Wed Mar 25, 2009 9: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: 935

PostForum: Ask for Help   Posted: Tue Mar 24, 2009 7: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: 1944

PostForum: Ask for Help   Posted: Tue Mar 24, 2009 3: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 Rolling Eyes

Seems like there h ...
  Topic: Translucency worked in XP but not in 2000?
ProsperousOne

Replies: 4
Views: 553

PostForum: Ask for Help   Posted: Mon Mar 23, 2009 7: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: 412

PostForum: Ask for Help   Posted: Tue Mar 17, 2009 4:21 pm   Subject: Is Run, abc.exe the same as outputvar := abx(some_parameter)
DOOH! Missed the include Embarassed

thx Bobo!
  Topic: Is Run, abc.exe the same as outputvar := abx(some_parameter)
ProsperousOne

Replies: 2
Views: 412

PostForum: Ask for Help   Posted: Mon Mar 16, 2009 4: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 ...
 
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group