Home Page
   
 
Home
Features
Screen Shots
Requirements
Download
Ordering
Support
Notes
Online Help
About Me
 
Other Items
Changes for Vista TN3270 version 1.24
Problem Fixes

P0737 2003/11/24 Macro "Wait" function does not work in ASCII (NVT) mode. Fixed.
P0734 2003/10/26 Window restores from minimized upon disconnect/reconnect. Fixed.
P0733 2003/10/18 Display problems in status bar text with certain Video cards. Fixed.
P0730 2003/09/14 Window menu items (Session A, Session B, etc.) appear on main menu in error when NewSessionAsk is used to select a new session file. Fixed.
P0728 2003/08/24 FindRepeat locks up screen if Find list is empty. Fixed.
P0726 2003/08/20 White/Black and Black/White cursor settings do not work under Windows XP. Fixed.
P0723 2003/08/08 When typing text at the end of a field, cursor did not skip properly. Fixed.
P0721 2003/06/02 PasteJCL function should revert to the Paste function when the cursor is on a blank area. Fixed.
P0720 2003/06/02 Session file was not being saved during Windows Shutdown Fixed.
P0718 2003/05/21 Reconnect connects to wrong host name when used after starting Vista with /h command line option. Fixed.
P0716 2003/05/01 Printing with some fonts causes bottom of characters to be omitted. Partial fix, but still working on the problem.
P0715 2003/05/01 Disconnect occurs some time after a Reconnect or ReconnectAsk. Fixed.
P0714 2003/05/01 Disconnect occurs when scrolling mouse wheel. Fixed by buffering mouse messages when screen is locked.
P0711 2003/03/30 VST$LIST (macro for listing files in VM prior to file transfer) failed with modern versions of VM. Fixed.
P0708 2003/02/24 Modify field does not always set field color correctly. Fixed.
P0701 2003/01/18 In WinXP, window could not be moved while macros were running or while keyboard type-ahead buffer was being serviced. Fixed.
P0704 2003/01/12 Multiple file download was producing invalid host filenames when a ticked filename was used and members were selected by hiliting them in the list box. Fixed.
P0703 2003/01/12 File transfer buffer was too large for the free IND$FILE (from Mike Rayborn) and MVS 3.8 (Hercules) to handle. Fixed.
P0702 2003/01/12 Find commands in ISPF that result in a number overlaying the "Columns" area is being interpreted as a scroll position by the ISPF row/col modification. Fixed.
P0697 2002/12/29 Attention being issued in error when using the PrevSession function was used to swap back to first window. Fixed.
P0691 2002/11/27 Toolbar buttons do not change to the system button face color specified by the user. Fixed. Existing Vista users will need to set toolbars and keypads to their defaults to enable this fix.
P0690 2002/11/27 Certain printers and fonts cause Vista to either distort the printed output, or print a few characters off the right edge of the paper. Fixed.
P0689 2002/11/14 TN3270_WILL causes TN3270_DONT return, which results in a hang during the connection process. Fixed.
P0688 2002/11/14 Fixed P0670 so that icon will be created in the program group correctly in windows XP.
P0687 2002/08/01 Show/Hide Menu/Tool options have problems when selecting various session files on the Connection window. Fixed.
P0686 2002/07/28 Crosshairs image left on the screen after Paste when "Move to End on Paste" option is enabled. Fixed.
P0680 2002/05/08 Fixed SSCP screen so that paste and other functions will work correctly.
P0683 2002/05/04 Fixed icon at upper left of window so that it shows correctly in Windows XP.
P0679 2002/04/19 Local echo not functioning in standard TELNET mode. Fixed.
P0677 2002/03/11 A typed hostname on the connection window is ignored if it already exists in list. Fixed.
P0673 2002/03/10 Failure when over 100 hostnames were on the connection window. Fixed failure, and bumped up max hostnames to 300.
P0672 2002/03/10 Converted older file i/o method to modern method.
P0670 2002/03/10 Converted older DDE method for creating new icons to newer method. (Program error fixed by P0688)
P0669 2002/03/10 Errors connecting to server if connect function does not return WSAWOULDBLOCK. Fixed.
P0668 2002/03/10 BackNewline does not exactly mimic a reverse Newline. Fixed.
P0665 2002/03/10 Numeric field lock should be disabled when shift key is pressed. Fixed.
P0664 2002/03/10 Action key is not processed when switching from one session to another, if same key is pressed as in previous session, and if the mouse is not over the Vista window. Caused by Microsoft bug Q240687 in Win95 and Win98. Fixed.
P0663 2002/03/10 GE fonts corrupted when moved to left using delete key. Fixed.
P0660 2002/03/10 IND$FILE CUT (Control Unit Terminal) mode transfer does not show correct byte count. Fixed.

Changes

C0736 2003/11/18 Added AllUpperCaseInput=1 INI option, which if set, will cause all input to be translated to upper case before sending it to the host, while the All Upper Case option is set on the Display option panel.
C0735 2003/11/15 Added ability to change the default screen size to something other than 24x80. Lookup INI functions in the help doc for more information, and add AllowDefaultSizeChange=1 to VISTA.INI.
C0732 2003/09/25 Added CopyAppend and PasteContinue to the Popup menu
C0729 2003/08/29 Added the ability for a Messagebox to have various buttons such as Yes/No/Cancel, and return a response.
C0727 2003/08/23 Find function options are saved in the session file, so the last settings will come back at the next use.
C0725 2003/08/22 Added INI option so that crosshairs will be shown even when the Vista window is not active. Enable this option by adding AlwaysShowCrosshairs=1 to the VISTA.INI file.
C0722 2003/08/08 Changed the PasteByTyping function to react to Tabs and CRLF's within the clipboard text.
C0712 2003/03/30 Added the CopyAppendNoCR function, which will append text to the clipboard, but without adding a CRLF (carriage return) between appends.
C0710 2003/03/30 Added the OnScreenRow and OnScreenCol macro variables, which return the location of text found by the OnScreen macro function.
C0709 2003/03/30 TN3270E protocol is now the default when specifying a new host name on the connection window.
C0707 2003/03/03 Added ability to support non-sna master console command chaining. Requires the addition of the following line in the VISTA.INI file: CmdChaining=1
C0655 2003/01/18 Converted file transfer "List" and "Members" functions from internal code to macros. This allows these functions to perform LISTCAT/LISTDS commands from ISPF option 6.
C0699 2003/01/18 Added the RawData macro function and data buffer, which is a way of storing and retrieving the original EBCDIC codes passed from the host to the emulator.
C0700 2003/01/12 Added Beep macro function for PC's without a sound card.
C0694 2002/12/12 Added the ability to use your own bitmaps to be used as toolbar or keypad buttons. First create 17-bit high 16-color bitmaps in the Vista32 directory, then select the Bitmaps tab in the toolbar or keypad edit dialogs, and drag/drop your bitmaps as usual.
C0693 2002/12/07 Added rule.mac macro to toggle the crosshairs on and off. Assigned to ctrl-t in default key layout. Existing Vista users will need to assign this macro to a key in their own key file.
C0241 2002/11/30 Added "Defaults" buttons on most dialog windows, to allow the user to set things back to installation defaults.
C0692 2002/11/27 Added INI option so that transaction timer will update when any data arrives. Add AlwaysUpdateTranTime=1 to the VISTA.INI file to enable.
C0682 2002/05/04 Added PasteByTyping function, which takes a single line clipboard and "types" it to the screen.
C0676 2002/04/19 Added ability to specify terminal type string passed to the telnet server. INI file option.
C0525 2002/03/12 Added scroll wheel F7/F8 function. See INI options in the Help document for information on how to change the scroll wheel functions.
C0666 2002/03/10 Added PasteFlow function, which is the same as PasteWindow except CRLF's and multiple spaces are removed.
C0264 2002/03/10 Added Find, FindRepeat, and FindClear functions to find and hilite data on the PC screen.
C0661 2002/03/10 Added INI option to automatically cause the cursor to skip to the next field regardless of the JUMP attribute. Add AutoSkipAllFields=1 to the VISTA.INI file to enable.

   
  Home | Features | Screen Samples | Download | Requirements
Ordering | Tech Support | Notes | Online Help | About Me | Other Items

Page Last Updated 05/27/2023
Contact support@tombrennansoftware.com