Jump to content
Macro Express Forums

floyd

Members
  • Posts

    292
  • Joined

  • Last visited

floyd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It is probably like this for backwards compatibility. Over the years, Macro Express has morphed from a handful of commands to what we have now. In each new major release, the underlying file and command structure (the MEX file) has changed dramatically. But converting has always been easy because they attempt not to break anything by deprecating old commands. They may also feel that it is a command that users are used to having and did not want to rock the boat. Having a Wait for Text Playback checkbox in the Text Type command is a nice idea and you should suggest it if not having done so.
  2. The topic is asking for an answer to: "How do I move a folder using Macro Express Pro?". The answer has been presented. If the structure of the command syntax is too difficult to grasp; if it is not intuitive enough or it is not standard enough then don't use it. Find a different way.
  3. What do you consider standard Windows fashion to be, exactly? Drag-and-drop via Windows Explorer?
  4. It makes no sense to Wait for Text to Playback for a single key Alt+F4. The command was designed for situations where the Text Type command could overflow the keyboard buffer. MX Pro, like its predecessors, can push characters into the keyboard buffer faster than the targeted program can extract them. So in order to Text Type long paragraphs into a Word document use Wait for Text to Playback between paragraphs, but don't use it for things like Alt+F4.
  5. The key to moving a folder to a non-existing target (a folder that does not yet exist) is to leave off the trailing backslash in the Destination Path/Name field. The trailing backslash in the File(s) Path/Name field doesn't matter, at least not in this case. So your example would work if written like this: <MOVE FILE/FILES Source="C:\\temp\\Subfolder1\\" Dest="C:\\NewDestination" Progress="FALSE" Recurse="FALSE"/> If you leave the trailing backslash in the Destination Path/Name field then the files will be moved to the target destination, but the source folder itself will remain.
  6. So ... mouse click problem not in MX 3 but in MX Pro? Is that what you are saying? We have come full circle, I think. =============================================================================== Macro Express Pro v 4.0.1.1 =============================================================================== 54. Fixed a bug where swapped mouse buttons didn't work correctly. Let's assume for the moment that the above fix in 4.0.1.1 does indeed address the problem you had, and are having. I am not sure ISS means they fixed a conversion problem or they fixed an internal MX Pro problem. If it is a conversion problem, and you converted you MX3 macros prior to the above release, then maybe converting them again will resolve the issue. If it not a conversion problem,and you are convinced that the mouse buttons are switched, then try the direct editor. Use its features to swap the click commands: <MOUSE RIGHT CLICK/> and <MOUSE LEFT CLICK/>.
  7. I'm guessing because the Control Panel doesn't get focus.
  8. Mouse click problem in MX 3 and not in MX Pro? Is that what you are saying?
  9. It is easy to unintentionally thread-jack posts especially in a programming forum. So okay ... stop it. Thank you. To answer the topic title, yes, Wait for Text Playback is very reliable. Although I do not have any direct knowledge of its implementation, I assume the intention is to simply halt the macro until the keyboard buffer returns NULL or is empty. Never had a problem with it. Ever. To the other, er, speculative comments. You are overrunning the keyboard buffer. Macro Express can feed the keyboard buffer a gazillion times faster than the application you are typing to can extract the characters. So use Wait for Text Playback after sending a handful of data to the buffer OR use the Keystroke Speed command which sets a delay between each character fed into the buffer OR use both commands.
  10. Mouse click problem in Macro Express 3? Is that what you are saying?
  11. Actually we are all betting on you to come up with something clever so, you know, we wouldn't have to. Darn.
  12. So you're saying you need the datetime stamp of a file to be presented to you as a MX Pro decimal value so you can use the Convert Decimal to Date/Time command? Which stamp: created, modified, or accessed?
  13. I believe he is looking for the specific choice of "Wait for Cursor Change" in the drop down list. It appears to not be in MX Pro even though it is in MX. Strange.
  14. I strongly suspect that if this were easily doable, ISS would have done it by now given the hundreds of requests for it. I know that is not an answer, but it is a warning that you could spend a lot of time on it. On the other hand, it is perfectly doable using IE.
×
×
  • Create New...