AutoHotkey Community

It is currently May 23rd, 2012, 5:23 am

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: IniRead - how to get multiple keys from a section at once?

Posted: August 31st, 2005, 5:15 pm 

Replies: 9
Views: 947


toralf,

Which variable do I put on the clipboard in order to paste all of the key data to the other application?

I seem to have the script running without errors, but haven't figured out how to paste the values.

Thanks!

 Forum: Support   Topic: IniRead - how to get multiple keys from a section at once?

Posted: August 29th, 2005, 6:58 pm 

Replies: 9
Views: 947


What codes would I use for the first suggestion: 1) you read all ini values as a code block or in a loop 2) then you combine the vars into one string Here's what a portion of my ini file looks like (there are 8+ sections in all): [From Data] key1=From Mail Code: key2=From Division: key3=From Departm...

 Forum: Support   Topic: IniRead - how to get multiple keys from a section at once?

Posted: August 27th, 2005, 12:06 am 

Replies: 9
Views: 947


I put together some code to gather key data in an ini file and then paste it into a test notepad file. Here's what I've started with: IniRead, empdata, C:\Temp\User Request Form.ini, Employee Data, 1 WinWait, testfile IfWinNotActive, testfile, , WinActivate, testfile WinWaitActive, testfile Sleep, 1...

 Forum: Support   Topic: Auto-Complete in a ComboBox?

Posted: August 18th, 2005, 12:26 am 

Replies: 3
Views: 646


Unfortunately, a listbox won't do it, because my users need the ability to manually type in the site code if needed.

 Forum: Support   Topic: Using Clipboard to paste {ENTER} Keystrokes?

 Post subject: I tried that...
Posted: August 17th, 2005, 9:38 pm 

Replies: 4
Views: 839


I tried using 'n - it didn't work. :( Did the same thing as {ENTER}.

Any other ideas?

 Forum: Support   Topic: Auto-Complete in a ComboBox?

Posted: August 17th, 2005, 8:16 pm 

Replies: 3
Views: 646


Hi Again Everyone, I have a working GUI/combobox that looks like this: Gui, 1:Add, Text, x46 y10 w180 h20, Choose or Type Location ID Gui, 1:Add, Button, x46 y150 w140 h40 gBtnGo, Go Gui, 1:Add, Button, x276 y150 w140 h40 gBtnCancel, Cancel Gui, 1:Add, ComboBox, x46 y40 w400 h3600 0x2000 0x100 0x200...

 Forum: Support   Topic: Using Clipboard to paste {ENTER} Keystrokes?

Posted: August 17th, 2005, 8:03 pm 

Replies: 4
Views: 839


Hi Everyone, Hopefully this will be an easy question. I could not find anything helpful in the Help file. Simply, all I want to do is copy some text including {ENTER} keystrokes to the clipboard and then paste it, omitting the text {ENTER} and having line breaks appear instead. Here is what I curren...

 Forum: Support   Topic: Inserting text from ComboBox drop-down list into another app

 Post subject: It WORKS! :)
Posted: August 17th, 2005, 7:08 pm 

Replies: 7
Views: 1176


I made a few tweaks to this, including putting my values for the first combobox in a separate ini file. This makes it easier for me to manage the values if they change - I won't have to update 65+ macros that will be using this list, just the one ini file. Too cool. I am very happy. Here is what the...

 Forum: Support   Topic: Inserting text from ComboBox drop-down list into another app

Posted: August 15th, 2005, 8:52 pm 

Replies: 7
Views: 1176


OK, I was able to resolve the target name issue. I changed the codes a bit to add the second combo box. BtnGo: FloorNo: Gui, 1:Submit StringSplit, Array, FloorNo, %A_Space% Send, %Array2% LocationID: Gui, 1:Submit, StringSplit, Array, LocationID, %A_Space% Send, %Array1% Send, {SPACE} The problem no...

 Forum: Support   Topic: Inserting text from ComboBox drop-down list into another app

Posted: August 15th, 2005, 8:25 pm 

Replies: 7
Views: 1176


THANKS!!!! That did the trick. However, how can I make this work using two comboboxes in the single GUI? I need to add a second combobox - the user will first need to choose a location and then a floor number. The macro will then need to insert the location, a space and then the floor number into th...

 Forum: Support   Topic: Inserting text from ComboBox drop-down list into another app

Posted: August 15th, 2005, 5:32 pm 

Replies: 7
Views: 1176


I apologize, I am a newbie at this... I've tried so many different combinations, and nothing has worked... starting with what the bits that were in the Help file. The sample you provided is the same as was in the Help file, and it doesn't work. With the sample you provided, I get an error: "Paramete...

 Forum: Support   Topic: Inserting text from ComboBox drop-down list into another app

Posted: August 12th, 2005, 10:34 pm 

Replies: 7
Views: 1176


Hi Everyone, I am somewhat new to the GUI stuff with AHK... Anyhow, here's my headache: 1) The macro initially starts by activity an application window (Clarify) and then sends a series of keystrokes. 2) A GUI pops up with a ComboBox list of options for the user to choose or type in text. 3) I have ...
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group