Search found 34 matches

by erikcw
Wed Sep 13, 2006 8:59 pm
Forum: General Support & Discussions
Topic: Linux Version of iOpus
Replies: 7
Views: 7880

Hi all, Well, I decided to do some experimenting, and try to get iMacros running on my linux machine. I was able to install ie6 over wine without any problems. iMacros is a different story so far. After the installation, it says I only have ie 5 and that I need at least 5.5 to run iMacros (this happ...
by erikcw
Fri Jul 07, 2006 9:06 pm
Forum: General Support & Discussions
Topic: Linux Version of iOpus
Replies: 7
Views: 7880

I would love to see some sort of linux version of iMacros. Wheather its a native binary or Wine emulation... Another alternative is to create a version that supports firefox. Since firefox is already cross-platform, it may make the transition easier... (and who wouldn't love a firefox version regard...
by erikcw
Sun Jun 18, 2006 8:40 pm
Forum: General Support & Discussions
Topic: Problem downloading files
Replies: 1
Views: 3125

Problem downloading files

Hi, I'm having trouble downloading files from a webpage. There are 60 or so files on the page. I wrote a macro to loop through the page and download each of the VERSION BUILD=5030127 TAB T=1 SET !TIMEOUT 1200 SET !LOOP 2 TAB CLOSEALLOTHERS URL GOTO=http://www.myURL.com/index100.htm SIZE X=801 Y=602 ...
by erikcw
Tue Jun 13, 2006 2:28 pm
Forum: Command Line and Scripting Interface
Topic: Using AutoHotKey as the scripting environment?
Replies: 3
Views: 6415

Well I want to use AHK to interact with iMacros. Just like I would with VB or WSH. Unfortunatly, I just found out that AHK doesn't have COM support. Are there any other ways to use the scripting environment without COM?
by erikcw
Sun Jun 04, 2006 5:56 pm
Forum: Command Line and Scripting Interface
Topic: Using AutoHotKey as the scripting environment?
Replies: 3
Views: 6415

Using AutoHotKey as the scripting environment?

Hi,

Does anyone know if it is possible to use AutoHotKey as the scripting environment for iMacros? Since iMacros can play nice with the Windows Scripting Host, I assume it is somehow possible. But I'm not really sure how to begin (load object, set variables, etc...).

Any ideas?

Thanks!
by erikcw
Sat Apr 29, 2006 9:51 pm
Forum: General Support & Discussions
Topic: Macro Folders
Replies: 1
Views: 3098

Macro Folders

As a suggestion - it would be really nice to have an explorer style "folder tree". This way macros could be organized by function...

Thanks!
Erik
by erikcw
Sat Dec 31, 2005 7:39 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

Sorry, but what do you mean with "stalls out"? The iimPlay command returns an error code. You can check on this error code and then simply move on to the next keyword. I've added an If iimGetLastError() < 0 then error else move on.... Seems to be working now. Is it possible to extract bas...
by erikcw
Fri Dec 30, 2005 12:28 am
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

But - when my VB loop reaches a keyword that is not on the page I get an error and the whole thing crashes.... You mean IIM crashes? That should not happen. What error message do you get? I could not create any crash using the test page that you emailed us. Hi, No, my script crashes because IIM &qu...
by erikcw
Wed Dec 28, 2005 9:43 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

It works!!! Thank you so much! Now, a related issue. In my script I'm search the webpage for this keyword and then extractthing the url frmo the link.... But - when my VB loop reaches a keyword that is not on the page I get an error and the whole thing crashes.... Error in Line 4: TYPE=TD ATTR=TXT:*...
by erikcw
Wed Dec 28, 2005 5:57 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

Hey guys, Thanks for your response. Unfortunately, the same problem persists. The EXTRACT tag is extracting the "edit" URL from the top of the page - http://www.mydomain.com/v3/form.php?post_setup_id=setup_1126547914 I need it to extract the URL of the the link next to the keyword "fe...
by erikcw
Tue Dec 27, 2005 4:26 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

I'm starting to pull my hair out with this problem. The HTML is just a normal table, I can't figure out why the Relative positioning isn't working in this case!
by erikcw
Thu Dec 22, 2005 5:51 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

Any word from the developers? I'd like to get this macro running before the holiday if possible...

Thanks!
Erik
by erikcw
Mon Dec 19, 2005 6:16 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

Please try: TAG POS=1 TYPE=TD ATTR=TXT:*feelfreeto* Does this line work? No, that doesn't work. That's the first method I tried (see my first post in this thread). Instead of extracting the "edit" link next to "feelfreeto", it extracts the very first edit link in the table. Any ...
by erikcw
Sun Dec 18, 2005 5:07 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

An update, It seems to work like this TAG POS=1 TYPE=TD ATTR=TXT:#SCG#<SP>-<SP>feelfreeto<SP>-<SP>WordPress<SP>407edit<SP><SP><SP>copy<SP><SP>delete<SP> But there are some dynamic elements in there, so I wanted to use a wildcard "*" to shorten the string. TAG POS=1 TYPE=TD ATTR=TXT:#SCG#<S...
by erikcw
Sat Dec 17, 2005 6:59 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problems with Relative Pos
Replies: 23
Views: 22755

I emailed the page to support2@iopus...

Thanks!
Erik