Search found 44 matches

by theonex
Wed Feb 12, 2014 10:52 pm
Forum: Beginners
Topic: repeat with multiple usernames
Replies: 4
Views: 4226

repeat with multiple usernames

hello guys i have been searching for a way to do this but i am not so good with this so am gonna see if i can get a solution here. what i am trying to do is navigate to a web site login do some stuff logout close the window repeat the whole process again using a different username i would prefer if ...
by theonex
Wed May 08, 2013 1:31 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25958

marcus i appreciate all your help and understanding. i have one last question i have run the script you have sent me it works it does what it should do... but i get this error message "Exception EAccessViolation in module msched.exe at 00008189. Access violation at address 00408189 in module `msched...
by theonex
Sat May 04, 2013 4:20 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25958

marcus does the script bellow run on macro scheduler 14 i tried it.... it seem that the script is running however the ie windows which is supposed to open and be visible is no longer visible. //Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt MouseMove>0,0 Let>d...
by theonex
Fri May 03, 2013 3:32 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25958

hi marcus thanks for putting up with me and still trying to help me solve this issue. this is an example of what i am trying to do. // Generated by MacroScript WebRecorder 2.3 // Recorded on Friday, May 3, 2013, at 04:26 PM //Move the mouse cursor out of harm's way to avoid causing mouseover events ...
by theonex
Fri May 03, 2013 1:49 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25958

IE_WaitNew>0,IE[1] hangs script

hi well am using the script bellow //Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt MouseMove>0,0 Let>delay=1 IE_Create>0,IE[0] IE_Navigate>%IE[0]%,http://www.xxxxxyyyy.com,r IE_Wait>%IE[0]%,r wait>1 //few actions carried out here //script clicks on a link the...
by theonex
Fri May 03, 2013 7:17 am
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25958

IE_WaitNew>0,IE[1]

hello i am trying to wait for a child window to open i have used IE_WaitNew>0,IE[1] to wait for the child window to open the script hangs i am using windows 7 ie 8 version 8.0.76 and one other thing i would like to know is IE_WaitNew>0,IE[1] uses numbering of child windows eg. [1],[2],[3],[4] ect. i...
by theonex
Thu Mar 14, 2013 5:06 pm
Forum: Technical / Scripting
Topic: Trouble creating If Statements involving Image Recognition
Replies: 10
Views: 22783

thank you

thank you Marcus your the best
by theonex
Thu Mar 14, 2013 3:01 pm
Forum: Technical / Scripting
Topic: Trouble creating If Statements involving Image Recognition
Replies: 10
Views: 22783

ending loop if image not found

is there another option of exiting the loop but continuing with the rest of the script. If>imagefound>0 wait>0.2 MouseMove>XPos_0,YPos_0 LClick Else //Exit the script Exit>0 EndIf that works but it exits the whole script what i would like to do is exit the loop and continue with the rest of the scri...
by theonex
Thu Mar 14, 2013 2:29 pm
Forum: Technical / Scripting
Topic: Trouble creating If Statements involving Image Recognition
Replies: 10
Views: 22783

ending loop if image not found

hello Marcus Tettmar i have been using one of the codes you have provided above with a little twik the script loops as intended however i would like the loop to stop if the image is not found on the page. eg of the code SetFocus>Windows Internet Explorer* wait>1 FindImagePos>%SCRIPT_DIR%\five berrie...
by theonex
Fri May 18, 2012 7:24 pm
Forum: Beginners
Topic: auto refresh for ie
Replies: 4
Views: 26936

thank you sooooooo much mtettmar i really appreciate that.. i hope this will also be useful to others out there

many thanks again
by theonex
Thu May 17, 2012 11:11 pm
Forum: Beginners
Topic: auto refresh for ie
Replies: 4
Views: 26936

hi mtettmar

thanks for your reply and suggestion i am not so good with VBscripts. by any chance could you write a small script monitoring IE busy and how to creat a loop with timeout. i would really appreciate your help

thank you
by theonex
Fri May 11, 2012 2:08 pm
Forum: Technical / Scripting
Topic: Auto refresh for IE needed
Replies: 1
Views: 2933

Auto refresh for IE needed

hello I would appreciate any help or suggestions on this topic I have couple of scripts running without any problems however I have a problem with the loading of websites sometimes and a simple refresh fixes this issue for me. I was wondering if it’s possible to write a little script that will run...
by theonex
Thu May 10, 2012 1:29 pm
Forum: Beginners
Topic: Is it possible to run macroscheduler inside a VM?
Replies: 3
Views: 8197

i acctually have one problem running scripts on a VM. every thing works find except for the Ctrl+c and Ctrl+v some how i guess the clipboard activity on my host machine doesnt function as it should any solutions to this.
by theonex
Thu May 10, 2012 12:41 pm
Forum: Beginners
Topic: auto refresh for ie
Replies: 4
Views: 26936

auto refresh for ie

hello I would appreciate any help or suggestions on this topic I have couple of scripts running without any problems however I have a problem with the loading of websites sometimes and a simple refresh fixes this issue for me. I was wondering if it’s possible to write a little script that will run...
Sign up to our newsletter for free automation tips, tricks & discounts