Rocket Uniface Support Resources

 View Only

Rocket Uniface 10.4.02-038 Released

  • 1.  Rocket Uniface 10.4.02-038 Released

    ROCKETEER
    Posted 12-20-2023 02:55

    Downloads

    Product availability Matrix (PAM)
    Downloads of this patch are available from the Rocket Customer Support Portal.
    Further explanation can be found here.

    New Feature(s)

    • Uniface Code Editors now support Auto-Indentation, this new feature only works when you are writing ProcScript.
      You can switch this feature off by setting autoindent=off in your usys.ini file, by default it is on:
      SourceEdit=usrcedit(font=procboxfont;language=uniface;indenttabs=on;indentsize=4;indentguides=off;autoindent=on)

    • Uniface Code Editors have improved support for bi-directional text entry.
      By default this is disabled, when you are using RTL languages please specify 'bidirectional=on' in your SourceEdit widget definition in the usys.ini file, like:
      SourceEdit=usrcedit(font=procboxfont;language=uniface;indenttabs=off;indentsize=2;indentguides=off;bidirectional=on)

    Fixes

    UNI-35660Wrong positioning with the options dropdown for the uxSelect widget when the select widget is located inside a fluent-card element.
    UNI-35642uxWidgets do not align properly when used inline with text or other uWidgets.
    UNI-35634Unable to select a valid option in the UX-SELECT widget if an invalid option had been previously selected
    UNI-35623UX-PLAINTEXT widget's styles content duplication and alignment issues
    UNI-35391Inconsistent keyboard handling of Home and End keys in IDE's U-Bar



    UNI-35660  -  Wrong positioning with the options dropdown for the uxSelect widget when the select widget is located inside a fluent-card element.

    Solution available in patch(es):      10.4.02-038

    Description:

    When a uxSelect widget is located inside a fluent-card, the options dropdown associated with the uxSelect component was positioned incorrectly. In some case this led to the options dropdown not being visible at all.

    Environment:

    +Uniface Version : 10.x
    +Operating System : OS independent
    +Database : Database independent

    Workaround:

    None

    Notes:

    This problem has been solved

    Back to top



    UNI-35642  -  uxWidgets do not align properly when used inline with text or other uWidgets.

    Solution available in patch(es):      10.4.02-038

    Description:

    When using uxWidgets inline with text or other uxWidgets, vertical misalignment occurs, leading to an inconsistent UX experience.

    Environment:

    +Uniface Version : 10.x
    +Operating System : OS independent
    +Database : Database independent

    Workaround:

    None.

    Notes:

    This problem is solved.

    Back to top



    UNI-35634  -  Unable to select a valid option in the UX-SELECT widget if an invalid option had been previously selected

    Solution available in patch(es):      10.4.02-038

    Description:

    If the user had previously selected an option which led to a validation error, the uxSelect would go into a state wherein, trying to select a correct option subsequently would not be reflected by the uxSelect widget. Thereby, the uxSelect would be stuck in a state where the invalid option stayed selected.

    Environment:

    +Uniface Version : 10.x
    +Operating System : OS independent
    +Database : Database independent

    Workaround:

    None

    Notes:

    This problem has been solved

    Back to top



    UNI-35623  -  UX-PLAINTEXT widget's styles content duplication and alignment issues

    Solution available in patch(es):      10.4.02-038

    Description:

    When we use UX-PLAINTEXT widget, the prefix , suffix and error icons are not properly aligned and when we set formatting DSP widget property to multi-paragraphs the plaintext content is duplicated or rendered twice.

    Environment:

    +Uniface Version : 10.x
    +Operating System : OS independent
    +Database : Database independent

    Workaround:

    None.

    Notes:

    This problem is solved.

    Back to top



    UNI-35391  -  Inconsistent keyboard handling of Home and End keys in IDE's U-Bar

    Solution available in patch(es):      10.4.02-038

    Description:

    Some recent changes in Main U-Bar and Resource Browser U-Bar have broken the use of Home or End buttons to always go to the beginning or end of the input box. Home or End buttons are only to be used for horizontal navigation in the input field.

    Environment:

    + Uniface version: 10.4.02.030
    + Platform: WIN
    + Databases: ALL

    Workaround:

    None.

    Notes:

    This problem is resolved.

    Back to top