Search found 9 matches
- Tue Mar 29, 2011 1:11 pm
- Forum: Technical / Scripting
- Topic: How to use SendMessage?
- Replies: 3
- Views: 5664
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...
- Mon Mar 28, 2011 11:09 am
- Forum: Technical / Scripting
- Topic: How to use SendMessage?
- Replies: 3
- Views: 5664
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...
- Fri Mar 04, 2011 10:54 am
- Forum: Beginners
- Topic: how do u use the label, goto, and if commands?
- Replies: 6
- Views: 14101
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...
- Thu Mar 03, 2011 11:33 am
- Forum: Technical / Scripting
- Topic: Timestamp !
- Replies: 3
- Views: 5818
- Fri Feb 25, 2011 3:43 pm
- Forum: Technical / Scripting
- Topic: Problems with Linked Group and Network Drive
- Replies: 4
- Views: 4845
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 ...
- Fri Feb 18, 2011 1:19 pm
- Forum: Technical / Scripting
- Topic: Problems with Linked Group and Network Drive
- Replies: 4
- Views: 4845
- Fri Feb 18, 2011 9:29 am
- Forum: Technical / Scripting
- Topic: Problems with Linked Group and Network Drive
- Replies: 4
- Views: 4845
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)....
- Thu Dec 02, 2010 2:57 pm
- Forum: Technical / Scripting
- Topic: During install "Failed to Read Setup Engine"
- Replies: 1
- Views: 8132
- Fri Nov 19, 2010 1:12 pm
- Forum: Beginners
- Topic: How to clear text in a textbox?
- Replies: 4
- Views: 7010
For the desired scenario I use the following commands:
These commands also delete the text of a textbox. But don't forget to give the focus to the textbox.
Code: Select all
Press End
Press Shift
Press Home
Release Shift
Press Del