| Author |
Message |
Forum: Support Topic: Listview Problem |
| schling |
|
Posted: September 16th, 2006, 9:44 am
|
|
Replies: 6 Views: 560
|
| The answer to my question is that in Windows 98, IniWrite will simpy stop at the first tab if you try to write a string with tab-separated fields, such as an entire row coming from a ListView (which is what I was doing). This does not happen with XP. So to make the code work with Windows 98 you have... |
|
 |
Forum: Support Topic: Listview Problem |
| schling |
|
Posted: September 8th, 2006, 10:59 pm
|
|
Replies: 6 Views: 560
|
| Hi all, Got a problem writing the contents of a 8 column listview to a .ini file. Here is the code: ControlGet, HistoryList, List,, SysListView321, CCD Drift Align Loop, Parse, HistoryList, `n { IniWrite, %A_LoopField%, %IniFilePath%, History, History%A_Index% RowNumber := A_Index } This w... |
|
 |
Forum: Support Topic: Passing a String from VBScript to AHK |
| schling |
|
Posted: August 22nd, 2006, 10:36 am
|
|
Replies: 13 Views: 3146
|
| What's wrong with using a temp file, as long as you delete it after? For the other solutions: I wouldn't use the registry, which isn't designed for this use. AFAIK, native VBScript doesn't support PostMessage or the like, not calls to WinAPI. If I use FileExists in AHK to check for the appearance o... |
|
 |
Forum: Support Topic: Passing a String from VBScript to AHK |
| schling |
|
Posted: August 21st, 2006, 6:15 pm
|
|
Replies: 13 Views: 3146
|
| As you didn't provide any code ... :roll: what about to call the AHK script with the string as a parameter ? Thanks! Since both scripts (the VBScript and the main AHK script) need to run concurrently, I guess I could create a second small AHK script called by the VBScript whose only purpose would b... |
|
 |
Forum: Support Topic: Passing a String from VBScript to AHK |
| schling |
|
Posted: August 21st, 2006, 5:23 pm
|
|
Replies: 13 Views: 3146
|
| Hi all, I am trying to pass a string from VBScript to AHK, without using a temp file (with the VB script invisible in the background, as I need it to talk to an application with an ActiveX automation interface). The clipboard (used together with Clipwait in AHK) would be a solution, but (apparently?... |
|
 |
Forum: Support Topic: ControlClick unreliable |
| schling |
|
Posted: March 11th, 2006, 12:32 am
|
|
Replies: 6 Views: 1076
|
| Hi all, I am using lots of ControlClick commands on Buttons, and sometimes they don't work, resulting in an unreliable script. Tried playing with SetControlDelay, and with different types of actions (several clicks, or only down action, etc.). Maybe I'm missing something here ... Is there an "u... |
|
 |
Forum: Support Topic: Trouble accessing window |
| schling |
|
Posted: March 6th, 2006, 9:46 pm
|
|
Replies: 3 Views: 879
|
Thank you Philippe and Greg
Also for the nifty tooltip spy. I finally managed to access the position of one of the controls inside the window.
Tried the ImageSearch solution. Worked like a charm! Nice to have in the toolbox.
Robert |
|
 |
Forum: Support Topic: Trouble accessing window |
| schling |
|
Posted: March 6th, 2006, 9:43 am
|
|
Replies: 3 Views: 879
|
| Hello all, I am new to autohotkey, and have basic scripting and programming skills. My objective -within a longer string of commands- is to automate the selection of an item in a pop-up menu that appears when I right-click in a window generated by an application. This window displays information in ... |
|
 |
| Sort by: |