Search found 21 matches

by coolcocky
Sun Dec 12, 2010 6:10 pm
Forum: General Support & Discussions
Topic: [POLL] Should IMacros Include Simple Conditional Statements?
Replies: 8
Views: 7303

Re: [POLL] Should IMacros Include Simple Conditional Stateme

another reason to add simple conditionals is repeatedly going back to the controlling language and transferring data which reduces speed and increases overhead say for eg: i have a macro which required to evaluate 5 conditionals or error checking at each step. everytime i have to transmit some data ...
by coolcocky
Fri Jul 16, 2010 9:07 pm
Forum: General Support & Discussions
Topic: ONLOGIN cmd doesn't work
Replies: 11
Views: 9607

Re: ONLOGIN cmd doesn't work

any update on this issue it practically renders my programs useless for vista and windows 7
by coolcocky
Tue Jul 13, 2010 9:06 am
Forum: General Support & Discussions
Topic: [SUGGESTION] TRY CATCH OR ONERROR IMPLEMENTATION
Replies: 4
Views: 4197

Re: [SUGGESTION] TRY CATCH OR ONERROR IMPLEMENTATION

Thanks Tom for appreciating my suggestion.

I will surely keep giving feedback for improving imacros.

I had made another suggestion regarding conditionals earlier also

regards,

CoooL

PS: I am not seeing Daniel as a part of moderation team now
by coolcocky
Sat Jun 26, 2010 10:17 am
Forum: General Support & Discussions
Topic: [SUGGESTION] TRY CATCH OR ONERROR IMPLEMENTATION
Replies: 4
Views: 4197

[SUGGESTION] TRY CATCH OR ONERROR IMPLEMENTATION

HI, I have another suggestion How about an ONERROR do certain macro commands embedded in the macro itself instead of going back to scripting this will be able to enhance the robustness of the macro and make it less break proof in case of any error on website suggested syntax TRY MACRO COMMANDS ........
by coolcocky
Thu Jun 24, 2010 7:44 am
Forum: General Support & Discussions
Topic: is using imacros detectable?
Replies: 4
Views: 4730

Re: is using imacros detectable?

hi,

imacros has its own user string so its detectable, but you can change that in options and make imacros look like internet explorer

regards,

cool
by coolcocky
Fri Jun 18, 2010 7:47 pm
Forum: General Support & Discussions
Topic: Check for button's presence and Escaping *
Replies: 2
Views: 2028

Re: Check for button's presence and Escaping *

hi,

use can use EXTRACT to extract data within the <a html tag

regards
by coolcocky
Fri Jun 18, 2010 7:42 pm
Forum: General Support & Discussions
Topic: [SUGGESTION] If TAG exists
Replies: 6
Views: 5450

Re: [SUGGESTION] If TAG exists

@Daniel

I should be the one thanking the whole imacros team for this great software, I have created a couple of bots using c# with imacros and its really easy as compared to doing a bot in c# alone

regards
by coolcocky
Thu Jun 10, 2010 1:15 pm
Forum: General Support & Discussions
Topic: [SUGGESTION] If TAG exists
Replies: 6
Views: 5450

[SUGGESTION] If TAG exists

Dear Danial / Hannes, I would like to suggest an improvement to imacros, by adding conditional statement which should be easy to implement. How about adding an "IF TAG.." statement followed with "END IF TAG.." where the statements between both these commands are executed if a par...
by coolcocky
Wed Mar 31, 2010 8:23 pm
Forum: How-To's and useful iMacros: All other topics
Topic: [FREE GIFT] Imacros Testing Script {My Own Hard Work}
Replies: 5
Views: 100747

Re: [FREE GIFT] Imacros Testing Script {My Own Hard Work}

just put them in any folder and run the exe file
by coolcocky
Thu Mar 18, 2010 6:32 pm
Forum: General Support & Discussions
Topic: protect or obfuscate imacro
Replies: 19
Views: 15830

Re: protect or obfuscate imacro

hi,

even while using scripting edition, you can run the macros either in internet explorer or firefox see syntax for iimplay() method

hope this helps

just my 2 cents

regards,

cool
by coolcocky
Thu Mar 18, 2010 6:30 pm
Forum: General Support & Discussions
Topic: Want to submit url to multiple bookmarking sites
Replies: 3
Views: 3103

Re: Want to submit url to multiple bookmarking sites

hi,

you can do bookmarking at 30 sites or more by using scripting edition of imacros and use any language to send variables to imacros. Also, another way is to use firefox addon with javascript

just my 2 cents

regards,

cool
by coolcocky
Fri Mar 12, 2010 1:45 pm
Forum: General Support & Discussions
Topic: [ASK] Which of these techniques work in tray/silent mode
Replies: 1
Views: 6163

[ASK] Which of these techniques work in tray/silent mode

Hi, Just want to clarify some doubts some techniques and how they respond if macros is running in tray 1. Image Search I know that image search command requires focus. However, how would imacros react, if its started in tray and it encounters image search statement. 2. Direct Screen Do direct screen...
by coolcocky
Tue Mar 09, 2010 8:27 am
Forum: General Support & Discussions
Topic: Noodle Scratcher
Replies: 8
Views: 5474

Re: Noodle Scratcher

cant understand what are you trying to achieve

regards,

cool
by coolcocky
Tue Mar 09, 2010 6:24 am
Forum: General Support & Discussions
Topic: Playing sound after completing the macro
Replies: 3
Views: 5220

Re: Playing sound after completing the macro

you have to use scripting edition along with knowledge of any programming language like vbscript, vb, c#, java, php etc. to do error handling in case of error in running macros. You can pretty much do anything with the errors that imacros give like playing sound, playing video, showing dialogs etc. ...
by coolcocky
Sat Mar 06, 2010 5:44 am
Forum: How-To's and useful iMacros: All other topics
Topic: [FREE GIFT] Imacros Testing Script {My Own Hard Work}
Replies: 5
Views: 100747

Re: [FREE GIFT] Imacros Testing Script {My Own Hard Work}

The inspiration for this came from UBOT as it was claiming to be better than imacros for Internet Marketing field, but when i used it I found it to be not so easy. To overcome that I thought why not make something with which imacros users can run their macro with custom variables.

regards,

ashish