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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: IniRead - how to get multiple keys from a section at once?
Starbyter

Replies: 9
Views: 677

PostForum: Ask for Help   Posted: Wed Aug 31, 2005 4:15 pm   Subject: IniRead - how to get multiple keys from a section at once?
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 ...
  Topic: IniRead - how to get multiple keys from a section at once?
Starbyter

Replies: 9
Views: 677

PostForum: Ask for Help   Posted: Mon Aug 29, 2005 5:58 pm   Subject: IniRead - how to get multiple keys from a section at once?
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 ...
  Topic: IniRead - how to get multiple keys from a section at once?
Starbyter

Replies: 9
Views: 677

PostForum: Ask for Help   Posted: Fri Aug 26, 2005 11:06 pm   Subject: IniRead - how to get multiple keys from a section at once?
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, Emp ...
  Topic: Auto-Complete in a ComboBox?
Starbyter

Replies: 3
Views: 348

PostForum: Ask for Help   Posted: Wed Aug 17, 2005 11:26 pm   Subject: Auto-Complete in a ComboBox?
Unfortunately, a listbox won't do it, because my users need the ability to manually type in the site code if needed.
  Topic: Using Clipboard to paste {ENTER} Keystrokes?
Starbyter

Replies: 4
Views: 491

PostForum: Ask for Help   Posted: Wed Aug 17, 2005 8:38 pm   Subject: I tried that...
I tried using 'n - it didn't work. Sad Did the same thing as {ENTER}.

Any other ideas?
  Topic: Auto-Complete in a ComboBox?
Starbyter

Replies: 3
Views: 348

PostForum: Ask for Help   Posted: Wed Aug 17, 2005 7:16 pm   Subject: Auto-Complete in a ComboBox?
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 ...
  Topic: Using Clipboard to paste {ENTER} Keystrokes?
Starbyter

Replies: 4
Views: 491

PostForum: Ask for Help   Posted: Wed Aug 17, 2005 7:03 pm   Subject: Using Clipboard to paste {ENTER} Keystrokes?
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 clip ...
  Topic: Inserting text from ComboBox drop-down list into another app
Starbyter

Replies: 7
Views: 562

PostForum: Ask for Help   Posted: Wed Aug 17, 2005 6:08 pm   Subject: It WORKS! :)
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+ ma ...
  Topic: Inserting text from ComboBox drop-down list into another app
Starbyter

Replies: 7
Views: 562

PostForum: Ask for Help   Posted: Mon Aug 15, 2005 7:52 pm   Subject: One problem fixed, another begins
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, %Ar ...
  Topic: Inserting text from ComboBox drop-down list into another app
Starbyter

Replies: 7
Views: 562

PostForum: Ask for Help   Posted: Mon Aug 15, 2005 7:25 pm   Subject: COOL! It worked! Just one more thing...
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 ...
  Topic: Inserting text from ComboBox drop-down list into another app
Starbyter

Replies: 7
Views: 562

PostForum: Ask for Help   Posted: Mon Aug 15, 2005 4:32 pm   Subject: Inserting text from ComboBox drop-down list into another app
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 sa ...
  Topic: Inserting text from ComboBox drop-down list into another app
Starbyter

Replies: 7
Views: 562

PostForum: Ask for Help   Posted: Fri Aug 12, 2005 9:34 pm   Subject: Inserting text from ComboBox drop-down list into another app
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 keyst ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group