Search found 18 matches

by cmuld3r
Sat Mar 12, 2011 5:09 am
Forum: iMacros for Firefox
Topic: Great Problem
Replies: 2
Views: 2440

Re: Great Problem

I have experienced the same issue (rarely, but most recently last week using Firefox and iMacros 7.1.1.2) when renaming and I believe moving macros/folders with the Firefox add-on. It usually creates around 12 nested folders. Has the nested folder issue been identified and addressed? Any info is app...
by cmuld3r
Fri Mar 04, 2011 6:19 pm
Forum: iMacros for Firefox
Topic: Output time as: hh mm (rounded off to the nearest 5) am/pm
Replies: 4
Views: 3822

Re: Output time as: hh mm (rounded off to the nearest 5) am/

OOPS! I did a quick workaround it in the meantime by always rounding down, but of course now it works! THANKS! Here's the full corrected code for anyone who needs it: //SET TIME var macroExtractTime; macroExtractTime = "CODE:"; macroExtractTime += "ADD !EXTRACT {{!NOW:hh}}" + &qu...
by cmuld3r
Tue Feb 22, 2011 7:16 pm
Forum: iMacros for Firefox
Topic: Output time as: hh mm (rounded off to the nearest 5) am/pm
Replies: 4
Views: 3822

Re: Output time as: hh mm (rounded off to the nearest 5) am/

I have an incomplete solution. It is not adding an hour when rounding up from 58 or 59 mins to 00, even though I have the following line: if (min >57) {hour = hour + 1;} Please see the js macro below which inputs the time in a wikipedia search box. For the example, the time is set at 10:58AM and sho...
by cmuld3r
Fri Feb 18, 2011 11:12 pm
Forum: iMacros for Firefox
Topic: Output time as: hh mm (rounded off to the nearest 5) am/pm
Replies: 4
Views: 3822

Output time as: hh mm (rounded off to the nearest 5) am/pm

I have a javascript challenge for the macro I'm working on. I need to output the time as HH (12 hour format), MM (rounded off to the nearest 5 minutes) and AM or PM. Sample imacro code: TAG POS=1 TYPE=SELECT ATTR=ID:ScheduleTimeHH CONTENT=%HH TAG POS=1 TYPE=SELECT ATTR=ID:ScheduleTimeMM CONTENT=%MM ...
by cmuld3r
Thu Feb 10, 2011 11:43 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Thanks! :D Here's the updated javascript code to set the date without leading zeros for anyone who needs it: //SET TODAY'S DATE var macroExtractDate; macroExtractDate = "CODE:"; macroExtractDate += "ADD !EXTRACT {{!NOW:mm}}" + "\n"; macroExtractDate += "ADD !EXTRAC...
by cmuld3r
Wed Feb 09, 2011 5:29 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Thank you for all the help. The given code was working beautifully until yesterday (2/8/11) when the output of {{day}} started coming up as '0'. Strange why it would occur on 2/8/11... Please test the following date macro if you are also now getting '0' output for the day (the test goes to wikipedia...
by cmuld3r
Tue Jan 25, 2011 8:37 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Thank you Tom! Works great! To play the js script you gave, I set up a js file which calls a macro with the first section of the original macro, plays the date setting javascript, then plays a macros with the last part of the original macro, repeating when necessary: MYJSMACRO.js: iimPlay("STAR...
by cmuld3r
Mon Jan 24, 2011 8:03 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Can anyone please suggest a Javascript workaround to insert a month and day without leading zeros? This is the current code (which doesn't work when the month and/or day have a leading zero, as I explained earlier... the site's drop-down selections don't have the leading zeros): VERSION BUILD=703111...
by cmuld3r
Thu Jan 20, 2011 11:41 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4583741

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

Please re-implement the '!NOW' command with format code to leave out leading zeros! - 'm' and 'd'!!!

Thanks!

http://forum.imacros.net/viewtopic.php?f= ... ero#p29760
by cmuld3r
Thu Jan 20, 2011 11:33 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Currently firefox addon, no scripting. It's a pilot project with no funding as of yet. This set of macros would greatly improve the possibility of funding and wider implementation. Can you please share scripting edition workarounds? And what is the possibility of bringing back the 'm' & 'd' feat...
by cmuld3r
Thu Jan 20, 2011 9:34 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Thanks for the response. I'm using it with a form submission macro. The site records the date as drop-down entries which do not include leading zeros. If imacros outputs leading zeros, the date isn't recognized and macros don't work. This is a really crucial feature for my organization ASAP. Is ther...
by cmuld3r
Wed Jan 19, 2011 5:52 pm
Forum: General Support & Discussions
Topic: !NOW without leading zero does not work
Replies: 13
Views: 11053

Re: !NOW without leading zero does not work

Without leading zeros still does not work... and I see the wiki page now doesn't even reflect the 'without leading zeros' format code - http://wiki.imacros.net/!NOW ... but the Google cached version does. Is it not supported? VERSION BUILD=7031111 RECORDER=FX SET !VAR1 {{!NOW:m}} SET !VAR2 {{!NOW:d}...
by cmuld3r
Mon Nov 22, 2010 10:26 pm
Forum: iMacros for Firefox
Topic: X/Y Recording & Playback Error
Replies: 6
Views: 8838

Re: X/Y Recording & Playback Error

For image buttons, etc, with the 'Power Surfer' editions and above, Image Recognition would help: "The Image Recognition Plugin is the world's first technology that allows you to automate and test websites using images instead of cumbersome X/Y coordinates: Now you can tell iMacros how a button...
by cmuld3r
Mon Nov 22, 2010 4:25 pm
Forum: iMacros for Firefox
Topic: X/Y Recording & Playback Error
Replies: 6
Views: 8838

Re: X/Y Recording & Playback Error

I think I know why it doesn't work right. The x/y does originate from the right of the toolbar. However, when the toolbar is moved, it shifts elements on the page (same with resolution changes)... as some pages reference center/right positions instead of just left side references - and those center/...