Search found 25 matches

by wil
Wed Nov 09, 2016 11:01 pm
Forum: Technical / Scripting
Topic: Problem with semicolon in result FindObject
Replies: 2
Views: 3144

Re: Problem with semicolon in result FindObject

Thnx, JRL. GetControlText is a nice workaround for this situation. And yes i am curious what Marcus has to say about this.

wil
by wil
Wed Nov 09, 2016 9:55 pm
Forum: Technical / Scripting
Topic: Problem with semicolon in result FindObject
Replies: 2
Views: 3144

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...
by wil
Mon May 12, 2014 5:56 pm
Forum: Technical / Scripting
Topic: Change / Reset Keydown Onevent
Replies: 3
Views: 3572

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
by wil
Sun May 11, 2014 9:14 pm
Forum: Technical / Scripting
Topic: Change / Reset Keydown Onevent
Replies: 3
Views: 3572

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...
by wil
Tue Mar 04, 2014 6:44 am
Forum: Technical / Scripting
Topic: Writing in a non english language
Replies: 18
Views: 23967

Hi Meryl,

Thank you!
by wil
Fri Feb 28, 2014 1:33 am
Forum: Technical / Scripting
Topic: Writing in a non english language
Replies: 18
Views: 23967

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...
by wil
Thu Aug 22, 2013 7:11 pm
Forum: General Discussion
Topic: v14 autosave?
Replies: 9
Views: 12902

CyberCitizen wrote:In the later versions this has been fixed, there is an option in the editor that you can turn off to prevent this from occurring.
Hi CyberCitizen,

It is the new "Save on Run Debug" option. thnx!
Image
by wil
Sat Aug 17, 2013 12:53 am
Forum: General Discussion
Topic: v14 autosave?
Replies: 9
Views: 12902

Exactly!
by wil
Sun Feb 17, 2013 12:20 am
Forum: General Discussion
Topic: v14 autosave?
Replies: 9
Views: 12902

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...
by wil
Sat Feb 02, 2013 1:47 pm
Forum: Beginners
Topic: parse VAR on start compiled script
Replies: 2
Views: 6964

Thnx, JRL. This works.

wil
by wil
Sat Feb 02, 2013 5:47 am
Forum: Beginners
Topic: parse VAR on start compiled script
Replies: 2
Views: 6964

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
by wil
Sat Jul 21, 2012 1:52 am
Forum: Technical / Scripting
Topic: ObjectSendKeys ConsoleWindowClass without focus
Replies: 5
Views: 7172

In short, ObjectSendKeys will not and can not work with everything.
Suck it and see. SendKeys can,
but will require the target window to be active and focused.


mmmh, not a really reliable function so.
by wil
Fri Jul 20, 2012 5:24 pm
Forum: Technical / Scripting
Topic: ObjectSendKeys ConsoleWindowClass without focus
Replies: 5
Views: 7172

Hello Marcus,

Thank you for your reply.
So in my case of 'Norton Commander' it means ObjectSendKeys can not work because there is no windowed control / edit object for it?
Image
thnx,

wil
by wil
Fri Jul 20, 2012 4:06 pm
Forum: Technical / Scripting
Topic: ObjectSendKeys ConsoleWindowClass without focus
Replies: 5
Views: 7172

I use Macro Scheduler Pro, Version 13.1.04.

The helpfile for FindObject says "Notepad does not require focus"

This implies that there are programs that do require a focus?

tnx,

wil
by wil
Tue Jul 17, 2012 11:25 pm
Forum: Technical / Scripting
Topic: ObjectSendKeys ConsoleWindowClass without focus
Replies: 5
Views: 7172

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...
Sign up to our newsletter for free automation tips, tricks & discounts