Jump to content
Macro Express Forums

oded

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by oded

  1. Yes, I think the PRO version should include a feature lke that... Anyways, I've created a very simple macro which solved my problem Thank you Alan for all your help and kindness. Much appreciated! Oded.
  2. I'm on my way to solve this. How can I know what was the last key pressed? It it was "Enter" the macro should do some unique actions
  3. Of course my Windows version is a Hebrew one. The problem with this specific program is that it does not support right to left languages. Many other programs I use do support rtl languages and work flawlessly for me. I want to create a macro which would be activated only when this specific program runs and would "know" when Enter was pressed. So after Enter was pressed the macro will text-type alt+shift and change the cursor's direction to what I need.
  4. Normally when I need to change cursor's direction from ltr to rtl all I'm doing is press alt+shift and it's done! My problem is this: I type a lot of text in a certain program's window. I write in Hebrew (which is written from right to left) so I need a rtl cursor. At the beginning I change the cursor's direction to rtl by pressing alt+shift. However, every time I press Enter (which I do a lot) what happens is this: The cursor goes to the next line (which is good) and it's direction changes to ltr (which is bad...) This situation forces me to press shift+alt after every time I press Enter! I'm looking for a way to force MEP to do this job for me Thanks for your answer. Oded.
  5. Is it possible with MEP to change the cursor's direction from "left to right" to "right to left?" Thanks, Oded.
  6. Thanks Terry However I can't understand why at first run (when the destination folder doesn't exist yet) the macro runs flawlessly, but gets stuck when destination folder already exists. Oded.
  7. I created a very simple macro which copies a folder (including all subfolders and files) to another disk. The name of the main (new) folder is changed. First time (when the new folder is still not created) the macro runs flawlessly, creates the new main folder and copies al subfolders and files. However when I try to run the macro again it doesn't work. There are about 100 subfolders and 1500 files. I thought the Copy File or Files command overwrites existing files and folders. If I'm right - why doesn't my macro work? If I'm wrong - is there a way to do it? Thanks, Oded.
  8. I have a popup menu with 24 macros, having the activation letters A-X. When I add a new macro to the menu - regardless of it's location - it gets the letter A. I can activate the new macro by doubleclicking on it's name but can't use the activation letter (which is the way I'm used to work) because that would activate the first macro in the menu (the original A.)
  9. Thank you for your help, Namino. Much appreciated. Oded.
  10. Under ME3 all I had to do to abort a running macro was to right-click the "running man" icon in the system tray. It doesn't seem to work under MEPro. How can I abort a MEPro running macro? Thanks, Oded.
  11. After importing all my ME3 macros I tried to run some of them and see how they work. What I've seen so far: 1. MEPro asks me to provide a password for some of the macros. True, these macros used once to be password protected but I changed this long time ago. When I type the (used to be) password MEPro tells me the password is wrong I have found a way to overcome this: I tell MEPro I want to edit the macro (it lets me do this) and simply save the macro. Afterwards the macro runs flawlessly. Btw, the security tab says: "Password not set." 2. Somehow, unlike under ME3 all IE windows ("web site" command) do not open maximized! How can I change this? Thanks for any help. Oded.
  12. The help file doesn't say anything regarding this issue (unless I have missed something.) This is very strange assuming many (especially long time) users probably have hundreds of macros running under ME3.
  13. Is MEPro able to read .mex files created by ME3? If not, what's the easiest way to run all ME3 macros under MEPro? Thanks, Oded.
  14. Yes, I said it works but as far as I understand there may be problems and as everybody says I'm using it "at my own risk." However I have written a totally different new macro and now everything is fine Thanks all for your kindness and help. Oded.
  15. I understand. Is there some other way I can overcome this limitation? Thanks, Oded
  16. I've created a macro which includes the "Run Macro" command. It runs a popup menu macro. After inserting this command the following warning appeared: "Run Macro: The selected macro is a popup menu. Running a popup menu in this manner may not work correctly. Please use it at your own risk." So far the macro runs flawlessly. But I'm curious: What is the problem that might cause the macro not to work correctly? Is there a better way to run the popup menu without risking possible problems? Thanks for any help, Oded.
  17. I've bought the book right after it was first offered. Although quite expensive I don't regret it. Highly recommended. Oded
  18. Yep. Popup menu (which was a main issue for me) works now flawlessly Thank you Kevin. Much appreciated.
  19. ..SO in order to fix the popup-menus problem on my computer it seems I'll have to wait for version 3.7c?
  20. Kevin, I have received your private message and sent you the file you requested. The version I've installed is 3.7b (3.7.2.1) Thanks, Oded
  21. I have installed the new version 3.7 and have a lot of problems. Some of the macros work ok but most of them get the following error: "Macro Express encountered an error while attempting to read a command. The macro will be aborted." Just to clarify: I use Intel Pentium 4 with Windows Professional. While upgrading I logged in as administrator. When this didn't help I uninstalled Macro Express and reinstalled it. I've also handled the issue related to typing speed. Nothing helped The only solution I've found: I copy an existing macro (without making any changes) then the copied macro runs flawlessly... As I have a lot of macros copying all is out of question. What should I do in order to make the new version run smoothly? Thank you, Oded
  22. I think that's what I'll do.. Thanks again, Gary. Oded.
  23. Gary, I know I can't run two macros simultaneously. I'll try to clarify my question: I have two popupmenu macros: popupN (displaying nickname and scope) and popupW (displaying windows' default style.) I have two helper macros, each one containing just one line: hlperN (executing macro run command calling popupN macro) and helperW (executing macro run command calling popupW macro.) What happens is this: When I run helperN macro the popup menu (nickname and scope) is displayed and helperN gets back control! so I can add more commands (eg: mouse move) which is executed while the popup menu is still on screen waiting for my choice. When I run helperW macro the popup menu (windows default) is displayed but helperW doesn't get back control - so I can't add more commands (eg: mouse move) to helperW - not until I've made my choice first!! What I want is (after the menu is displayed on screen) first move the mouse to another location and only afterwards make my menu choice! HelperN lets me do it. HelperW doesn't!! Why does the way the popup menu is displayed effect the way the macro behaves? Thank you for your help Oded.
  24. I have a very simple macro which runs a popup menu displayed by nickname and scope. Everything runs flawlessly. However when I change the popup menu to "Windows' default" display and run again my macro does display the popup menu ok (Windows style) BUT the macro doesn't end (namely the "running man" is still in the taskbar... ) This doesn't let me add more commands after the popup menu has been displayed. Why does changing the display of the popup menu cause this and how can I overcome the problem? Thanks for any help. Oded
  25. Hello rolf, Sorry for the delay in responding. I have chosen "Copy file or files." This is my File(s) Path/Name: \\Ron\c\Documents and Settings\Administrator\My Documents This is my New Name: E:\Ron backup\ The point is that the file which causes the error (XYZ in my example) is a valid file which is located in the folder I want to copy. Best regards, Oded
×
×
  • Create New...