AutoHotkey Community

It is currently May 22nd, 2012, 1:25 pm

All times are UTC [ DST ]


Search found 69 matches
Search these results:

Author Message

 Forum: Support   Topic: PSPAD F9 Not Working

Posted: October 16th, 2010, 4:28 am 

Replies: 6
Views: 302


Yume, Thank you so much. This is what I was missing. Just out of curiosity, did you add this manually or was it added from the Extras Script for PSPAD? Again, thank you.

 Forum: Support   Topic: PSPAD F9 Not Working

Posted: October 15th, 2010, 8:01 pm 

Replies: 6
Views: 302


Other Function keys native to PSPAD do work. IE: Hitting F12 brings up the Save As dialog box. I cannot get AHK context sensitive help to come though.

 Forum: Support   Topic: PSPAD F9 Not Working

Posted: October 15th, 2010, 7:41 pm 

Replies: 6
Views: 302


Just double checked. No, Run (aRun1) is mapped to F9.
This is the point of my confusion though. It does nothing when pressed.

 Forum: Support   Topic: PSPAD F9 Not Working

 Post subject: PSPAD F9 Not Working
Posted: October 15th, 2010, 6:45 pm 

Replies: 6
Views: 302


I keep hitting my head and it's not getting better. How do I configure F9 within PSPAD to run the current script?

 Forum: Scripts   Topic: PSPad Helper (handy basic time saver for AHK development.)

Posted: October 15th, 2010, 6:31 pm 

Replies: 3
Views: 1266


I had AHK highlighting in PSPAD working at one point but have since lost my drive. I've installed AHK and PSPAD and double clicked on the script for PSPAD but it's not working. What am I missing?

Please comment....

 Forum: Support   Topic: Scanning Drive, or Registry, for EXE path

Posted: July 1st, 2010, 11:03 pm 

Replies: 3
Views: 271


Thank you for the sample. This will give me plenty to chew on for a while.

What would cause the message box to return a blank? I changed notepad.exe to vpngui.exe and the message box comes up without text. vpngui.exe is an entry in the Reg Key.

 Forum: Support   Topic: Scanning Drive, or Registry, for EXE path

Posted: July 1st, 2010, 8:50 pm 

Replies: 3
Views: 271


What's the best route to address this? I'd like to write a script to scan my drive, or the registry, to locate the path of an application. IE: outlook.exe Is this best handled by: Loop, %A_ProgramFiles%\outlook.exe, , 1 or is there a better way? Should I scan the registry instead? How is that done w...

 Forum: Offtopic   Topic: Automate Merging of Directories - Keep best Record

Posted: May 12th, 2008, 3:54 pm 

Replies: 0
Views: 381


I'm looking for a killer app or best practice for a simple problem, too many duplicate files amongst multiple directory structures. I have a bunch of MP3 files in different directory collections. I would like to merge these directories into one master directory but I know I have dupliates. I have lo...

 Forum: Scripts   Topic: Install AHK syntax highlighting and clips for PSPad v2

Posted: February 17th, 2007, 4:12 am 

Replies: 81
Views: 33447


I'm in the same boat as Titan. How do I turn off the Log window from showing up with each compile and turn off the "Save" before compile setting. I see the checkbox for the "Save" before compile setting but as I uncheck it and click OK to exit the dialog window, the setting it ch...

 Forum: Support   Topic: ListView - adding data to hidden columns

Posted: February 17th, 2007, 3:09 am 

Replies: 2
Views: 551


Klaus, Thank you for the Documentation pointer, or should I say the Documentation Pin pointer. I read the entire ListView section 2 or 3 times and looked past the ColClick each time. My mind must have dismissed ColClick since you can't click a column you can't see. The screen capture was done with S...

 Forum: Support   Topic: ListView - adding data to hidden columns

Posted: February 16th, 2007, 5:13 am 

Replies: 2
Views: 551


Is it possible to add hidden columns to a Listview? I'm putting together a small expense tracking tool. The data, in the listview, is seperated by a group heading. The heading is actually the name of the event or location the expenses were incurred. When I click on an arbitrary row below a group hea...

 Forum: Support   Topic: Adding To The Top Of A Listview

Posted: February 6th, 2007, 5:15 am 

Replies: 5
Views: 543


Same notion, different control...

How do you add a line to the top of a Listbox?

Homer

 Forum: Support   Topic: how am i going to end the line of my output?

Posted: February 6th, 2007, 5:10 am 

Replies: 4
Views: 609


What are you asking?

How do you stop a loop when you won't know when to stop until you read the next line? If this is what you're asking then you'll have to just use two variables and keep checking them against each other. IE: "This line" and "Last Line"

Homer

 Forum: Support   Topic: Interacting with files

Posted: February 6th, 2007, 5:06 am 

Replies: 7
Views: 730


Here is simple snippet that I used once to get a handle on how to read a directory and fill a listbox control. It's not much but it's a start. You will obviously have to change the Directory path. Gui, Add, ListBox, x76 y10 w380 h360 vMyListBox, Gui, Add, Button, x6 y10 w60 h30 gFill1 ,Fill Once Gui...

 Forum: Support   Topic: Siebel with Internet Explorer

Posted: February 3rd, 2007, 5:48 am 

Replies: 2
Views: 1818


I guess I'm a little confused... why not just map the coordinates of the screen elements you want to navigate to, such as the Sitemap and the Screen / View URL?

Homer
Sort by:  
Page 1 of 5 [ Search found 69 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group