Search found 80 matches

by giorgio79
Sat Mar 21, 2009 5:12 am
Forum: iMacros for Firefox
Topic: CSV Column Limit? With 16 columns script unresponsive
Replies: 1
Views: 1242

CSV Column Limit? With 16 columns script unresponsive

Hello,

I just spent a couple hours figuring out what the issue is.

Had a CSV with 16 columns, and my imacros froze the entire firefox and became an "unresponsive script"

When I removed the 16th column, it immediately started working again.

Any ideas?
by giorgio79
Mon Jan 05, 2009 2:15 pm
Forum: iMacros for Firefox
Topic: setting tab={{VAR1}} in loop with javascript
Replies: 1
Views: 1938

setting tab={{VAR1}} in loop with javascript

Hi, I am having a problem opening new tabs via a loop in Firefox Javascript. Here is the code say tabloop.js var i; var a; for (i=1; i<=10; i++) { iimSet('-var_VAR1',''+i); //here we will set the variable VAR1 used into the macro a = iimPlay('tabs') if (i == 5) break; } and here is tabs.iim VERSION ...
by giorgio79
Wed Dec 31, 2008 10:26 am
Forum: iMacros for Firefox
Topic: Loop, can Imacros tell when your at the end of file?
Replies: 6
Views: 14068

Re: Loop, can Imacros tell when your at the end of file?

Thanks tampe125 for this tip, unfortunately the xul stuff did not detect the end of my csv file...Any ideas?
by giorgio79
Thu Oct 09, 2008 1:55 pm
Forum: iMacros for Firefox
Topic: Anybody - Timeout/Loadcheck workaround?
Replies: 3
Views: 3948

Re: Anybody - Timeout/Loadcheck workaround?

Hi, When I set this SET !TIMEOUT 30 SET !ERRORIGNORE YES SET !ERRORCONTINUE YES and have a URL GOTO command for some page the pageload can hang for more than 30 seconds sometime because of some img loading for example, and the script does not continue. Should I remove ERRORIGNORE YES and leave ERROR...
by giorgio79
Thu Oct 02, 2008 8:44 am
Forum: General Support & Discussions
Topic: Stop pageload
Replies: 1
Views: 1843

Stop pageload

Sometimes pageloads in my browser take too long, is there a command to stop it maybe? I noticed I can set the timout but if that is reached the macro just stops. I want it to continue without my intervention.

Cheers,
G