Search found 174 matches

by mknoll1
Thu Nov 20, 2008 3:25 pm
Forum: General Support & Discussions
Topic: Could iMacros do this?
Replies: 4
Views: 3213

Re: Could iMacros do this?

I can not speak for tech Support but I know for an absloute fact that there are several ways to accomplish this. In pseudo code the macro would look like this: SET !ERRORCONTINUE YES GOTO WEBSITE Click Details CLick whatever . . . . WAIT SECONDS=60 If details is there it will go through that code. I...
by mknoll1
Wed Nov 19, 2008 2:31 pm
Forum: General Support & Discussions
Topic: How do i change the text format of the imacros?
Replies: 1
Views: 1846

Re: How do i change the text format of the imacros?

you can probably open them in a full function text editor such as textpad or ultra edit and when you save you can select the options you want.
by mknoll1
Tue Nov 18, 2008 9:09 pm
Forum: General Support & Discussions
Topic: 6.22 Bug Page keeps reloading
Replies: 2
Views: 2412

6.22 Bug Page keeps reloading

I am using Internet explorer 6.029 and windows XP sp2 I have the following code that works in Iopus 5.10: VERSION BUILD=5100314 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=https://www.firstcitizens-bank2.com/ TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Login ATTR=NAME:userNumber CONTENT=TEST_Username TAG POS=1 TYPE...
by mknoll1
Thu Oct 30, 2008 3:13 pm
Forum: General Support & Discussions
Topic: Mouseover Missing
Replies: 2
Views: 2005

Re: Mouseover Missing

Anything on this? I really miss this feature more and more everyday.
by mknoll1
Thu Oct 30, 2008 3:10 pm
Forum: General Support & Discussions
Topic: Click Mode URL not working
Replies: 1
Views: 1997

Click Mode URL not working

I am using Iopus 6.22 build 130 on WIndows XP SP2 with IE version 6.0.2900 I am unable to record anything correctly using the URL Click Mode. No matter what I do the click mode acts as if it is set to TXT. I recorded the following macro to demonstrate what I mean: VERSION BUILD=6221002 TAB T=1 TAB C...
by mknoll1
Wed Oct 22, 2008 4:09 pm
Forum: General Support & Discussions
Topic: Autosave Feature
Replies: 1
Views: 1744

Autosave Feature

In many programs if you click the close window button you are prompted to save whatever you were working on. Would it be possible to add in a feature where the Imacros browser autosaves the active recording or at least prompts you to save the active recording when you close the window? If this is no...
by mknoll1
Fri Oct 17, 2008 3:16 pm
Forum: General Support & Discussions
Topic: Looking to Hire Someone to Develope a Script
Replies: 5
Views: 3558

Re: Looking to Hire Someone to Develope a Script

I can get this working for you. send me an E-mail with payment details (mknoll1 at gmail dot com)
by mknoll1
Thu Oct 16, 2008 6:57 pm
Forum: General Support & Discussions
Topic: Mouseover Missing
Replies: 2
Views: 2005

Mouseover Missing

In Iopus 5.X when a script was running I could mouseover any command on the left hand side and it would be visible in a yellow text box. This was very useful for debugging purposes. I have been testing out 6.X and I noticed that the mouseover is not there. IS this now an option I have to set or was ...
by mknoll1
Wed Oct 15, 2008 8:03 pm
Forum: General Support & Discussions
Topic: Select Certificate by Value
Replies: 2
Views: 1941

Re: Select Certificate by Value

I thought selecting by number was just a bug since it has always (not always actually but for a long time now) worked that way. THe ability not to select a cert was my suggestion which works now too.

I look forward to seeing this feature in future releases.
by mknoll1
Wed Oct 15, 2008 5:04 pm
Forum: General Support & Discussions
Topic: Select Certificate by Value
Replies: 2
Views: 1941

Select Certificate by Value

Is it possible to have the abiltiy to select a certificate by name instead of just by position? We currently do this with combo boxes with code like this: TAG POS=1 TYPE=SELECT FORM=NAME:PgCustom ATTR=NAME:PgCustom.cbReports CONTENT=9 or TAG POS=1 TYPE=SELECT FORM=NAME:PgCustom ATTR=NAME:PgCustom.cb...
by mknoll1
Mon Sep 22, 2008 8:23 pm
Forum: General Support & Discussions
Topic: need tech support
Replies: 3
Views: 2339

Re: need tech support

I assume that if you opened windows explorer and went to your macros folder you coudl open the macros with notepad or some other text editor right? Under tools --> options --> Paths what do you have listed under Path Macro editor? Does it resolve to a program that can open text files? My guess is th...
by mknoll1
Fri Sep 19, 2008 7:28 pm
Forum: General Support & Discussions
Topic: Capitalization in URL's
Replies: 2
Views: 2306

Capitalization in URL's

If I go to either www.IOPUS.com or www.iopus.com I still go to the same place. However, in Imacros a command to click on a URL would fail if I got the case wrong. Is there a reason for this? Would it be possible to change this? It is not a huge deal but it can get annoying to change a bunch of URL c...
by mknoll1
Wed Aug 20, 2008 8:36 pm
Forum: General Support & Discussions
Topic: Login and loops.
Replies: 2
Views: 2894

Re: Login and loops.

If you use the Imacros browser you can cut out the login code, login manually and then tell the script to run. THat would be the fastest and easiest way to do it. Otherwise you are going to have to break it up into separate scripts and invoke the first one and then invoke the looping part. You can d...
by mknoll1
Tue Aug 19, 2008 8:14 pm
Forum: General Support & Discussions
Topic: Please get in touch with me on my Macro Creation Request
Replies: 4
Views: 3860

Re: Please get in touch with me on my Macro Creation Request

I may be able to help you out with some custom macro creation. Please E-mail me what you need to mknoll1 at gmail dot com and I will be happy to look at it and give you an idea of what I would charge.
by mknoll1
Thu Jul 31, 2008 1:27 pm
Forum: General Support & Discussions
Topic: Call me dumb, but I can't make it work.
Replies: 7
Views: 4762

Re: Call me dumb, but I can't make it work.

Have you tried reinstalling and\or rebooting? I know this is pretty standard stuff but looking at the easy stuff never hurt.