Search found 24 matches

by jbwocky
Wed Jun 15, 2011 2:15 am
Forum: iMacros for Firefox
Topic: Ondialog doesn't forget the previous content
Replies: 3
Views: 2539

Re: Ondialog doesn't forget the previous content

Hi Tom, Thanks a lot for trying to help me out with this issue. I've been trying to figure this out since January, and now I hope I can finally tell you precisely what the problem is. The ONDIALOG command works OK while you give it some content to input. However, when you don't specify any content, ...
by jbwocky
Wed May 25, 2011 1:38 pm
Forum: iMacros for Firefox
Topic: page reloads in line execution??????????
Replies: 5
Views: 3442

Re: page reloads in line execution??????????

Hi, I'm reviving this issue, since I experienced it recently. I have a macro which accesses a menu located inside a dialog box which appears on the site. While it chooses the first option of the menu correctly, for the second, third and an input box it starts counting down to 50s. I tried using Set ...
by jbwocky
Tue May 03, 2011 8:02 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584185

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Feature Request - variables with the paths to the Imacros working folders: It would be great if there was a way to access the paths to the working folders (for macros, datasources, downloads). For macros the variable could be used to run .js files using the URL command - currently you need to know t...
by jbwocky
Fri Apr 08, 2011 6:01 am
Forum: iMacros for Firefox
Topic: nada
Replies: 16
Views: 10907

Re: Extract with "IF" loop

Hi, I've had a similar situation recently. My script had to wait until a certain menu appeared on screen. So, what I did, was a different type of javascript loop. This is the syntax: do { //extract the htm of the menu //check if the htm contains the word "disabled" <-- in your case this wo...
by jbwocky
Sat Jan 15, 2011 8:48 am
Forum: iMacros for Firefox
Topic: Ondialog doesn't forget the previous content
Replies: 3
Views: 2539

Ondialog doesn't forget the previous content

Hello, I am working on a script which needs to test a webpage where the user first creates a filer (with a certain name), and then renames the same filter. The problem I'm having, is that the ONDIALOG command gets completely confused after handling a couple of such dialogs. I create a filter called ...
by jbwocky
Sat Dec 04, 2010 1:39 pm
Forum: iMacros for Firefox
Topic: Join urls from CSV
Replies: 1
Views: 1567

Re: Join urls from CSV

Hi,

The problem you're having is that all your data is on the first line of the datasource. You're telling the script to go to "DATASOURCE_LINE" Loop, but there is only 1 line, and that is why the loop stops.
What you need to do is save each URL on a different line, and then it'll work.
by jbwocky
Sat Nov 27, 2010 7:48 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584185

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Hi all,

Personally, I am waiting for an imacros version compatible with the latest firefox beta version. I can't wait to switch to it.
by jbwocky
Thu Nov 18, 2010 6:07 pm
Forum: iMacros for Firefox
Topic: X/Y Recording & Playback Error
Replies: 6
Views: 8839

Re: X/Y Recording & Playback Error

Hi,

Did you check whether the resolution is the same? If I remember correctly, the resolution had to remain the same for XY coordinates to work...
by jbwocky
Thu Nov 18, 2010 6:06 pm
Forum: iMacros for Firefox
Topic: How to create MS Word Document
Replies: 4
Views: 2979

Re: How to create MS Word Document

Hi again.
Well, the answer remains that you can not create word documents with imacros.
But I am still wondering why you would use tables in word instead of excel? Because excel can open the file the way i mentioned, directly as a table...
by jbwocky
Thu Nov 18, 2010 6:04 pm
Forum: iMacros for Firefox
Topic: Firefox options changed when initiating record iMacro
Replies: 11
Views: 7797

Re: Firefox options changed when initiating record iMacro

It sounds to me like it's a good time for you to switch to using tabs, tbh :lol:
I recommend the Tab mix plus addon for firefox... :mrgreen:
by jbwocky
Thu Nov 18, 2010 4:03 pm
Forum: iMacros for Firefox
Topic: How to create MS Word Document
Replies: 4
Views: 2979

Re: How to create MS Word Document

Hi, You don't need to create a word document. Simply save the file as .csv instead, or rename it to .csv if you already have it. CSV stands for comma separated value. If you open a CSV file with Excel, or OpenOffice, they will read it as a table. The separator between values doesn't have to be a com...
by jbwocky
Wed Nov 17, 2010 6:16 pm
Forum: iMacros for Firefox
Topic: Can you open url in new tab without changing focus?
Replies: 3
Views: 2575

Re: Can you open url in new tab without changing focus?

Hi, I don't believe there is a way to do what you want. The closest you can get to that is by lowering the timeout (the time the macro waits for the page to load) to the lowest possible value for the page you want to load in the second tab, and setting errorignore to yes, so that it doesn't crash th...
by jbwocky
Wed Nov 17, 2010 5:52 pm
Forum: iMacros for Firefox
Topic: Next macro must wait if another one is currently running
Replies: 5
Views: 3460

Re: Next macro must wait if another one is currently running

Are you using simple macros or javascript as well?

One solution is to have each macro create a file when it starts. While that file exists, or while it contains the sentence "macro running", the current one can not start.
Let me know if this makes sense, or if you need more details.
by jbwocky
Mon Nov 15, 2010 5:38 pm
Forum: iMacros for Firefox
Topic: Find TAG but don't activate it
Replies: 3
Views: 2468

Re: Find TAG but don't activate it

Hi,

What you need to do in such cases, is add "EXTRACT=TXT" to the tag you want to use, but don't want to click.
That way you can use it as a reference element without actually "activating" it.
by jbwocky
Thu Nov 11, 2010 8:50 pm
Forum: iMacros for Firefox
Topic: Firefox 4b7 "can't instantiate JS Player"
Replies: 26
Views: 23184

Re: Firefox 4b7 "can't instantiate JS Player"

Hi,

I'm having the same problem. Must be a compatibility issue with the new javascript engine. Looking forward to a fix!