Search found 174 matches

by mknoll1
Mon Nov 14, 2011 1:53 pm
Forum: General Support & Discussions
Topic: JavaScript OnCHange
Replies: 2
Views: 2506

Re: JavaScript OnCHange

Thanks for the response but MONTH1 is a variable that gets set programmatically when I initiate the macrobrowser through my application. The issue is that unlike most websites this site is not submitting the values of the selections on the page but rather a document constructed using javascript comm...
by mknoll1
Thu Nov 10, 2011 9:57 pm
Forum: General Support & Discussions
Topic: JavaScript OnCHange
Replies: 2
Views: 2506

JavaScript OnCHange

LONG time user with Win 7 X64 and version 7.36 scripting edition on IE9. Has any progress been made on gettign TAG commands to trigger onchange events? this POST and several others reccommend using winclick commands but this isn't really an option for selecting dates from a dropdown box or many othe...
by mknoll1
Fri Feb 04, 2011 8:13 pm
Forum: General Support & Discussions
Topic: iim.ini in Windows 7, where?
Replies: 10
Views: 8781

Re: iim.ini in Windows 7, where?

My dev environment allows me full rights so at this time I don't have any issues. I will respond once testing ramps up if I run into any issues.
by mknoll1
Wed Feb 02, 2011 5:31 pm
Forum: General Support & Discussions
Topic: iim.ini in Windows 7, where?
Replies: 10
Views: 8781

Re: iim.ini in Windows 7, where?

I just wrote a method that sets the registry values that I need programattically so I think I can handle settign the values without too much issue. I know some users won't be able to access their registry values and change them. I see that the registry values are stored under "HKEY_CURRENT_USER...
by mknoll1
Wed Jan 05, 2011 8:46 pm
Forum: General Support & Discussions
Topic: iim.ini in Windows 7, where?
Replies: 10
Views: 8781

Re: iim.ini in Windows 7, where?

Is there an answer to this? I also have an app where the user is currently able to set things like the location of the macros folder in my program without opening the macroplayer. Currently the app writes a copy of iim.ini and transfers it to the "C:\Documents and Settings\All Users\Documents\i...
by mknoll1
Wed Nov 10, 2010 3:27 pm
Forum: General Support & Discussions
Topic: Imacros IF(sth) do sth
Replies: 3
Views: 2397

Re: Imacros IF(sth) do sth

In Pseudo code it would look something like this.

Code: Select all

SET !ERRORIGNORE YES
TAG POS=1 CLICK ENTER COMMAND
TAG POS=1 CLICK NEXT COMMAND
SET !ERRORIGNORE NO
by mknoll1
Tue Nov 09, 2010 2:24 pm
Forum: General Support & Discussions
Topic: Iopus 7 record problem
Replies: 3
Views: 2280

Re: Iopus 7 record problem

I just feel very strongly that using the source of an image when recording a command is a very bad option because it is not guaranteed or even expected to remain constant. I understand that there are situations where this is the only way possible to make it work but this isn't one of them. Even if y...
by mknoll1
Wed Nov 03, 2010 4:40 pm
Forum: General Support & Discussions
Topic: Iopus 7 record problem
Replies: 3
Views: 2280

Iopus 7 record problem

I have been a long time user of Iopus and have been testing Iopus 7 (7.05 Build 0969 IE8 and Windows XP) and have a serious problem with it. I recorded the following commands: TAG POS=1 TYPE=IMG FORM=NAME:reportType ATTR=SRC:https://SOMESITE/6/248/3583/000/SOMESTUFF/tir/assets/b* TAG POS=2 TYPE=IMG ...
by mknoll1
Tue Jun 23, 2009 2:48 pm
Forum: General Support & Discussions
Topic: i want to wait 5min before my macro starts again in the loop
Replies: 3
Views: 2783

Re: i want to wait 5min before my macro starts again in the loop

Is there some reason this won't work? VERSION BUILD=5100314 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.chessys.com/IDM/ SIZE X=801 Y=602 URL GOTO=www.google.com TAB T=1 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=NAME:q CONTENT={{!LOOP}} TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:f ATTR=NAME:btnG&...
by mknoll1
Thu Apr 23, 2009 2:17 pm
Forum: General Support & Discussions
Topic: Website freezes only with Imacros
Replies: 1
Views: 1722

Website freezes only with Imacros

I recorded the script below some time ago and it had been running correctly for a while in Iopus 6.22 on windows XP. The website changed recently and now even going to https://ibcbankonline.ibc.com/ibccorpweb/core/login.aspx in the Imacros browser causes the CPU usage of the Imacros process to go to...
by mknoll1
Fri Apr 03, 2009 7:52 pm
Forum: General Support & Discussions
Topic: Help How to start in middle of macro
Replies: 5
Views: 4254

Re: Help How to start in middle of macro

This page explains it http://wiki.imacros.net/Automation#Command_Line_Interface_and_Batch_Files If you are running many scripts and one fails it just goes on to the next one so you don't even really have to run 17-50 if it hangs you can just run 17,32, and 46 that failed. If you do need to start it ...
by mknoll1
Fri Apr 03, 2009 6:34 pm
Forum: General Support & Discussions
Topic: Help How to start in middle of macro
Replies: 5
Views: 4254

Re: Help How to start in middle of macro

You should break the scripts into discrete units to do one site at a time. That way when one fails you can just fire up your process on macro #17 instead of starting at the top.
by mknoll1
Fri Apr 03, 2009 6:12 pm
Forum: General Support & Discussions
Topic: Easy Problem probably
Replies: 4
Views: 3903

Re: Easy Problem probably

I think you got sidetracked here and there is a simple answer to your initial questions which is yes. VERSION BUILD=6221002 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.iopus.com/imacros/demo/v6/f1/form.asp TAG POS=1 TYPE=STRONG ATTR=TXT:* EXTRACT=TXT TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:TestForm A...
by mknoll1
Fri Apr 03, 2009 5:51 pm
Forum: General Support & Discussions
Topic: Click a link that is always changing.
Replies: 1
Views: 1745

Re: Click a link that is always changing.

You can do this pretty simply. You just need to use the Relative positioning feature. You will record a click on the user's name that will look something like this: TAG POS=1 TYPE=A ATTR=TXT:{{USERNAMEVAR}} Then after that click on the edit link with this command: TAG POS=R1 TYPE=A ATTR=TXT:edit THe...
by mknoll1
Mon Mar 30, 2009 7:45 pm
Forum: General Support & Discussions
Topic: trying to call iMacros from javascript
Replies: 3
Views: 3890

Re: trying to call iMacros from javascript

Am I understanding this correctly that a user must click on a link in IE and a Firefox window will open and run the script? It does not appear that the script itself is actually transferred to the customer in this case. Does this mean the customer must have the script prior to clicking the link?