Jump to content
Macro Express Forums

joe

Members
  • Posts

    1,002
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by joe

  1. Wait! .... I'll be ... I just got it. Ageing Hack, that was funny. Yes, it was throwing code, The home page's picture was a picture of code. Very good, Very good, indeed! Thanks for the smile :-)
  2. When a CMS change is made to the site, or something else, I always test prior to publishing. For testing I use three devices: 1) My desktop in IE (ver 11.0.7) and Firefox (ver 28.0) 2) My Samsung Galaxy 10 pad (Android 4.0.4) 3) My cell phone (Chrome 33.0.1) No errors have popped up for me yet, at least nothing that I can see. The only aggravating one I know of at the moment are the sub-choices in the main menu when using Firefox. Firefox adds a few pixels of space between the menu line and the choices. So if the mouse is moved straight down, Firefox thinks you left the menu.
  3. As it so happens, I posted an article today on the PGM website titled "Anchors Aweigh". It covers some of the use of using MXPro for Internet automation. Hope it helps. http://www.pgmacros.com/index.php/macro-express-pro/mx4-articles
  4. Thought I would pass this along to the forum ... Started the new Professional Grade Macros website. Not much there yet, but over the past few weeks I was working on its overall design and layout. The first task was to get all the tutorial videos, as well as the mex library, which were created for the Macro Express Explained book onto the site so people could still get access to them. Over the past couple of weeks there were plenty of downloads. Posted an MXPro article today. - Joe
  5. Are the lines that you want to change in your file the only ones containing a semi-colon? And if so is that semi-colon always in the same position like you have here in your examples?
  6. Video tutorials that were on the companion CD attached with the printed edition of the Macro Express Explained book are now available at PGMacros. They can be viewed or downloaded from there. They can also be viewed on YouTube. The video turtorials were produced many, many moons ago by Mathew Frandsen formally of FormaQuest. Another item placed on the site is the macro file which was also supplied on the companion CD. This MEX file holds all of the sample macros that were in the book.
  7. Paul - A form generator, a means to run it, and the ability to return the values back to Macro Express would be a wonderful tool for the community. I would buy it and I would use it. Not sure what you have in mind for pricing but something akin to the price of Macro Express Pro itself would be reaonable to those of us that generate systems for clients. And AutoIt is an excellent choice for this considering that AutoIt scripts can be run using the External Script command. - Joe
  8. I am fairly certain that the error info you want is given only the Catch Error system ... as you already mentioned. I can see no direct way of trapping that info other than by your suggestion of using the Handle choice ... but geez that would be a lot of coding, again, as you already mentioned.
  9. Although I have not looked at this in depth, I did do some experimenting and I can find no way to prevent the Start/Stop entries when using the Miscellaneous tab. It seems that all logging except the Log Error command place both a Start and a Stop entry into a log.
  10. Using your example I can confirm that using a variable for the log destination in the Log Errors command does not work. I can also confirm that the Log Errors command is only logging the error that occurred and a "Macro Completed" entry. It does not log "Macro Started" probably because the command can be placed anywhere in a macro and not just at the beginning.
  11. Actually I got the key wrong, it is this key instead: HKCU\Software\Insight Software Solutions\Macro Express 4\Files (Files instead of MRU). Maybe this would work? ... Create a playable macro and run it from a batch. Remember to leave whichever library (at least one) you want loaded in the key or else the sample macros will be loaded when your users fire up MX Pro.
  12. F13 - F24, Attn, CrSel, ExSel, Erase EOF, Play, Zoom, PA1 are from the IBM 3270 Terminal.
  13. Can't help specifically, but if the IT guys are "bugged" by your problem (i.e. can't be bothered) then they would do well to find other employment. Isn't it their job to solve computer related problems? Truly. ... I'm just saying.
  14. The last 10 open MEX file names are stored in the Registry at HKCU\Software\Insight Software Solutions\Macro Express 4\MRU. Find a way to automatically delete the keys "file 0" through "file 9" prior to launching MX Pro. They will be recreated automatically as needed.
  15. Hard to give advice on this because every system and installation are unique. I would setup a VMware session and take a snapshot prior to doing anything so you can rollback what you just rolled out. Then convert all the macros. Locking the player is, I think, the default action taken by the conversion. Test each macro, or group of macros. Make sure the MXPro system is working identically to the MX3 system prior to making any other moves. Once you are satisfied that it is all working, test it again ... because you missed something. I can guarantee it. And have a user test it also. Have as many users test in a controlled VMware session as is possible. Now you can move on to your next set of challenges ... run time only installations, preferences files, unattended installs and many other issues
  16. Very nice OzMan ... you are an innovator, to be sure.
  17. Hopefully there will be a break soon and I can get to some of these nagging forum issues. One of them I can answer now: I was told that the 3-character limit on search strings is sort of fixed ... whatever that means.
  18. Floyd, I and the rest of the community are interested in knowing your solution. Please advise.
  19. There is only a license after the 30-day trial has expired. There is only a 30-day trial period for XP. A Vista installation cannot have a trial period due to the way it handles security issues, therefore, a purchase is required with a 30-day money back guarantee. The trial period for XP contains no source code, but the purchase options (with a 30-day money back guarantee) contains all the source code. Here is how it is spelled out in the website:
  20. I prefer INI files for this type of work. You could place a VBScript or Javascript code section within the HTA/HTML document to read/write INI files and it would work. But it would be easier to use the Macro Express INI handler commands to do the job. The return string from the HTA/HTML document would need to contain a tab separated list of the values from each field which you would use to update sections in the INI file. If you want to use the values from the INI file for a subsequent call to your HTA/HTML document, simple read the values into variables that are embedded into your script. Remember that Macro Express substitutes the %variables% with actual values prior to writing-out the script.
  21. Have not done so yet, er, just in case you didn't notice what I didn't do.
  22. Popup and floating menus could not be exported in MX 3 either. This is not new.
  23. As far as I can tell, there is nothing wrong with the ISS bug-management docs. ISS has always been able to answer questions about any particular bug I have reported. Sometimes I like the answer and sometimes not. But I have always been able to get an answer.
  24. How about using the Options->Customize Favorites menu choice to add it to your Favorites list?
×
×
  • Create New...