Developer's Corner
My-T-Touch / My-T-Pen 1.60 Feature Notes
- UserNameNotPassword setting in INI (Version 1.60)
- This setting only available in INI file
- Forces Windows 95/98 Logon to start (keyboard focus) at User Name field (not Password field).
- Set UserNameNotPassword=1 to change default operation. Default is 0 - normally User Name is preserved, and Windows expects password entry.
- AllowDomainEdit setting in INI (Version 1.60)
- This setting only available in INI file
- Original customer specs for Windows 95/98 logon required user lockout of Domain. Recent customer requests asked for Domain edit as an option.
- Set AllowDomainEdit=1 to change default operation. Default is 0 - Domain Edit locked from user.
- DisableEnter setting in INI (Version 1.53)
- This setting only available in INI file
- This is ONLY required if there are conflicting programs or virus scans that cause a hang during logon sequence!
- The Windows 95 Logon must be checked on in Setup | Configuration
- Setting DisableEnter disables the Enter Key from operating during Logon ONLY. Set DisableEnter=1 to force user to logon by Clicking OK.
- Review Manual for notes regarding other settings
- Force Upper / Lower case for Windows Logon
- The Windows 95 Logon must be checked on in Setup | Configuration
- In the INI file [Configuration] section: ForcePasswordUpper=1 is required for Uppercase, ForcePasswordLower=1 is required for lowercase
- Mixing of cases is not possible (implemented as per customer requests regarding security issues)
- Key Enable / Disable & Executable Launch
- All settings should be configured in Setup | Configuration | Key Options
- Timing can be an issue with EXE Launch - only using Dev Kit EXEs prevents sending keystrokes to wrong application - not an issue if Key is Disabled, and Key press is only used for launching
- If changing operations drastically, it may be a good idea to edit INI file and remove all [Key????] settings (or restore INI back to Original Configuration)
- Active Window used to Run EXE in Special Options
- IMPORTANT: To prevent infinite looping, EXE is only run once UNTIL another Special Setting forces another EXE Launch
- Typically you MUST have at least 2 Run EXE Special Settings to have a practical configuration
- Run EXE with Calculator Send button
- Used to buffer input prior to sending numeric string to application with Send key
- Use with Dev Kit EXEs to move MTT/MTP off screen after operation, etc.
- Similar to Key Options, BUT no User front-end in Setup
- Requires modification of INI file, [CalculatorTape] section
- Modify / add CalcSendWithEXE=1
- Modify / add Program= to reference EXE to run when Send key used
- e.g. Program=C:\WINDOWS\MYTTOUCH\DEVKIT\MOVEWMTS.EXE X:801 Y:400
- Timing can be an issue with EXE Launch - using Dev Kit EXEs only prevents sending keystrokes to wrong application
Windows 95/98 Network Logon with My-T-Touch / My-T-Pen
Due to Popular Demand, we have added this capability into our 1.50 release of My-T-Touch & My-T-Pen!! We have also added a Custom Logo option, and enhanced the security features.