Flynet Viewer 2013J Updated Components
- A few tweaks across the product following the first release of 2013
Flynet Viewer Base Product and Components(Version: 5.0.28)
Emulation Service Setup (FVSetup.exe and FVSetup64.exe)
- FVIISApi, which is a new assembly supporting both the IIS6 and IIS7+ API was further enhanced and some bugs fixed
- Setup now assigns the FVTerm v4.0 IIS Application Pool security for macro ProgramData folders as well as the FVTerm folder (for macro admin updating of web.config through a web interface). The userid is based on the one defined for the pool.
- A registry migration function from a VERY old version that caused instability in some update environments was removed
- Tray Icon program was not starting on Windows/XP and WS2003 due to a Framework 4 conflict in the setup due to an extra DLL from Win7 accidentally being installed
Flynet Viewer Emulation Service (Version 5.0.28)
- Administration Console now provides the HTA Recording menu to allow Emulation-only customers to make recordings and simple screen definition XML files to assist in their implementation of client side integration as well as extended logging
- The older, HTA based recorder had some fixes to support newer versions of Windows and Internet Explorer, including being able to open and save changes when viewing recordings (without security exceptions); being able to define fields in the comment area with the right mouse button and so on.
- The Programmer’s reference was updated to include some missing enhancements
FVTerm Web Terminal Emulation Feature
- Administrative help updated to include reference for the “setDomain” web.config setting
- Updated the SC5250Clr.css file to underscore input fields with white lines
- 5250 Menu Line Item detection, which makes AS400 menu items clickable updated to support menu options ending in a “>” character
- 5250 Menu line clickable overlay is now implemented when the screen is resized (it was lost during a resize or refresh)
- Some minor bugs fixed with cursor position following focus and/or resizing events
- The Tiled Menu items and surrounding DIV were not sizing correctly on some browsers
- The default background for a SharePoint environment was not the new FV2013 branded version
- The IE-only ActiveX keyboard control was not activating correctly unless it was just recently installed–a side effect from the major overhaul of how the activeX control is initially setup for a new user
- ActiveX Keyboard control updated to support the independent re-definition of the left control key so that it can be used as a host key
- FVTermParent.js and FVParent.html files now distributed in the FVTerm folder
- FVTermParent.js updated to support full functionality such as connecting to existing sessions, specifying the target host name as well as integrating with the sample FVParent.html
- Added the StartMacro function to the FVTermSession class defined in FVTermParent.js
- Updated the FVTermParent help to include the new samples and functionality
- Added a StartMacro function to the macros FlowControl.js file to facilitate running a macro from any javascript source
- Macro wizard — fixed situation where duplicate field names resulted from the same label being on two or more screens
- Macro wizard — fixed duplicate screen detection so that having a different number of fields on screen 2-n isn’t counted as well as save/restore of the design losing the duplicate property for a duplicate screen
- Macro List- made the “Show Macros for this Screen Only” the default, and if the user changes it, retain the setting in a cookie for the next time the Macro list is displayed
- Macro wizard-bug fixed that occurred when a field is longer than one row–a property was disrupting the JSON serialization of the design, preventing the SAVE function from working for a new macro
Flynet Viewer Studio (Build: 5.0.0.29)
Web Service and UI Generation
- Some TaskScreen IOType combinations were creating incorrect navigation
- When using the GUI Tester generation, some list classes were not being generated but were then still referenced in the base navigation methods when a screen was defined as drill-down navigation. Navigation code was commented since it is only applicable to these types of screens after overriding and enhancing the generated method.
Web Service Generation
- WCF JSON Test Client was enhanced and tweaked to save user test values in cookies as well as some other enhancements and fixes