Thnx, JRL. GetControlText is a nice workaround for this situation. And yes i am curious what Marcus has to say about this.
wil
Search found 25 matches
- Wed Nov 09, 2016 11:01 pm
- Forum: Technical / Scripting
- Topic: Problem with semicolon in result FindObject
- Replies: 2
- Views: 3206
- Wed Nov 09, 2016 9:55 pm
- Forum: Technical / Scripting
- Topic: Problem with semicolon in result FindObject
- Replies: 2
- Views: 3206
Problem with semicolon in result FindObject
Hello, In Notepad's editor i have the following text: test1;test2 I am using the following code to get the text from Notepad's editor: //Get the text from Notepad's editor: GetWindowHandle>Untitled - Notepad,hWnd FindObject>hWnd,Edit,,1,hWnd,X1,Y1,X2,Y2,result Message>result The result is test1. I e...
- Mon May 12, 2014 5:56 pm
- Forum: Technical / Scripting
- Topic: Change / Reset Keydown Onevent
- Replies: 3
- Views: 3680
Re: Change / Reset Keydown Onevent
Thnx hagchr and JRL.
Sorry, for some reason i didn't find Marcus' post before submitting this question.
Best regards, wil
Sorry, for some reason i didn't find Marcus' post before submitting this question.
Best regards, wil
- Sun May 11, 2014 9:14 pm
- Forum: Technical / Scripting
- Topic: Change / Reset Keydown Onevent
- Replies: 3
- Views: 3680
Change / Reset Keydown Onevent
Hello, Is it possible to reset or change the Keydown for an Onevent. I tried the following code, but that does not work :( I was expecting here the KEY_DOWN should change from "a" to "t"... //press a let>event_char_test=a let>teller=0 OnEvent>KEY_DOWN,%event_char_test%,0,testing SRT>testing let>tell...
- Tue Mar 04, 2014 6:44 am
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24364
- Fri Feb 28, 2014 1:33 am
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24364
I am also confused as to what is happening. From your original message, it sounds like you may be switching your keyboard back and forth from English to Hebrew. I've never changed my keyboard to any other language so I'm not sure what goes on when you do that. But I'm wondering if the problem is th...
- Thu Aug 22, 2013 7:11 pm
- Forum: General Discussion
- Topic: v14 autosave?
- Replies: 9
- Views: 13013
- Sat Aug 17, 2013 12:53 am
- Forum: General Discussion
- Topic: v14 autosave?
- Replies: 9
- Views: 13013
- Sun Feb 17, 2013 12:20 am
- Forum: General Discussion
- Topic: v14 autosave?
- Replies: 9
- Views: 13013
v14 autosave?
Hello, After i installed v14 I noticed the edited script saves automatically from time to time. I don't know how to turn it off. I unchecked backups, but that didn't solved the problem. Before install i did not remove v13 first btw, but i installed v14 into another folder. Is there a way to solve th...
- Sat Feb 02, 2013 1:47 pm
- Forum: Beginners
- Topic: parse VAR on start compiled script
- Replies: 2
- Views: 7005
- Sat Feb 02, 2013 5:47 am
- Forum: Beginners
- Topic: parse VAR on start compiled script
- Replies: 2
- Views: 7005
parse VAR on start compiled script
Hello,
Is it possible to start a compiled script included a parameter?
For example from a dos command: "script.exe "
Next I want the script determine what value the parameter has.
I'm thinking of something in the code:
"parse arguments var parm"
thnx in advance, wil
Is it possible to start a compiled script included a parameter?
For example from a dos command: "script.exe "
Next I want the script determine what value the parameter has.
I'm thinking of something in the code:
"parse arguments var parm"
thnx in advance, wil
- Sat Jul 21, 2012 1:52 am
- Forum: Technical / Scripting
- Topic: ObjectSendKeys ConsoleWindowClass without focus
- Replies: 5
- Views: 7263
- Fri Jul 20, 2012 5:24 pm
- Forum: Technical / Scripting
- Topic: ObjectSendKeys ConsoleWindowClass without focus
- Replies: 5
- Views: 7263
- Fri Jul 20, 2012 4:06 pm
- Forum: Technical / Scripting
- Topic: ObjectSendKeys ConsoleWindowClass without focus
- Replies: 5
- Views: 7263
- Tue Jul 17, 2012 11:25 pm
- Forum: Technical / Scripting
- Topic: ObjectSendKeys ConsoleWindowClass without focus
- Replies: 5
- Views: 7263
ObjectSendKeys ConsoleWindowClass without focus
Hello, I want to be able to send keys and text to a dos-window without doing a focus, but i have some difficulties doing that. For example. I open an old dos-programm 'norton commander' in a dos-box like this: http://s16.postimage.org/571fgju11/nc1.jpg When i want to send the 'dir' command to the do...