Search found 9 matches

by bennyn
Tue Mar 29, 2011 1:11 pm
Forum: Technical / Scripting
Topic: How to use SendMessage?
Replies: 3
Views: 5587

Let>buffer_SIZE=1024 LibFunc>User32,SendMessageA,result,handle,13,25000,buffer MessageModal>result_4 Many thanks for the answer. I got it now with: GetWindowHandle>My Window Title,hwnd LibFunc>User32,FindWindowExA,handle,hwnd,0,RichEdit20W,0 Let>buffer_SIZE=2560 LibFunc>User32,SendMessageA,result,h...
by bennyn
Mon Mar 28, 2011 11:09 am
Forum: Technical / Scripting
Topic: How to use SendMessage?
Replies: 3
Views: 5587

How to use SendMessage?

Hello, I need to get a text from a "RichEdit20W" textarea. The internal Macro Scheduler function "GetWindowTextEx" does not fulfill my needs because it only gets the text which can be seen on top but the textarea has got a scrollbar and I want to get all of the text (even from the bottom of the text...
by bennyn
Fri Mar 04, 2011 10:54 am
Forum: Beginners
Topic: how do u use the label, goto, and if commands?
Replies: 6
Views: 13972

I run the following code: Let>WSI_TIMEOUT=5 Let>imageNeedle={"\\homer\existent_file.bmp"} WaitScreenImage>%imageNeedle%,0 If>WSI_TIMEDOUT=FALSE MessageModal>Found It! Else MessageModal>Not Found! Endif If imageNeedle exists then the script tells me "Found it!" but if imageNeedle is set to "\\homer\t...
by bennyn
Thu Mar 03, 2011 11:33 am
Forum: Technical / Scripting
Topic: Timestamp !
Replies: 3
Views: 5745

Is there any possibilty to get the current timestamp as a variable? Like GetTime>variable ? Because writing a timestamp into a file and parsing it from there wastes too much resources.
by bennyn
Fri Feb 25, 2011 3:43 pm
Forum: Technical / Scripting
Topic: Problems with Linked Group and Network Drive
Replies: 4
Views: 4763

Today I worked again with some MacroScheduler scripts on a network drive and there I noticed a second problem which is maybe related to my first one here. To reproduce the problem please to the following: 1. Create a folder on a network drive called "abc" 2. Create a subfolder in folder "abc" which ...
by bennyn
Fri Feb 18, 2011 1:19 pm
Forum: Technical / Scripting
Topic: Problems with Linked Group and Network Drive
Replies: 4
Views: 4763

The files are writeable. I can open them with a usual texteditor. Have you seen my video?
by bennyn
Fri Feb 18, 2011 9:29 am
Forum: Technical / Scripting
Topic: Problems with Linked Group and Network Drive
Replies: 4
Views: 4763

Problems with Linked Group and Network Drive

In Macro Scheduler 12 I created a "New Group". The "Macro Path" of this group is a path to a network directory (e.g. \\server\dir1\dir2\macros). I selected "Create Linked Group" for this group. When I press "OK" now, then I get a new Group with some macros (which already exist on the network drive)....
by bennyn
Thu Dec 02, 2010 2:57 pm
Forum: Technical / Scripting
Topic: During install "Failed to Read Setup Engine"
Replies: 1
Views: 8075

I had the same problem when installing "MacroScript Workflow Designer 3.0 Free Trial" but it was due to a corrupt download file. I downloaded the same thing again and it worked. You can try to select "Run" instead of "Save as" when downloading the file.
by bennyn
Fri Nov 19, 2010 1:12 pm
Forum: Beginners
Topic: How to clear text in a textbox?
Replies: 4
Views: 6891

For the desired scenario I use the following commands:

Code: Select all

    Press End
    Press Shift
    Press Home
    Release Shift
    Press Del
These commands also delete the text of a textbox. But don't forget to give the focus to the textbox. ;)
Sign up to our newsletter for free automation tips, tricks & discounts