Search found 9 matches

by 1neumanbnand
Fri Dec 16, 2011 1:32 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

hey!

don´t worry about that typo.. I made everything from scratch, and now it works just fine! sadly I don´t know what caused my errors, but most likely it was my own error with recording, or editing parts of macro.

I just wanted to say Thanks for all the help You provided!

Regards,
Andres
by 1neumanbnand
Wed Dec 14, 2011 11:12 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

hey, looks like it stops the macro at the point it reaches *${{!COL4}} I also got this error: RuntimeError: Wrong format of CONTENT value, line: 13 (Error code: -1001) I tried this also: manually tried to select same things for both selling categorys, now that I know itś possible, I edited my CSV. r...
by 1neumanbnand
Wed Dec 14, 2011 12:26 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

thanks for the encoding tip! with UTF-8, it accepts the CSV file always.. EDIT: itś also in the correct folder but I still can´t get past selecting " » Korpused" If I have standard character input like "arvutid" (computers) as a category and "komponendid" (components) a...
by 1neumanbnand
Fri Dec 09, 2011 2:03 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

well, I have figured out the reason, I guess: if there is some characters like ü, õ, ä, ö or ». then imacros dont accept it. but what can I do to solve it. there are words like: äri and hulgimüük. also some values have » marks in front of them, to mark sub-subcategory. I also have to use theese mark...
by 1neumanbnand
Fri Dec 09, 2011 1:12 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

hey again, I had no time to deal with this meanwhile, but today, when I tried, I couldńt get it to work.. it tells me: Error: Component returned failure code: 0x80500001 [nsIConverterInputStream.init], line: 2 (Error code: -1001) my code is: VERSION BUILD=7401004 RECORDER=FX set !DATASOURCE multif.c...
by 1neumanbnand
Fri Nov 11, 2011 5:30 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

umm well, when selecting data from the dropdown, the macro code looks like this: (I changed the font colour to blue in the dropdown section of the code) VERSION BUILD=7401004 RECORDER=FX TAB T=1 URL GOTO=http://www.osta.ee/?fuseaction=myitems.info&id=22584371 TAG POS=1 TYPE=B ATTR=TXT:Kasuta<SP>...
by 1neumanbnand
Fri Nov 11, 2011 5:05 am
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

Thats correct, actually, it has to select data from dropdown menu, then subcategorys are displayed on another dropdown menu and it has to select data from there also. after that click on a tickbox to enable another dropdown menu and do the same, only with different data it is an auction site and I h...
by 1neumanbnand
Thu Nov 10, 2011 9:17 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

Re: continue from certain script line

basic idea, simplified: 1 VERSION BUILD=7401004 RECORDER=FX 2 TAB T=1 3 URL GOTO=http://www.osta.ee/index.php?fuseaction=myitems.info&id=22584371 4 do this 5 do that 6 select dropdown 1 7 continue 8 next 9 done 10 TAB T=1 11 LINK TO ROW NUMBER 3 in this script 12 do this 13 do that 14 select dro...
by 1neumanbnand
Thu Nov 10, 2011 9:10 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10393

continue from certain script line

Hello. I have this problem, I need to make a script that takes 1 certain line of script every once and a while: example: the lines of a scrips shows like this: 1 VERSION BUILD=7401004 RECORDER=FX 2 TAB T=1 3 URL GOTO=http://www.osta.ee/index.php?fuseaction=myitems.info&id=22584371 4 TAG POS=1 TY...