Jump to content
Macro Express Forums

Cliff S

Members
  • Posts

    14
  • Joined

  • Last visited

Cliff S's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Problem Identified by trial and error. The missing keystroke commands were finally found. to display them the user must click on "Toggle The Direct Editor" button located between the left and right windows. As a result of the problem described previously, another mystery has emerged in the process of renaming either a file or folder. The user can no longer just select the name and just delete it, the type in the new or changed name. In this newer version the user must go to the all commands menu an select the Files/Folders category. From there the user must select either the "Rename Files/Files or Rename Folders. At this point a window will appear wanting the user to specify the path to the file or folder to be changed. For some strange reason the user must enter a new second path. Take it at face value it implies that this command will rename the file and then move it to a new location. I cannot imagine a situation that a user would ever intend to rename a file and want to move to another location. unless it not performing a move, but is actually marking a copy to be placed in the second location the user specify. To complicate the situation even more. I know of no occasions that file or folder is not already displayed and chosen in the file explorer the users selecting the file by the mouse click on the file being worked on. The purpose of the mouse click is to direct the PC focus on the specific file location. At any point in time the PC automatically knows the location of file put in focus by the mouse clicks. There should be no need to copy and paste the location redundantly and manually. This is just bizarre. Tnx
  2. Macro Express Editor finding missing keyboard keystrokes for "Home, End, Backspace and other cursor movements. I just downloaded the current version of Macro Express. Many keyboard commands are not listed. A previous version displayed the on the bottom of the editor. Where are they?
  3. terrypin "t it looks to me as if you've not opened the activation properties properly". As seen on many websites you can only activation globally, and has for many years. "How long is it since you used the program before working on this particular task?" Years "Have you started afresh and written a simple macro that delivers keystrokes." Yes "- to other apps?" Yes, they work as usual. "- to this WP app?" Yes, they work as usual. .".and (in that new macro) explored changing activations, to ensure that you are following the correct steps." All other activations tried do not work either. In addition, from reading many other post on the subject the open office app can only be activation via the ME3 scope set to the default "global". This has also been the practice for many years. "Also check that your version is up to date" Yes it's 3.9. I doubt that it is backward incompatible. "And try re-installing ME3." Been there done that before I started the post. " Or, if your usage justifies it, upgrade to ME Pro." Upgradeding is not under consideration, as nobody can state whether the problem is due to ME3, Windows 10 or any third party app. I might as well just guess which one is the culprit. The command Text Type: <ALT>I is a pretty rudimentary command and always worked in the past. Don't know of anything that Pro can do that I could not already do, or want to do. "Good luck." Waiting for good luck could take a lifetime, that I don't have or want. Time to move on.
  4. This is still a lost cause, going no where. Spending alot of time and effort. Time to move on. Tnx
  5. Text Type (Simulate Keystrokes): <CONTROL>a // Select all text Here's the code: <TEXT TYPE Action="0" Text="<CONTROL>a" _COMMENT="Select all text"/> This looks interesting. The ME help page does not find anything about simulated keystrokes. acantor Master acantor Do accelerator keys appear in any of the "tabs," or does a menu become selected, when you press Alt? Do the accelerator keys and/or menu selections disappear when you press Alt a second time? Yes it toggles them. The ME3 macro does not.
  6. acantor - pressing the alt key does exactly what is suppose to do. It toggles on and off the focus to the first tab. However this means nothing. What the issue is that a ME3 macro does not do that. Which screen shot? The document, the tabs, the macro explorer, the macro script or the keystrokes window? terrypin - The home key moves the cursor to the start of the line. The Ctrl+Home moves the cursor to home at the top of the document . Both just as expected. This means nothing too. The issue is that a ME3 macro won't do either. "if your starting screen is consistent in its layout, simply click on the first tab before further navigation." Which starting screen. I can easily click on the first tab. However that means nothing, what counts is that the ME3 macro does not click on anything.
  7. ME3.9 types characters, will not perform commands in word processor. In open office writer ME3 will not perform a command like ALT EDIT SELECT ALL. It will not perform the CTRL+A shortcut either. Instead ME3 places a new paragraph at the point the cursor is at. These two commands will work manually and will type in letters, numbers, etc. I tried reinstalling ME3, that did not solve the problem. I assigned the macro to be CTRL+6, Open Office does not have a shortcut of CTRL+6 to conflict. CTRL+A is assigned internally to Open Office Writer and works manually. Anyone know how to restore normal operation.
  8. I am creating a new macro that needs to select a specific tab in a row of tabs among other tasks. The menu for this has a row of tabs. When the menu opens it opens on the tab or dialog box last selected. It does not always open at the first tab in the row. I can repeatedly press the keyboard tab button until it places to the desired tab. In the macro I am creating I can enter a specific number of tab keyboard commands. This can only work if the menu opens in the same position last used which can be either a tab or a dialog box. Is there a way to work around it. For instance, can the macro be created with a single task to point the cursor to the bitmap desired position and click on it. Educate me on this. Thanks
  9. rberq, I copied and pasted the updated version into the direct editor. The result also did not work. I checked the c drive for a temp folder and found none. I'm concerned that this problems solution is beyond my limited level of computing technology (code). The old saying that "someone with a little knowledge is more dangerous than someone with no knowledge . This may apply to me. it might be best to abandon getting a fix. Tnx
  10. rberq, I copied and pasted the updated version into the direct editor. The result also did not work. I checked the c drive for a temp folder and found none. I'm concerned that this problems solution is beyond my limited level of computing technology (code). The old saying that "someone with a little knowledge is more dangerous than someone with no knowledge . This may apply to me. it might be best to abandon getting a fix. Tnx
  11. Bruce, I tried your suggestion. The Macro failed completely. It does look like it your method won't work on Windows 10. Tnx Rberg. I duplicated your macro for creating a list of windows. The macro failed to find any windows, or even an empty list. Tnx
  12. I'm running ver 3.9A on Windows 10 Home. I need to create a macro to launch a program and open it's window. The program responds with a message that the Window Title does not exist. I thought that the Window Title was found in the upper left hand corner each window. Is this incorrect. if not where is the title located. I also tried unchecking the title search box. It still failed to work. Is their another issue that causes this problem? Tnx
×
×
  • Create New...