• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Valence 6.0 (All Builds)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16

    Valence Framework 6.0.20211111 is now available. Changes in this build since the previous release are:
    • NAB - Grids: Corrected issue on download to Excel (non legacy) wherein the "Allow copy of row data" setting would cause download to fail
    • NAB - Edit Grids: Adjusted in-line row editor so that all widgets on the page are no longer refreshed on each update
    • NAB - Edit Grids: Corrected issue where graphic fields could become corrupted on certain character sequences
    • NAB - Pivot Grids: Corrected issue where column headings could show incorrect characters due to UTF decoding
    • NAB - Behaviors: SetAppVar action now checks for feature name and aborts if not enabled
    • NAB - Buttons: Adjusted so double-clicking on a button does not fire event multiple times
    • NAB - Buttons: Button text can now be changed dynamically via a app variable
    • NAB - Charts: Area/Bar/Column/Line charts can now be transformed at run time via an app variable
    • NAB - Charts: Line and Area charts can now be configured to have their markers hidden, or hidden on mouse hover
    • NAB - Filters: Adjusted combo box (drop down) logic to accommodate values containing single quotes
    • NAB - Filters: Added the ability to reset filters with an app variable (see related forum post)
    • NAB - Line/Area Charts: Add UI option to hide the markers and hide marker on hover (see related forum post)
    • NAB - Maps: Corrected issue where fresh Valence trial installations were receiving a "Request Denied" error message from the Google Maps API
    • NAB - Tiles: Corrected issue where load mask was showing even though tile was configured not to show a load mask
    • NAB - Timelines: Added new "mask on load" configuration option
    • NAB - Data Sources: added additional subquery support to SQL parser
    • NAB - General: Adjusted app load process to significantly improve performance
    • NAB - General: Combo boxes can now be configured as "starts with" (previously was limited to "contains")
    • NAB - General: (Mobile-specific) Combo boxes configured as "clearable" will now show the "X" icon
    • NAB - General: Added ability to fire events from the back-end in EXNABVAL-based validation programs
    • NAB - General: Corrected issue where FireEvent settings were sometimes not saving after being dragged to a new sequential position
    • NAB - General: Corrected issue where load mask was not being removed when an app was launched as a new browser tab
    • NAB - General: Corrected issue where an app containing nothing but pop-up windows could not be edited
    • Portal - Login: Minor cosmetic improvements to Caps Lock visual indicator
    • Portal - Login: After manually logging out of a Kerberos session, the login page is now shown (previously would log back in again immediately upon logging out)
    • Portal - General: Made minor adjustments to address issues caused by recent Chromium update (flickering windows, buttons requiring double clicks)
    • Portal - General: Removed fade-in/fade-out animation setting
    • Portal - General: Added "autoLock" parameter that can be used to disable session lock timer on specific apps
    • Portal - General: Corrected issue where apps that launch in "pop up" mode were not receiving events fired by another app
    • Portal Admin - Remote DB: Added optional connection parameters to be appended to the connection path
    • Portal Admin - Apps: Corrected issue where blank spaces were being appended to end of app name upon save (adjustment to vvOut_toJSON affecting graphic fields)
    • Fusion5250: Improved handling of screen refocusing when returning to Fusion session from another app
    • Fusion5250: Added support for special screen attribute characters sometimes added to the 5250 data stream in COBOL-compiled programs
    • RPG Toolkit - vvIn_JSON: Corrected issue originating in vvUtility_Parse where characters from the end of a prior field could "leak" into a subsequent field (specific to Graphic-type fields). This issue could impact column headings on recently saved NAB data sources.
    Go to https://secure.cnxcorp.com/downloads to download this release of Valence 6.

    Go to http://forums.cnxcorp.com/node/13172 for full release notes.

    Comment


    • #17
      Valence Framework 6.0.20211209 is now available. Changes in this build since the previous release are:
      • RemoteDB: Removed all log4j dependency used in conjunction with remote JDBC connections (.1 build)
      • Portal - General: Corrected issue where closing browser tab within 30 seconds of logging in could leave session active (.1 build)
      • Portal - General: Achieved a significant performance improvement across all apps through adjustments to CCSID conversion procedure in VVUTILITY (roughly 25% faster response times on most calls)
      • Portal - General: Added Danish to set of available translations
      • Portal - General: Corrected issue where current environment could not be changed when logged in via Kerberos
      • Nitro App Builder (NAB) - Line Charts: Added new configuration to control line thickness
      • NAB - Charts: Added new configuration on Line and Area charts for setting marker colors
      • NAB - Charts: Added advanced tooltip functionality (see forum post)
      • NAB - Charts: Added ability to set appropriate UI options when transforming line/area to another format
      • NAB - Charts: Corrected issue on Line and Area charts where new marker configuration was not "sticking"
      • NAB - Charts: Corrected issue where min/max limits were not being obeyed
      • NAB - Data Sources: Corrected issue where trailing blanks would be added to data source name and description on save
      • NAB - Grids: Added ability to set the global search field via an App Variable
      • NAB - Edit Grids: Corrected issue where in-line row/cell editing was not listening for fired events
      • NAB - Pivot Grids: Corrected issue where widget would error out if an App Variable linked to the widget had a default value
      • NAB - Timelines: Corrected issue where newly introduced 'mask on load' configuration was not "sticking" when pulled up in designer
      • NAB - Filters: Added ability to set a user filter base on an App Variable
      • NAB - Events: Added console logging for monitoring all fired and listened-for events
      • NAB - Behaviors: Corrected issue in Hide/Show widgets where "Reset/Clear All Fields" and "Keep Data" options were not being saved (.1 build)
      • RPG Toolkit - vvIn_Date: Corrected issue where successful conversions of a specific date format (passed as 2nd parameter) were unnecessarily throwing exception messages into the error log
      • Fusion5250: Corrected issue where pushbutton fields (DDS PSHBTNFLD) were not returning proper button code to program when pressed
      • Fusion 5250: Corrected issue where a single-character input field located in the very last column of the screen (80 or 132) would not accept input
      • iAdmin App - Display Job: Corrected issue where activation group name in call stack was showing as blank
      • Errors App: Corrected issue where attempting to delete a single exception record from the main grid could fail under certain circumstances
      Go to https://secure.cnxcorp.com/downloads to download this release of Valence 6.

      Go to http://forums.cnxcorp.com/node/13172 for full release notes.
      Last edited by robert.swanson; 12-16-2021, 05:52 PM.

      Comment


      • #18
        Valence Framework 6.0.20220119 is now available. Changes in this build since the previous release are:
        • Nitro App Builder (NAB) - Forms: Adjusted so apps will no longer call RPG helper programs on fields that have changed but are not valid
        • NAB - Edit Grids: Back-end validation programs based on EXNABVAL can now use SendError() to identify specific fields as being in error
        • NAB - Exports: Corrected issue where an app configured to launch itself would fail to export/import properly
        • NAB - Behaviors: Corrected issue where changes made to hide/show features were not "sticking"
        • RPG Toolkit - vvIn_Char: Improved performance of vvIn_char('*ALL'), which is used when logging query parameters passed to back-end
        • RPG Toolkit - vvOut_execSQLtoJSON: Added support for SQL functions that return decimal float values, such as TO_NUMBER()
        • RPG Toolkit - VVUPLOAD: Corrected issue that could cause uploads to fail when accompanied by more than 5K bytes of post parameters
        • RPG Toolkit - vvUtility_Parse: Corrected issue where a parse would fail on a field value exceeding 32K bytes
        • Fusion5250: Corrected issue with cursor positioning on pop-up windows
        • Portal - General: Corrected auto-login issue where incorrect user ID could be passed when previously logged in on same tab as a different user
        Go to https://secure.cnxcorp.com/downloads to download this release of Valence 6.

        Go to http://forums.cnxcorp.com/node/13172 for full release notes.

        Comment


        • #19
          Valence Framework 6.0.20220209 is now available. Changes in this build since the previous release are:
          • Nitro App Builder (NAB) - Pivot Grids: Corrected issue where grid would not always refresh on "load data" action specified in Behaviors
          • NAB - Grids: Corrected issue on Excel downloads where column headings overridden via app variables were not coming through as expected. Overrides at widget level take precedence.
          • NAB - Grids: Omit decimals on Yen-formatted columns (Japan)
          • NAB - Forms: Improved aesthetics on alignment of buttons adjacent to non-editable fields
          • NAB - URL Widgets: App variable link can now be used to append characters to base URL string
          • NAB - General: Corrected bug where app variables bound to "reset filter" function was not working properly
          • NAB - General: Improved interface for conveying errors in widget configuration upon pressing Save button
          • NAB - General: Corrected obscure issue where saving certain apps (typically ones containing multiple pop-ups with hide/show actions) could corrupt the app's configuration data
          • NAB - Back-end programs: All procedures accepting DB2 file/field names are now upper-casing the passed values to ensure proper action (refers to programs based on VVNABVAL and VVNABTMPL)
          • Fusion5250: Adjusted initialization routine to be more fault-tolerant of the VVFUSION data area being locked (i.e., due to a backup process, etc)
          • Portal Login (VVLOGIN): When using LDAP, ensure connection to LDAP server is disconnected after authentication
          • Portal (desktop): Added caps lock indicator icon to lock screen
          Go to https://secure.cnxcorp.com/downloads to download this release of Valence 6.

          Go to http://forums.cnxcorp.com/node/13172 for full release notes.
          Last edited by robert.swanson; 02-14-2022, 01:25 PM.

          Comment

          Working...
          X