Search found 19 matches

by BGood
Mon Jan 20, 2014 3:41 pm
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

Re: How to delay Keystroke transmission?

Sorry, my comment was not intended to be disparaging in any way. I should have said "key community activist and evangelist". :D
by BGood
Mon Jan 20, 2014 3:16 pm
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

Re: How to delay Keystroke transmission?

I had no idea that being a lurker in the iOpus forums could be so lucrative. Definitely go for the Paypal account.
by BGood
Fri Jan 17, 2014 3:41 pm
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

Re: How to delay Keystroke transmission?

chivracq, I've been thinking about it a little, but js is not my native language. I haven't tested yet, or put it into the iMacros javascript: packaging with all the <sp> conversions, but what I have come up with is as follows: //function pace introduces 250ms char by char delay in entry of USERNAME...
by BGood
Thu Jan 16, 2014 8:37 pm
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

Re: How to delay Keystroke transmission?

Got it, thanks. I'm awake now.
by BGood
Thu Jan 16, 2014 3:12 pm
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

Re: How to delay Keystroke transmission?

Thanks for the suggestion, chivracq. I remember vaguely that there was some provision to execute javascript in iMacros scripting, but I can't seem to find it now. Would that be another approach? Thanks.
by BGood
Thu Jan 16, 2014 4:20 am
Forum: General Support & Discussions
Topic: How to delay Keystroke transmission?
Replies: 11
Views: 11740

How to delay Keystroke transmission?

Is there a way to introduce a delay between transmitted keystrokes (not between statements as in REPLAY SPEED)? I am having a problem with a particular website which senses keystroke transmission speed. The browser is IE9 and the iMacros script was written in iMacros 7. Thanks!
by BGood
Wed Mar 20, 2013 6:07 pm
Forum: iMacros Component for .NET
Topic: How to shrink/zoom/scroll the browser display?
Replies: 5
Views: 52121

How to shrink/zoom/scroll the browser display?

Is there a way to programatically shrink/zoom/scroll the browser display? By this I mean: Shrinking would scale the font size down and show more of the web page. Zooming would show less of the web page and effectively scale the font size up. Scrolling would move the display window up/down the page. ...
by BGood
Thu Feb 28, 2013 1:57 am
Forum: iMacros Component for .NET
Topic: Imacros .net component setup help
Replies: 1
Views: 38031

Re: Imacros .net component setup help

The documentation is not very clear on this, but when it says "bin\configuration" what is really meant is the name of the build configuration, like "Debug", "Release", or whatever. So assuming you are working with the Debug project configuration, the folder you need to ...
by BGood
Thu Jun 14, 2012 7:39 pm
Forum: iMacros Component for .NET
Topic: Accuracy of installation instructions in ReadMe.txt
Replies: 2
Views: 30887

Re: Accuracy of installation instructions in ReadMe.txt

Appreciate your reponse Rguez_18. I followed the installation instructions and copied the dlls into /bin/Debug with CopyLocal=True and as a result was getting the redundant directory levels under /bin after a project build. Thanks.
by BGood
Tue Jun 05, 2012 6:27 pm
Forum: iMacros Component for .NET
Topic: Accuracy of installation instructions in ReadMe.txt
Replies: 2
Views: 30887

Accuracy of installation instructions in ReadMe.txt

I have a question about the initial installation procedure outline in the ReadMe.txt file distributed with the iMacros component. Specifically, step #4: 4. Copy also the other dlls from the iMacrosComponent\Bin folder to your project's bin\configuration folder. There are 10 dlls altogether. They are...
by BGood
Tue Jun 05, 2012 6:13 pm
Forum: iMacros Component for .NET
Topic: 2 Macro Component in 1 app
Replies: 6
Views: 40449

Re: 2 Macro Component in 1 app

Hi Marcia, That is the approach I was using before integrating the iMacros Component, but scripting with the component is so much easier than programatically traversing the DOM in .net. Given the restrictions imposed by the single static instance, I will have to go back to the .net webbrowser contro...
by BGood
Fri Jun 01, 2012 6:38 pm
Forum: iMacros Component for .NET
Topic: 2 Macro Component in 1 app
Replies: 6
Views: 40449

Re: 2 Macro Component in 1 app

Marcia,

So then I assume that it would not be a good idea to use the iMacros control browser for online help access, or other functions that might be activated simultaneously with another browser instance?
by BGood
Tue May 29, 2012 11:02 pm
Forum: iMacros Component for .NET
Topic: 2 Macro Component in 1 app
Replies: 6
Views: 40449

Re: 2 Macro Component in 1 app

From Marcia's answer I conclude that you cannot have 2 instances of the component in a single class, but the title of the OP is confusing. Can you have multiple iMacros components in a single application when the two components are in different classes/forms? What about if they are not simultaneousl...
by BGood
Wed Dec 28, 2011 3:56 am
Forum: iMacros Component for .NET
Topic: What is interfering with DS CMD=CLICK in iMacros Component?
Replies: 0
Views: 28581

What is interfering with DS CMD=CLICK in iMacros Component?

I have been using the iMacros Component since August 2011 and am having a problem getting the component to execute Direct Screen commands in my Visual Studio 2010 (VB) application. The application compiles and executes without exceptions with the iMacros component integrated, and the iMacros compone...
by BGood
Tue Oct 04, 2011 12:14 am
Forum: iMacros Component for .NET
Topic: iimSet from the component???
Replies: 3
Views: 31480

Re: iimSet from the component???

Please consider my request for an iimSet method for the component as well. I was hoping to set the default folder and filename for image download by creating a user variable with iimSet. Again I was hoping to do this as part of the setup for iimPlay in case I needed to download an image. Without the...