Search found 20 matches

by AntoniusMomac
Thu Oct 29, 2015 8:08 pm
Forum: Technical / Scripting
Topic: Macro stops working after GoSub is executed
Replies: 15
Views: 9934

Re: Macro stops working after GoSub is executed

JRL,

I've been doing this for awhile now and totally made that mistake. In fact, until reading your answer I totally overlooked the possibility of making such a silly mistake :oops: . Variable naming 101, sign me up. :D

Thank you so much for your help. It was brilliant. :)
by AntoniusMomac
Wed Feb 18, 2015 9:04 pm
Forum: Technical / Scripting
Topic: FindimagePos failing to find search img on compiled scp
Replies: 4
Views: 3660

Re: FindimagePos failing to find search img on compiled scp

THANK YOU - All is fine and as intended. I advise the following to anyone the seems to have issues running exe's after compile: For anyone that is having issues out there, I suggest making a clean directory to which you compile your scripts and take note of all the supporting files. You will want t...
by AntoniusMomac
Wed Feb 18, 2015 2:42 pm
Forum: Technical / Scripting
Topic: FindimagePos failing to find search img on compiled scp
Replies: 4
Views: 3660

Re: FindimagePos failing to find search img on compiled scp

What path is specified in FindImagePos? Do they exist? If relative do they exist? If BMP_DIR does a folder same name as script/exe exist at same level as script? If SCRIPT_DIR do they exist in same folder as scriopt/exe? Oh my Marcus... Mea culpa! :oops: I can't believe that after 8 wonderful years...
by AntoniusMomac
Wed Feb 18, 2015 7:57 am
Forum: Technical / Scripting
Topic: FindimagePos failing to find search img on compiled scp
Replies: 4
Views: 3660

FindimagePos failing to find search img on compiled scp

I don't recall if this is normal behavior and I need to package up the search images. I don't recall having to ever do this but I would love to hear input from everyone. So the env is Windows 7 pro 64bit. MS 14.0.18 and a compiled exe. On the machine I developed the script on, I'm the admin so every...
by AntoniusMomac
Fri Apr 18, 2014 3:08 pm
Forum: Technical / Scripting
Topic: Hoping to move on from WinBatch and AutoMate
Replies: 5
Views: 5871

Running Macros on a (Task) schedule

Hi HabitualWerewolf, I think I have a solution for running macros when a computer comes out of sleep: What I do is create scripts and then generate (compile) an Exe. I then use windows Task schedule to run that exe. Actually, I usually build a macro to set up these task where I might just tweak the ...
by AntoniusMomac
Tue Feb 04, 2014 1:41 pm
Forum: The Water Cooler
Topic: Is it a Macro Recorder, is it an Automation Tool, or ....
Replies: 3
Views: 8049

What it is?!

macro Scheduler is a programming language scripting tool above all. Which means that it is a programming tool which means that it has so many applications. Nearly limitless... Just think about all of the things you can do. You're creating a human like interaction without the human. Or better yet, a ...
by AntoniusMomac
Wed Oct 17, 2012 10:51 pm
Forum: The Water Cooler
Topic: Any bonofide programmers out there?
Replies: 14
Views: 21114

Would love to know if anyone using MS Scheduler who hasn't dabbled in BASIC, Javascript, etc. I don't know if this counts, but I have to tell you all that being a former film-maker (student level) and avid tech geek (but no hacking ability) I went out and pursued a Master’s of Science in CIS. Par...
by AntoniusMomac
Thu May 17, 2012 4:47 pm
Forum: Technical / Scripting
Topic: RegistryEnumKeys on HKEY_LOCAL_MACHINE
Replies: 0
Views: 5661

RegistryEnumKeys on HKEY_LOCAL_MACHINE

Hi Y'all, I'm trying to use RegistryEnumKeys, and RegistryEnumVals to dynamically find the info I need in the registry. Both the above function work without issue if I'm looking under HKEY_CURRENT_USER, but if I'm looking for info under HKEY_LOCAL_MACHINE, it returns nothing. I'm guessing there's a ...
by AntoniusMomac
Thu Dec 11, 2008 9:25 pm
Forum: Technical / Scripting
Topic: Driving through your test – Finding and Clicking on img
Replies: 1
Views: 8558

Driving through your test – Finding and Clicking on img

Do you ever have to click on something that might show up on screen in a different state, say “Blueâ€
by AntoniusMomac
Fri Dec 05, 2008 6:19 am
Forum: Technical / Scripting
Topic: Enter the Automation Dragon
Replies: 0
Views: 9565

Enter the Automation Dragon

Greetings and Salutations, For anyone interested, allow me to introduce myself. My name is Antonius Momac, but friends call me Momac; so please feel free to do the same. I’m here to talk about my experience with Macro Scheduler. I’ve use MS specifically for software testing about a year now. So,...
by AntoniusMomac
Tue Oct 28, 2008 3:07 pm
Forum: Technical / Scripting
Topic: Send> is writting text backwards
Replies: 10
Views: 12818

Purely a coincidence. Millions of apps have rich edit controls. This is True Marcus, but what I wanted to say is that there is something in particular with this form and its RichText control that are causing issues. If anyone finds that most form take text with no SK_Delay, and all of a sudden they...
by AntoniusMomac
Tue Oct 28, 2008 2:44 pm
Forum: Technical / Scripting
Topic: Send> is writting text backwards
Replies: 10
Views: 12818

Final Resolution

Upon Further Testing, I observed the following. Easy work around: If I set the SK_Delay to 1 or higher, MS and that one particular form play nice. If I don't set it or set it to zero (same difference) then I see the issue... So I just set the SK_Delay to human speed. In case anyone is following this...
by AntoniusMomac
Fri Oct 24, 2008 5:43 pm
Forum: Technical / Scripting
Topic: Send> is writting text backwards
Replies: 10
Views: 12818

Thanks jpuziano. That Vbscript function will work great. quick off topic question regarding vbscript, how do you test/run/debug those functions? Marcus, thank you for the heads up on the key logger, I'll try to get some answers and report back. I hope it is something simple, like that, and we can pu...
by AntoniusMomac
Fri Oct 24, 2008 4:09 pm
Forum: Technical / Scripting
Topic: Send> is writting text backwards
Replies: 10
Views: 12818

Thank you Marcus

Hi Marcus, I'm sorry that I didn't try this before. It is machine related as the script run fine on my machine (vista box) but not on my colleagues’. I don't know how to then go about finding out what is having an ill effect on MS' operation. It's something else, but I don't know what is causing i...
by AntoniusMomac
Thu Oct 23, 2008 10:38 pm
Forum: Technical / Scripting
Topic: Send> is writting text backwards
Replies: 10
Views: 12818

Send> is writting text backwards

Hi Guys. I'm lost on this one. I have a script that is going through a few subroutines, returns to a send text command:and: Send>Test -However, this text is written in the text box as: tseT Any thoughts. I couldn't find any sys vars or anything obvious. Please help. It could be something crazy. btw,...
Sign up to our newsletter for free automation tips, tricks & discounts