Search found 29 matches

by addiktion
Fri Feb 01, 2008 10:05 am
Forum: Command Line and Scripting Interface
Topic: Macro wrapper for VB
Replies: 5
Views: 6593

Dead URL. We need this file :S
by addiktion
Fri Feb 01, 2008 10:02 am
Forum: How-To's and useful iMacros: All other topics
Topic: Embedding in VB is a must, Here's an app to create code...
Replies: 40
Views: 395836

Yeah I'd like to try this program out. Anyone wanna PM me a link or add me to IM and send it to me? I'd like to test it out.
by addiktion
Fri Feb 01, 2008 9:52 am
Forum: iMacros for Firefox
Topic: Tab support
Replies: 15
Views: 15798

Haven't heard anything new on this issue. It would be nice to have a function that searches through tabs to find an element. If nothing is found in all the tab searches it defaults back to the first tab and pops up an error message or if you have !ERRORIGNORE YES enabled continues executing the code...
by addiktion
Fri Feb 01, 2008 9:44 am
Forum: iMacros for Firefox
Topic: New Version
Replies: 7
Views: 5228

I noticed the same problem as well. By hitting "STOP" though it allowed me to select a different macro and hit play again.

Using Firefox Version: 2.0.0.11 also.
by addiktion
Fri Feb 01, 2008 9:39 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

Very nice fix SiebenDX! I'm using it now and no more error box :) It's definitely less annoying now. For those XP users your location is going to look like this: C:\Documents and Settings\YOURUSERNAME\Application Data\Mozilla\Firefox\Profiles\RANDOMFOLDER.default\extensions\{81BF1D23-5F17-408D-AC6B-...
by addiktion
Fri Feb 01, 2008 9:17 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

Woohoo glad to see a work around.

I'll try and do this tonight. Sorry for being so absent from the forums. I've been busy studying for a Microsoft exam.

Let me give this a shot though and I'll return with a verdict :]
by addiktion
Wed Jan 02, 2008 12:05 pm
Forum: iMacros for Firefox
Topic: Help! Can't disable LoadCheck or get Errorignore to work
Replies: 7
Views: 6327

I Have a similar issue, however when mine works besides the Pink ERROR box keeps stealing focus so I'm forced to have to use Internet Explorer while the script runs on Firefox. Its rather annoying.
by addiktion
Wed Jan 02, 2008 12:04 pm
Forum: iMacros for Firefox
Topic: Error Help
Replies: 4
Views: 3814

I posted a topic about this too and still haven't received a reply.

I'd like to IGNORE the pink error box from popping up my screen. I would think this would be "included" with the SET !ERRORIGNORE YES command but I guess not.
by addiktion
Wed Jan 02, 2008 12:01 pm
Forum: iMacros for Firefox
Topic: ERROR IGNORE BOX
Replies: 2
Views: 2834

I just posted a topic about this.

Still pending a reply.
by addiktion
Wed Jan 02, 2008 11:47 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

Yeah the problem I think silent mode is only viable for the scripting additions.

I wish I could disable the pink box from stealing focus so I can still use other firefox windows while the program is running.
by addiktion
Sun Dec 30, 2007 11:25 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

**Bump**
by addiktion
Mon Dec 24, 2007 2:43 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

Yeah that pink box

Yeah, that pink box keeps poppin up and stealing focus on my browser window.

The only option I have to browse without it stealing focus is if I use Internet Explorer while it runs in firefox.
by addiktion
Wed Dec 19, 2007 7:32 am
Forum: iMacros for Firefox
Topic: Temp Fix Inside:Error message stealing window focus.
Replies: 16
Views: 14759

Temp Fix Inside:Error message stealing window focus.

I was wondering if this would be possible to fix in any way. I have it set up so my script runs through on a different browser window then the one I have open. I've tagged in the SET !ERRORIGNORE YES message so that it continues on even when it runs into an error on the page because it will not effe...
by addiktion
Tue Nov 20, 2007 11:18 am
Forum: iMacros for Firefox
Topic: is this possible?
Replies: 1
Views: 2194

is this possible?

I have a script running and I want it to go to another script after awhile and I was wondering if there is a command that allows me to do that.

If not then is it possible to put a URL GOTO and point it back to a shared script so that takes affect after my first script is finished?
by addiktion
Mon Nov 05, 2007 5:29 am
Forum: iMacros for Firefox
Topic: Loop running at MACH speed!
Replies: 3
Views: 3711

I've noticed this as well. Along with the counter skipping 2 seconds or more as it continues to run. I think it happens the most when the loop comes back around and it hasn't hit my wait seconds yet. Basically when its running through the "VERSION" info and what not if your doing something...