Jump to content
Macro Express Forums

kwtaylor

Members
  • Posts

    3
  • Joined

  • Last visited

kwtaylor's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I installed the latest version of ME. When I use the program, my keyboard and mouse at times do not work... whether in the ME editor itself or when attempting to run other programs. The onlly solution is to terminate ME and reboot. Is there some setting I need to configure to solve this, or is this a bug? Thanks.
  2. Thanks. Unfortunately with that code (pasted into the direct editor) when I run the macro I get an error message "Could not find the main class. Program will now exit."
  3. I use a stock brokerage trading platform which is java based. The brokerage company automatically shuts down the program around 12:30 AM every day. I need to re-launch the program at 12:59 AM. The manual method of launching the platform is for me to simply click on a desktop icon. After that, a login window pops up, where I enter a username and password. I have run into several problems getting ME to launch the program and log in. The first problem is this: The desktop icon I use to manualy launch the program does not have a simple "exe" file as its target. The target is: C:\WINDOWS\SYSTEM32\javaw.exe -cp jts.jar;jcommon-0.9.0.jar;jfreechart-0.9.15.jar;jhall.jar;other.jar -Dsun.java2d.noddraw=true -Xmx160M jclient/LoginFrame C:\Jts To solve that problem, I created a hotkey combination to launch the program, and used that hotkey combination in the ME script to get the platform launched. If anyone has a better suggestion please let me know. The second problem is the login window. ME apparently can not "read" it since it is not really a "windows" window, and because of that, I can't get ME to type in my username/password in that window. Any advice on how to get ME to "find" that window so it can then login for me? Thanks.
×
×
  • Create New...