That is exactly what I was doing. I knew it had to be a simple thing but I just could not find it by myself. Thank you!Marcus Tettmar wrote:(i.e. when running the macro from within the editor).
Search found 24 matches
- Thu Sep 27, 2012 12:39 pm
- Forum: Technical / Scripting
- Topic: Create and view a log file
- Replies: 2
- Views: 3791
- Wed Sep 26, 2012 8:53 am
- Forum: Technical / Scripting
- Topic: Create and view a log file
- Replies: 2
- Views: 3791
Create and view a log file
Hello everyone, Last time I was coding some script and I had some problems to make it act as I wanted, so I decided I should create a log file to see what happens. The thing is I cannot do it. I check the "log process" option and give a name to my file, but the file is not created. It is such a noob...
- Thu May 31, 2012 7:29 am
- Forum: Technical / Scripting
- Topic: Invalid file name -%s
- Replies: 1
- Views: 3764
- Thu May 31, 2012 7:25 am
- Forum: Technical / Scripting
- Topic: Invalid file name -%s
- Replies: 1
- Views: 3764
Invalid file name -%s
Hello everyone. I have been trying to record a simple macro with mouse movements with Macro Scheduler in a portable version created with the assistant that can be found in this website. When I press the "stop" button to finish the recording (or press the key combination to do so, by default ctrl+alt...
- Fri Apr 01, 2011 6:45 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
- Fri Apr 01, 2011 5:08 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
- Fri Apr 01, 2011 5:02 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
- Fri Apr 01, 2011 3:11 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
Thank you both for your comments. Adroege, that way it works but I get absolutely all the text in the window, and I only want a little text placed in an specific place. That is why I used GetTextinRect, to be able to pick the text exactly where I want. This way I would have to work in another algori...
- Fri Apr 01, 2011 9:39 am
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
- Fri Mar 25, 2011 8:38 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect in Firefox 4
- Replies: 11
- Views: 13588
GetTextInRect in Firefox 4
Hello everyone. Here is my my problem: I have recently updated from Firefox 3.5 to Firefox 4 and the GetTextInRect command is no longer working in the scripts that worked before. I have tested the command defining large regions from where to get text, but MDL>text is blank when my macro runs. Does a...
- Sun Nov 14, 2010 7:17 pm
- Forum: Technical / Scripting
- Topic: Starting time from Excel Cell
- Replies: 0
- Views: 4129
Starting time from Excel Cell
Hello everyone. I would like to know if it is possible to get the starting time of a macro from an Excel cell instead of setting this time in the "Run When" tab. This way I wouldn't have to edit every macro one by one when changing their starting time. I could do it just by editing a column in an Ex...
- Sun Aug 08, 2010 8:00 pm
- Forum: Technical / Scripting
- Topic: Turn on after stand by?
- Replies: 1
- Views: 3084
Turn on after stand by?
Hello everyone, I would want to know if it is possible for a macro to turn on the computer if it is in stand by. Of course, by "stand by" I mean that the computer has been turned off by hitting the yellow button: http://img101.imageshack.us/img101/1927/shutdownxpfasterthaneve.png Thank you so much.
- Wed Mar 31, 2010 3:46 pm
- Forum: Technical / Scripting
- Topic: FindImagePos with multiple images found.
- Replies: 1
- Views: 2826
FindImagePos with multiple images found.
Hello! I want to create a script to click on an image that appears on a web site. The problem is that this image appears several times in that web site and it doesn't link always to the same place. I'd want to select one of them and I don't know how to do it. Is there any way to define a rectangle o...
- Wed Mar 31, 2010 3:42 pm
- Forum: Technical / Scripting
- Topic: Stop a macro
- Replies: 8
- Views: 14604
- Mon Mar 29, 2010 10:35 am
- Forum: Technical / Scripting
- Topic: Stop a macro
- Replies: 8
- Views: 14604
Thaks again for your answer. Now I understand what you mean and I realize that what you suggested is a basic loop with a counter, which I have already been doing in my scripts. Probably I didn't explain correctly what I needed to do. Let's start over. In some of my scripts there must be some errors ...