Jump to content
Macro Express Forums

heech

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by heech

  1. Hi,

     

    Any way to make a HTTP request, and keep the response as a variable...?

     

    I'm using MacroExpress Pro with Amazon's EC2 service, and on the virtual servers you create, you can make HTTP requests to get certain parameters:

    http://docs.amazonwebservices.com/AWSEC2/2...stancedata.html

     

    So if you make a HTTP request with:

    GET http://169.254.169.254/2008-08-08/user-data

     

    You end up with parameters that were passed in the server. This would be extremely useful to me.

     

    Thanks.

  2. If it was working at some point after the conversion then I would ignore my comments. If it stopped working afterward I would suspect the import or conversion. Early on the import and conversion had some minor issues that I detected in the beta program so it's conceivable it could be the problem. You might have stumbled on a new conversion bug and I encourage you to try to replicate and report to ISS for all of us. No good in leaving a land mine unmarked for the next GI.

     

    If I were you I would create a new MEP macro file. Import that macro from whatever ME3 file you once had and see if you can make it happen again. If you can report it to ISS with the samples.

    It was definitely working for quite some time after the conversion, so I will ignore your comments. :)

  3. Powershell should have no effect unless you're doing something really strange in the macro with PS scripts.

     

    That sounds correct. In this case the "Calculate from" is irrelevant I believe. Make sure your system date and time are correct.

     

    Perhaps create a simple macro that launches a display box or something and try to schedule it and see if that fires like it should. My guess is that your macro is firing but one of the initial commands has some sort of problem. Also check in your macro list and see what the "Last Run Time" is showing. If you can make a simple one that does not fire export it to an MEX and post if here and I'll see what it does on my system.

    Hi Cory,

     

    I confirmed "last run time" isn't updating, so the macros really isn't firing. System date/time are definitely correct... I'm a little baffled, never had problems before. I also tried rebooting several times.

     

    I'll try adding a schedule for a new/simple MEX as you suggested.

     

    PS. Oh, not (intentionally) using powershell at all... in any way/shape/form.

  4. Hi,

     

    I had a pretty reliable macros which was working for me for about a month. Every morning at 6:30 AM, it would launch a program, jump through a number of menus, etc... and then terminate.

     

    But very recently (last few days), the macros hasn't fired as expected... and I haven't been able to figure out why. One thing that catches my attention... my system automatically upgraded/installed Windows Powershell 1.0. Any reason to think that's an issue?

     

    The macros is working perfectly for me now if I click "run now". Can someone walk me through the exact settings that should be in the scheduled activation, for it to run (let's say) at 3 PM today?

     

    I start by doing this:

    - right click on the macros, click properties.

    - under 'activations' tab, highlight my 'Scheduled' activation and select 'Properties',

    - Select: Run the macro "daily".

    - Under schedule tab:

    - Run at 3:00 PM

    - Check again in 1 day

    - Under Range tab:

    - Run the macro indefinitely

    - Start calculating the next runtime at: 11:30 PM, on 3/31/2009. (I was up late last night tweaking this.. does this value matter, if I just changed the schedule today?)

    - Run the macro on... Monday-Friday.

     

    What am I doing wrong?

  5. Hi there,

     

    I'm having issues with my very first macros, and would appreciate some help.

     

    I'm launching an application (it has a message title of "Command Center"). At certain points, it will pop up a window called "Message"... I want to automate an Alt-O in order to clear the message.

     

    My first attempt was very easy, and worked reasonably well:

     

    - Scope, program specific (to my application),

    - Properties, activation based on Window Title ("Message"),

    - And the script itself: Alt key down, o, alt key up.

     

    But then I realized this only works with *modal* message windows. My application sometimes also pops up non-modal message windows which I also want to clear. (It will pop up 4 in parallel, which also seems to confuse things.) And I've noticed that the macros appears to still be executing whenever "Message" gets focused... but sometimes the Alt-O is sent to the main application window behind it, rather than the message window.

     

    What am I doing wrong...? I'm a little confused in terms of how to decide when/where the macros is executing... I tried to change my macros to add a "Activate Window - Message", but that didn't seem to have much effect.

×
×
  • Create New...