| Author |
Message |
Forum: Support Topic: How to SendInput, {raw} %ini_variable_with_carriage_returns% |
| z3lig |
|
Posted: August 19th, 2007, 4:42 am
|
|
Replies: 2 Views: 482
|
I'm considering using xml files to store this. Seems like Titan's XMLPath script may be a good solution for what I'm trying to do. If anyone thinks this is not the right path to go down, please advise.
Z |
|
 |
Forum: Support Topic: How to SendInput, {raw} %ini_variable_with_carriage_returns% |
| z3lig |
|
Posted: August 19th, 2007, 1:40 am
|
|
Replies: 2 Views: 482
|
| Hello, How do I use SendInput, {raw} to send a variable with carriage returns that is stored in an ini file? For example test.ini: [scripts] send=( line 1 line 2 line 3 line 4 etc. ) AHK Script: IniRead, sAudit, test.ini, scripts, send, %A_Space% f:: Sendinput, {raw} %sAudit% retur... |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 17th, 2007, 11:16 am
|
|
Replies: 10 Views: 1538
|
| finally figured it out but for some reason the edit control envokes its own ahk_id when you input text. dropdown, buttons do not do this. Anyone know how I can work-around this? Also, is this by design? Gui +AlwaysOnTop Gui, Add, Edit, x73 y27 w280 h90 , Edit Gui, Add, Button, x163 y247 w100 h40 gSe... |
|
 |
Forum: Scripts Topic: [module] HiEdit 4.0.0.4-5 |
| z3lig |
|
Posted: August 17th, 2007, 11:04 am
|
|
Replies: 239 Views: 61726
|
| Nice work, dude. Couple questions: 1. How can I put this on multiples tabs in Gui, Tab? 2. When I do a Gui, Submit can I assign the contents of an hEdit box to a variable? I'm considering using this in place of Edit because for some reason Edit envokes different ahk_ids everytime you input text to i... |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 16th, 2007, 7:17 pm
|
|
Replies: 10 Views: 1538
|
| Hello, Again, I was able to find a similar solution here: http://www.autohotkey.com/forum/viewtopic.php?t=4234&start=0&postdays=0&postorder=asc&highlight= But I'm still having difficulty putting it all together. I realize this thread is getting a bit lengthy for what I need so I'll t... |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 16th, 2007, 8:19 am
|
|
Replies: 10 Views: 1538
|
| Micahs/All, Thank you very much for your support. Micahs, I've reviewed your source and believe I understand it in concept (you're intercepting the mouse events to keep focus on the target app - I apologize if this is an oversimplification) but before I try to implement your solution, I wanted to tr... |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 15th, 2007, 7:19 pm
|
|
Replies: 10 Views: 1538
|
| No, the source was not in the last distribution. |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 15th, 2007, 6:08 pm
|
|
Replies: 10 Views: 1538
|
Oh my. Yes, it seems so. I'll now have to see how micha accomplished this - seems like this may be over my head but I'm certainly up for the challenge.
Thanks for the tip. Z |
|
 |
Forum: Support Topic: Send text to last active control in last active window |
| z3lig |
|
Posted: August 15th, 2007, 12:14 pm
|
|
Replies: 10 Views: 1538
|
| Greetings, I'm new to AHK and programming so please bear with me as I struggle to get through the various learning curves. I'm trying to develop an application with AHK that allows a user to send a text string to an application. I've developed an interface that allows the user to select options that... |
|
 |
Forum: Scripts Topic: UrlDownloadToVar |
| z3lig |
|
Posted: August 13th, 2007, 10:57 pm
|
|
Replies: 81 Views: 58073
|
| Greetings, I'm new to programming as well as AHK. I'm finding myself growing more and more obsessed with it as I come up with new ideas that AHK can make real. At any rate, if its not too much trouble, would someone more seasoned please post a functional version of this script? It would be helpful f... |
|
 |
Forum: Scripts Topic: [module] SpreadSheet 0.0.2.1 - 3 |
| z3lig |
|
Posted: August 13th, 2007, 12:20 am
|
|
Replies: 117 Views: 22162
|
| majkinetor, Great contribution to the product and thanks in advance for your help. I'm having a bit of trouble getting multiselect to work with with ctrl-leftclick (similar with how you'd select multiple cells from an excel spreadsheet). In the examples you've posted, I'm only able to multiselect co... |
|
 |
| Sort by: |