Jump to content
Macro Express Forums

iconoglasses

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iconoglasses's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The control only seems capable of grabbing whatever default field is available. It definitely grabs the app suucessfully but either I dont know how or cant grab specific parts of it. Ill try the hotkey idea. And how do I remove scopes?
  2. Oh well.. this is definitely NOT new either. Site says it came out when Win 95 was out lol
  3. This didnt solve it.. however.. what did work was entering two spaces after my user name, and then as I typed my password it started on that second line. Thing of it is though, it doesnt really solve the problem and wont help in the subsequent menus. This macro is really just getting started.
  4. Okay, I'll give this a try.. but what is the "repeat" that it's slowing? I'm not repeating anything.
  5. Also, I'm pretty sure the field just had a character limit so continued down below.- WAIT. If it continued down below you'd think it wouldn't consider it a separate field.. and yet, when I TAB normally with my keyboard it does indeed work.. hmm..
  6. I'll try again. I think last time I just put 2 second delays between everything. But I had not tried slowing the actual keystrokes. I'm prepared to try anything but I can say I got wind of ME, because other people used it for the same system. And it enters keys just fine prior. Again willing to try anything but it in no way registered the key up/down portion earlier.. Will reply back.
  7. Okay, how about this- rather than using a simple TAB key which for some apparent reason has so far proved impossible... I simply get control of each line separately? Currently I use: Get Control: (TN3270.EXE) Using z-order -> %C[2]% I then Text type some credentials using Send Text Directly to Control %C[2]% and <ENTER> (without issue, it goes to next menu) It then has a 2 second Delay before entering my user name (no issues) I again use Send Text with %C[2]%: ThisIsUserName (no issue, it gets in but all stops here) **Forgive me the other system is tightly controlled, and I would have to hand-type it all here to paste** I'm still new to things so trying to read up more on this Control function and use of variables. Understanding my original intent, and this possible workaround to get control of this emulator at different points inside, is that- a) possible? b) could anyone point to similar tutorials/explanations or provide? *I'm running the latest Portable version of ME Pro* Example of my frustration with say Youtube tutorials is 3 or 4 Calculator tutorials that are a) outdated (wont press the keys) and b) not the same situation. I don't see any videos out there with people filling out forms created as such.
  8. Maybe this has to do with the sending text through control initially and it not letting go of that point? Any other ideas? Forgive me if I didn't reply back to a suggestion. I'll re-check everything shortly.
  9. Thank you so much for this! Good info! I have you guys.. and the one and only book on this Earth (J. Weinpert), written on this software.. and it's clearly outdated. **EDIT: To clarify, this wasn't a fix but great info!**
  10. Yeaaaa. Unfortunately, it didn't take. I do not get this- my keyboard can type it- the keyboard clearly is sending commands.. agh!
  11. Hi! Thanks, but to the first- there needs to be a TAB between the User Name and Password, that one doesn't have it. A few tests have resulted in part of my password being entered on the User Name line. Spaces are also read as an incorrect password. There must be a TAB use or equivalent. To the second suggestion, I did the simulate keystrokes and used the key down and up and it did not work. It then proceeded to enter the first 2 characters of my password on the User Name field, before the rest spilled over into the Password area.
  12. In Direct Editor, this <TEXT TYPE Action="2"...what's this action 2? Should every text have it's own number and just change sequentially (action 2, action 3, etc)? Or does the "2" signify a specific type of action?
  13. I haven't tried the TAB anywhere else but I can try maybe before the ID is entered. The script is in the act of running prior- it enters my user name just fine so I can see the script running.
  14. If I understand correctly, I'm just initiating it within ME. It first GETS control of the window (successfully), then types a menu option (successfully), bringing it to the login screen. It then successfully uses Text Type to enter in the Login ID. The TAB comes next, which fails.
  15. So to be clear, after the one reply I tried editing it to just <TEXT TYPE Action="0" Text="<TAB>"/> Should I try literally just <TAB>?
×
×
  • Create New...