Release Note - February 2024 (24.0.0.200)

Version Information

Product Version

24.0.0.200

File Version

2024.02.27.1

Refer to the document on Product Limitations to learn about the phenomena that can occur due to the differences in the user environment, browser features, or product limitations,

Product Restrictions

New Features

  1. Added a function for Grid Cell Imagecontrol to trigger an event when an image loading fails. (RP 97619)

Description

  • The event that occurs when an image load fails is onimageerror.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > Grid > Event > onimageerror

  1. [Accessibility] Added a function for setting the row generation method when creating Grid and ListView components. (RP 97796, 98558)

Description

  • The property added to Grid is createrowstype.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > Grid > Property > createrowstype

    • Components > Component > ListView > Property > createrowstype

  1. Added a function for setting encoding for Export and Import. (RP 98342)

Description

  • For more information, please check the “Nexacro N Reference Guide”.

    • Misc. Objects > ExcelExportObject > Property > commandversion

    • Misc. Objects > ExcelImportObject > Property > commandversion

  1. Added the Keyaction function to DateRangePicker. (RP 98447)

Description

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > System Component > FieldBaseTextControl

      • focused status added

    • Components > Component > DateRangePicker

      • KeyAction added

  1. Added the textseparator function to CheckBoxSet. (RP 98490)

Description

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > CheckBoxSet > Property > textseparator

  1. [Accessibility] Added accessibility features to ListView. (RP 98528)

Description

  • Added accessbility-related properties to the ListView component.

    • accessibilityaction

    • accessibilitydesclevel

    • accessibilitydescription

    • accessibilityenable

    • accessibilitylabel

    • accessibilityrole

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > ListView

      • Basic Key Action added

      • Accessibility Key Action added

  1. Added the function for specifying a band in the valuetypecellindex property of ExportItm. (RP 98554)

Description

  • Added valuetypeid property items to ExportItem.

    • valuetypebandid is used together with valuetypecellindex and not independently.

    • Specifies the band to which the valuetypecellindex property is applied.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Misc. Objects > ExcelExportObject > Objects > ExportItem > Property > valuetypebandid

    • Misc. Objects > ExcelExportObject > Objects > ExportItem > Property > valuetypecellindex

  1. Added a function for setting the label interval of the Field component. (RP 98570)

Description

  • Added property items to TextField, MultiLineTextField, and DateField.

    • The added property is lablegap.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > DateField > Property > labelgap

    • Components > Component > MultiLineTextField > Property > labelgap

    • Components > Component > TextField > Property > labelgap

  1. Added a function for setting the size of each area of the Field component. (RP 98965)

Description

  • Added property items to TextField, MultiLineTextField, and DateField.

    • The added properties are headerheight, footerheight, and contentheight.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > DateField > Property >

      • headerheight, footerheight, contentheight

    • Components > Component > MultiLineTextField > Property >

      • headerheight, footerheight, contentheight

    • Components > Component > TextField > Property >

      • headerheight, footerheight, contentheight

  1. Added a function for setting the sized of leadingbutton and trailingbutton of the TextField component. (RP 98570)

Description

  • Added property items to TextField.

    • The added property is leadingbuttonsize and trailingbuttonsize.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > TextField > Property > leadingbuttonsize

    • Components > Component > TextField > Property > trailingbuttonsize

  1. Added time correction function to the DateRangePicker component. (RP 98660)

Description

  • When displaytype = "datetime", time is corrected if the date is the same.

    • When adjusting the start time, if it becomes larger than the end time, the end time is also increased.

    • When adjusting the end time, if it becomes smaller than the start time, the start time is also increased.

    • When changing the different dates and times to the same date, if the end time is less than the start time, it is corrected to the start time.

  1. Added a function for setting the size of tagboxitem interval and tagbutton size in singletag and multitag by MultiCombo edittype. (RP 98673, 98671)

Description

  • Added properties for setting the interval of tagboxitem.

    • tagboxitemhorizontalgap, tagboxitemverticalgap

  • Added a property for setting the size of tagbutton.

    • tagbuttonsize

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > MultiCombo > Property > tagboxitemhorizontalgap

    • Components > Component > MultiCombo > Property > tagboxitemverticalgap

    • Components > Component > MultiCombo > Property > tagbuttonsize

  1. Added a function for adjusting the row height of selectallcheckbox of MultiCombo. (RP 98676)

Description

  • Added a property for setting the height of selectallcheckbox.

    • selectallcheckboxheight

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > MultiCombo > Property > selectallcheckboxheight

    • Components > Component > MultiCombo

      • Description of height in selectallcheckbox Control has been revised.

  1. Added a function for getting the screen position of a component. (RP 98709)

Description

  • Added a method for getting the screen position of a component.

    • getScreenPosition

  • For more information, please check the “Nexacro N Reference Guide”.

    • Misc. Objects > System > Method > getScreenPosition

  1. Added a function for getting cell information in the oninput event of the ListView component. (RP 98710)

Description

  • The oninput Eventinfo object of ListView has been changed.

    • InputEventInfo -> ListViewInputEventInfo

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > ListView > Event > oninput

  1. Added a function for specifying the day of the week for DatePickerControl. (RP 98711)

Description

  • Added status values for each day of the week.

    • monday

    • tuesday

    • wednesday

    • thursday

    • friday

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > System Component > DatePickerControl > Objects > DatePickerBodyControl > Objects

      • DatePickerDayItemControl

      • DatePickerWeekItemControl

  1. Added a function for updating the expr in the ListView component. (RP 98745)

Description

  • The added method is the redrawExprCell.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Components > Component > ListView > Method > redrawExprCell

  1. Added a function for selecting the parent panel from the component inside the panel on the Studio Design screen. (RP 98858)

Description

  • Applied to the panel the same as the Div select icon.

  • Added Div/Panel Select icon enable/disable option as Tool Option.

  1. XAgent component added. (RP 98892)

Description

  • This is a component that communicates with the Dll module and XAgent Server that supports WebSocket communication.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Communication Objects > XAgent

  1. Added a function for adding multilingual files in URL format. (RP 98958, 99083, 98589)

Description

  • Added a function for adding multilingual files in URL format in Nexacro Studio.

    • As for the file format, the internal data is in json format and xml, json, and xstring files can be applied.

    • Multilingual files applied in URL format support refreshing with files in the URL path using the pull function of the contextmenu.

  • For more information, please check the “Nexacro N Reference Guide”.

    • NexacroAPI > Method > loadStringResource

    • Environment > Property > stringresourceserviceurl

    • Environment > Property > usestringresource

Changed Features

  1. Changed a function so that the Webview callscript works when using the CrossDomain in the Windows NRE environment. (RP 98512, 98511, 98507)

Description

Before Change

  • Webview callscript not working in crossdomain.

After Change

  • Environment.networksecurelevel = private

    • Webview callscript not working in crossdomain.

  • Environment.networksecurelevel = all

    • Available after granting permission in the pop-up confirmation window.

  • For more information, please check the “Nexacro N Reference Guide”.

    • Environment > Property > networksecurelevel

  1. Some features have been changed with the addition of new features in the mobile Field component. (RP 98570)

Description

Before Change

  • TextField, MultiLineTextField, DateField

    • usehelpertext: default value (true)

  • TextField, MultiLineTextField

    • usecharcount: default value (true)

  • TextField, MultiLineTextField, DateField

    • 3 properties used (-nexa-padding, -nexa-text-align, -nexa-text-decoration)

After Change

  • TextField, MultiLineTextField, DateField

    • usehelpertext: default value changed (true > false)

  • TextField, MultiLineTextField

    • usecharcount: default value changed (true > false)

  • TextField, MultiLineTextField, DateField

    • 3 properties changed to unused (-nexa-padding, -nexa-text-align, -nexa-text-decoration)

  1. The target supported for the method of checking the Zoom value of the execution screen has been changed. (RP 98709)

Description

Before Change

  • NexacroAPI > Method > getWheelZoom

    • Only supports Windows NRE

After Change

  • NexacroAPI > Method > getWheelZoom

    • Windows NRE

    • Added all supported WRE environment

  1. The onclose and onbeforeclose event functions have been changed when the form is closed. (RP 97441)

Description

Before Change

  • When form close is used

    • onclose and onbeforeclose events are not occured.

After Change

  • When form close is used

    • onclose and onbeforeclose events are occured.

  1. Changed the function to prevent duplicate XCSS content and theme content from being included in the generator output. (RP 98335)

Description

Before Change

  • Theme CSS content is duplicated in the XCSS output.

After Change

  • Theme CSS content is not duplicated in the XCSS output.

  1. [Accessibility] Changed the key action function in the Grid tree. (RP 98358)

Description

Before Change

  • Basic Key Action and Accessibility Key Action of the Grid component.

    • Tree expansion/reduction (when treeuseexpandkey property value is "false")

      • Alt + left and right arrow keys or Option + left and right arrow keys

After Change

  • Basic Key Action and Accessibility Key Action of the Grid component.

    • Tree expansion/reduction (when treeuseexpandkey property value is "false")

      • Ctrl + Alt + left and right arrow keys or Ctrl + Option + left and right arrow keys

  1. Changed the function to add mobile components by default when creating new projects in the studio. (RP 98446)

Description

Before Change

  • MobileComp added by the user when creating a new project

After Change

  • MobileComp added by default when creating a new project

  1. Changed the multilingual output file name. (RP 99066)

Description

Before Change

  • Generate output xstring.js

After Change

  • Generate output xstring.json

  1. Text application and output contents have been changed when writing in multiple languages. (RP 98471, 99257)

Description

Before Change

  • set null

    • Set to undefined

  • Text output as it is when applied to the component as Escape sequences(\n, \t, \r ..)

After Change

  • set null

    • Set to undefined

  • Escape sequences applied when applied to the component as Escape sequences(\n, \t, \r ..)

  1. Changed the functionality to allow cross-domain use in the WebView url property. (RP 98534)

Description

Before Change

  • If the local web server is a cross domain in Environment.networksecurelevel = all

  • Inaccessible

After Change

  • If the local web server is a cross domain in Environment.networksecurelevel = all

  • Generates a pop-up asking for access permission

    • Permit and execute

  1. Changed the control of the charcount area in the TextField and MultiLineTextField component. (RP 98474)

Description

Before Change

  • The charcount area of TextField and MultiLineTextField cannot be controlled.

    • StaticControl

After Change

  • The charcount control area of TextField and MultiLineTextField are separated.

    • FlexTextControl

      • FlexTextControl.info added

  1. Changed the default theme properties when displaytype is datetime in the DateRangePicker component. (RP 98621)

Description

Before Change


  • .DateRangePicker .headline .startdate (all status)

  • .DateRangePicker .headline .enddate (all status)

    • -nexa-vertical-align : bottom;

  • .DateRangePicker .headline .startsubdate (all status)

  • .DateRangePicker .headline .endsubdate (all status)

    • -nexa-vertical-align : top;

After Change


  • .DateRangePicker .headline .startdate (all status)

  • .DateRangePicker .headline .enddate (all status)

    • -nexa-vertical-align : middle;

  • .DateRangePicker .headline .startsubdate (all status)

  • .DateRangePicker .headline .endsubdate (all status)

    • -nexa-vertical-align : middle;

  1. Changed the function to hide the weekband when in year and month selection mode in the calendar and DateRangePicker. (RP 98624)

Description

Before Change

  • Weekband visible when in year and month selection mode in the calendar and DateRangePicker.

After Change

  • Weekband made visible when in year and month selection mode in the calendar and DateRangePicker.

  1. Changed the function to install the project template when installing the studio. (RP 98682)

Description

Before Change

  • Project Template

    • MDI (Division)

    • MDI (Frameset)

After Change

  • Project Template

    • DesktopMDI

    • Mobile

  1. Changed the function so that the label is always floating when designing field series components in the studio. (RP 98974)

Description

Before Change

  • The label of the Field series component is not visible on the Studio Design screen.

After Change

  • The label of the Field series component is floating and visible on the Studio Design screen.

  1. Changed the focus movement when closing the system calendar in the iPhone environment. (RP 99213)

Description

Before Change

  • When the system calendar is open and another component is touched, it closes, and the focus is shifted simultaneously.

After Change

  • When the system calendar is open and another component is touched, it closes, and the focus is not shifted.

Debugging

Basic Components / Objects

Calendar

RP

Description

98930

Fixed the error of invalid values entered when entering numbers using the numeric keypad in the Calendar component (This error that occurred when running WRE. This error occurred when using Japanese IME).

98850

Fixed the error of the screen scroll moving to the top when selecting year and month in the datepicker control when horizontal scrolling is activated on the Form screen and a calendar component with a datepickerchangertype attribute value of "button" is located at the bottom of the screen.

98849

Fixed the error in which the previous month is selected when clicking on a day after selecting a month when the datepickerchangetype property value of the Calendar component is "button".

Combo

RP

Description

98938

Fixed the error in which the combo list is not be displayed when the data of the Dataset object set as the innerdataset of the Combo component is updated using the transaction method.

98754

Fixed the error in which the type property value of the Combo component is set to a property value that activates the filter function, and when the filtering list is displayed with the value entered on the Japanese keypad, and the Combo component was selected again, the user was not able to return to the list before the filtering. (This error occurred when running on the iPad OS).

Dataset

RP

Description

99056

Fixed the error of a script error when executing the loadJSON method when the Dataset object data contains a new-line character.

98968

Fixed the error of a script error when executing the saveJSON method after changing the value of a column whose type is not "STRING" among the Const Column data of the Dataset object using the setConstColumn method.

DateField

RP

Description

99078

Fixed the error in which a value could not be entered according to the format when the format property value of the DateField component is a specific value. The specific format property value is as follows.

"yyyy-MM", "yyyy-dd", "MM-dd"

98658

Fixed the error in which the entered time value could not be applied when the inputtype property value of the DateField component is "date" and the time format is set in the format property value.

98656

Fixed the error in which subsequent input is restricted when clicking on a specific area within the DateField component.

98565

Fixed the error in which the datetimepicker control style of the DateField component could not be applied.

DateRangePicker

RP

Description

99180

Fixed the error in which the datepicker control is displayed in a misaligned position when clicking on the startdate control area after setting the startdate and enddate property values in the DateRangePicker component.

99061

Fixed the error in which the datetimepicker control is displayed in a wrong position when the screen containing the DateRangePicker component was zoomed in or out.

99045

Fixed the error in which the ampmspinner control in the DateRangePicker component is displayed in a different font when controlled with the mouse wheel.

98911

Fixed the error in which an incorrect time is displayed when the displaytype property value of the DateRangePicker component is "datetime" or "time" and the startdate or enddate property value is null or undefined.

98899

Fixed the error in which when the displaytype property value of the DateRangePicker component is "datetime", the date placement in the datepicker control is displayed broken when the time is modified in the timepicker.

98426

Fixed the error in which the set value of the mindate or maxdate property of the DateRangePicker component is not reflected.

98390

Fixed the script error that occurs when changing the layout of a form containing the DateRangePicker component.

Div

RP

Description

98457

Fixed the script error that occurs when setting the semantictag property value of a Div component.

Edit

RP

Description

98780

Fixed the error in which, when personal information is set in the Edge browser and the information set in the Edit component is selected, the same value is entered in another Edit component without focus.

FileDownTransfer

RP

Description

98449

Fixed the error in which the onerror event would not occur if the same file as the file being downloaded is opened when executing the download method of the FileDownTransfer component. (This error occurred when running NRE).

FileUpTransfer

RP

Description

98782

Fixed the error in which the file upload would fail when adding the data using the setPostData method of the FileUpTransfer object. (This error occurred when running NRE on Android OS).

98740

Fixed the error in which the file upload would fail if there is a space in the file name when uploading a file in the FileUpTransfer object. (This error occurred when running NRE on iOS).

98470

Fixed the error in which the file upload would fail if the method is repeatedly executed targeting the same file when executing the upload method of the FileUpTransfer object. (This error occurred when running NRE on Windows OS).

Grid

RP

Description

99211

Fixed an error in which it took a long time to complete the task when executing the mergeCell method of the Grid component. (This error occurred when running NRE on Windows OS).

99191

Fixed the error in which data in a row that is not displayed on the screen is displayed incorrectly when the scroll position is moved down after selecting a date in the cellcalendar control of the Grid component Cell object.

99122

Fixed the error in which an incorrect value is returned when executing the getRealRowFullSize method of the Grid component after controlling the web browser zoom function with the mouse wheel. (This error occurred when running WRE).

99097

Fixed the error in which the row height changed, and data could not be displayed during scrolling when the autosizingtype property value of the Grid component is set to "row", the extendsizetype property value is set to "row", and the fillareatype property value is set to "linerow" and horizontal scrolling is enabled.

99080

Fixed the error of row-by-row movement when the vertical scroll area of the Grid component is moved with a swipe action. (This error occurred when running the Safari browser on the iOS).

98943

Fixed the error in which the trackbar is positioned away from the end of the scroll area when the autosizingtype property value of the Grid component is "row" or "both" and the scroll bar's trackbar is used to scroll to the bottom

98893

Fixed the error where, when changing the height property value after executing the setRealRowSize method of the Grid component, the row height changes to the state before executing the method.

98833

Fixed the error in which the text property value is not applied when the displaytype property value of the Grid component Cell object is set to "combocontrol" and the text property value is set to expr.

98775

Fixed an error in which the User Property value added to the Grid component Cell object not being able to be retrieved with the getCellProperty method.

98384

Fixed the script error occurred when scrolling the Grid component after executing the copyData method of the bound Dataset object when the scrolldisplaymode property value of the Grid component is set to “line.”

ImageViewer

RP

Description

99050

Fixed the error in which memory is increased when the stretch property value of the ImageViewer component is set to "fit" or "fixaspectratio”. (This error occurred when running NRE on Windows OS).

ListBox

RP

Description

98383

Fixed the error in which a row without a value is added when executing the addRow method of the Dataset object bound in the ListBox component and repeating the action of moving the item list scroll bar to the bottom.

ListView

RP

Description

99027

Fixed the error in which the Detail band of the unexpanded row is displayed as expanded when scrolling downward while the Detail band of the first row is expanded and when the number of rows visible in the ListView component is less than the actual row.

MultiCombo

RP

Description

99141

Fixed the error where the scrollbar is not displayed when there are many items in the multicombolist control of the MultiCombo component, or where some checkboxsetitems are not displayed, or a script error occurring when scrolling.

99051

Fixed the error where the class referenced in the generated HTML code is set incorrectly when the edittype property value of the MultiCombo component is "singletag" or "multitag".

98678

Fixed the error where line spacing is not applied when the tagboxedit control is displayed on the second line with the edittype property value of the MultiCombo component being "multitag".

97699

Fixed the error in the MultiCombo component where a value with a readonlycolumn value of true is selected with a touch. (This error occurred when running the WRE on mobile OS).

Panel

RP

Description

98878

Fixed the error where the enable property value of the Panel component is not reflected in the components placed within the Panel component when it is set to false.

98788

Fixed the error where the flexcrossaxiswrapalign property value is not applied when it is set to "center” and when the type property value of the Panel component is “horizontal” and the flexwrap property value is “wrap”.

98753

Fixed the error where the flexgrow property value of the Panel component was not applied after being set (This error occurred when running WRE).

98730

Fixed the error where the flexmainaxisalign property value was not applied after being set to "center” when the type property value of the Panel component is “horizontal” and the flexwrap property value is “wrap”.

98548

Fixed the error where components are placed incorrectly when the visible property value of a component placed in a Panel component is false.

PopupDateRangePicker

RP

Description

99162

Fixed the error where the datepicker control area is displayed empty when running the PopupDateRangePicker component. (This error occurred when running WRE on iOS or Android OS).

99159

Fixed the error where the style would be applied incorrectly when setting the startdate and enddate property values in the calendar displayed on the right of the PopupDateRangePicker component, and then launching the PopupDateRangePicker component again.

99153

Fixed the error where the value of the useheadline property of the PopupDateRangePicker component is set to false in the screen environment added to the project when the value is not set.

98056

Fixed the error where the ondevicebuttonup event of the PopupDateRangePicker component would not occur. (This error occurred when running NRE on Android OS).

PopupDiv

RP

Description

98721

Fixed the error where the component size is not applied properly when executing the trackPopupByComponent method of the PopupDiv component after changing the screen size using the mouse wheel zoom in/out.

Tab

RP

Description

99052

Fixed the error where the height property value of the Form object is processed as 0 within the onload event handler function of the Form object connected to the TabpageControl object.

99004

Fixed the error where the formscrollbarsize property value of the TabpageControl object is not reflected when changed in the script.

TextField

RP

Description

99170

Fixed the error where the caret position would move to the backmost position when the focus is moved with the TextField component having a value. (This error occurred when running the Safari browser on the iOS).

99042

Fixed the error in which the displaynulltext property value of the TextField component cannot be converted to an empty string when set to undefined.

98981

Fixed the error in which the onchanged event occurs when the focus is moved to another location without changing the value while the focus is on the TextField component.

98979

Fixed the error in which text exceeding the maxlength property value is truncated and displayed when the focus is moved elsewhere and when the maxlength property value of the TextField component is set and the value value is set to be longer than the maxlength property value with a script.

98900

Fixed the error in which the charcounttext control moves when the mouse pointer is moved over the charcounttext control area while the focus is moved to another component when the usecharcount property value of the TextField component is set to true.

98873

Fixed the error in which the Label area is pushed out when the pattern property value of a TextField component is set, a valid value is entered, and the focus is moved to another component. (This error occurred when setting the Japanese theme).

98862

Fixed the error in which the horizontal alignment of text in the box control area is displayed differently when setting the postfixtext and prefixtext property values of the TextField component.

98846

Fixed the error that does not apply when setting the maxlength property value of the TextField component. (This error occurred when running WRE on Android OS).

98838

Fixed the error in which caret position information could not be returned when executing the getSelect method within the canchange and onchanged event handler functions after entering text into the TextField component.

98665

Fixed the error where the exponent notation character (e) is entered multiple times when the inputtype property value of the TextField component is "number”. (This error occurred when running NRE).

VirtualFile

RP

Description

98284

Fixed the error in which an abnormal termination occurs when processing files with a file size of 200MB or more in the VirtualFile object. (This error occurred when running NRE on Windows OS).

WebView

RP

Description

98887

Fixed the error in which an abnormal termination occurs when the showModal method is executed while an alert window is displayed in content loaded from the WebView component. (This error occurred when running NRE on Windows OS).

97459

Fixed the error in which form data could not be transmitted using the POST method in a web page loaded from the WebView component.

XPush

RP

Description

99178

Fixed the error in which the onerror event does not occur even when the server sends a "BYEC" message during XPush object communication. (This error occurred when running NRE on Android OS).

99176

Fixed the error in which the onerror event does not occur even if the connection fails when executing the connect method of the XPush object. (This error occurred when running NRE on Android OS).

Others (Components / Objects)

RP

Description

99127

Fixed the error that causes abnormal termination when the file name (strFileName) parameter value is set to an empty value ("") when executing the system.saveToImageFile method. (This error occurred when running NRE on Windows OS).

99024

Fixed the error in which the enable status value of the CheckBoxSet component placed within the Div component cannot be changed when the enable property value of the Div component is changed to false.

98991

98820

Fixed the error where the PopupDiv component disappears when the device orientation changes. (This error occurred when running WRE on Android OS. This error occurred when running the Samsung Browser).

98973

Fixed the script error that occurs when refreshing (Ctrl+F5) in the Form object area connected to the Div component. (This error occurred when running NRE on Windows OS).

98883

Fixed an error where, when two or more TextField or MultiLineTextField components are placed, and when the Undo (Ctrl+Z) key is pressed, the value of the TextField or MultiLineTextField component that does not currently have focus is also included and processed. (This error occurred when running the Chrome browser).

98875

Fixed the error where the caret position is displayed incorrectly when the focus is moved by pressing the Tab key with TextField and MultiLineTextField components.

98813

Fixed the error where the modal window position is set to a wrong position when a new tab is opened in the browser after a modal window is opened, the browser size is maximized, and the new tab is closed. (This error occurred when running WRE).

98699

Fixed the error in which changes to the formatid property value of the Grid component are not reflected after executing the transaction method within the canrowposchange event handler function of the Dataset object.

98696

Fixed the error in which the width of a static component could not be changed when changing the size of the Panel component wen the type property value of the Panel component is "horizontal" and the width property value of the Static component placed within the Panel component is set in the unit of "%".

98693

Fixed the error that causes abnormal termination when executing the alert method within the canrowposchange event handler function of a bound Dataset object when the selecttype property value of the Grid component is set to "area".

98573

98370

Fixed the error in which the screen cannot be displayed when executing the nexacro.open method depending on the Update Type. (This error occurred when running NRE on iOS and Android OS).

98496

Fixed the error in which a script error occurs when executing a form containing a GoogleMap component when the Environment.usestringresource property value is true.

98467

Fixed the error in which only part of the value set with alter value is displayed when setting a Key value that is not in the StringResource and using the TEXT function as a component property value.

98443

Fixed the error in which the main window changes when executing the nexacro.open method. (This error occurred when running NRE on iOS). This error occurred when the Update Type is set to "Local" or "Update").

98441

Fixed the error in which system.navigatorname and system.osversion property values are treated as different values from previous versions. (This error occurred when running NRE on Android OS).

98434

Fixed the error in which the scrolltype and scrollbartype property values of the connected Form object are changed when setting the formscrolltype and formscrollbartype property values in Div, PopupDiv, View, and TabpageControl.

Fixed the error in which the formscrolltype and formscrollbartype property values of the connected Form object are changed when setting the formscrolltype and formscrollbartype property values in Div, PopupDiv, View, and TabpageControl.

Fixed the error in which focus does not move to the component when the Tab key is pressed when the formscrolltype property value of the Div component is "none".

98393

Fixed the error in which the focus color is displayed in the same color as the color when selecting a date when the mouse pointer is moved after executing the Calendar, DateRangePicker, and PopupDateRangePicker components.

98359

Fixed the script error that occurs when executing a form containing a Menu component when a StringResource is set in the project and the innerdataset property value of the Menu component is set.

Others (transaction)

RP

Description

98513

Fixed the error in which data is updated when a communication error occurs when executing the transaction method. (This error occurred when running NRE).

98453

Fixed the data processing error that occurs when receiving data without column information when executing the transaction method. (This error occurred when running NRE).

98452

Fixed the error in which data is processed incorrectly when ColumnInfo and Row information are missing or when ColumnInfo is transmitted separately when executing the transaction method. (This error occurred when running WRE).

98435

Fixed the error in not receiving result data when executing the transaction method. (This error occurred when running NRE on Android OS. This error occurred when the Update Type is set to "Update"). This error occurred intermittently when the data size was large).

DeviceAPI

RP

Description

99205

Fixed the script error that occurs when the array length set as the parameters property value of the LiteDBStatement object is 2 or more. (This error occurred when running NRE on Android OS).

98542

Fixed the script error that occurs when executing the executeUpdate and executeQuery methods of a LiteDBStatement object. (This error occurred when running on Android OS).

98493

99116

Fixed the script error that occurs when the gettype property value of a Camera or ImagePicker object is set to "imagedata". (This error occurred when running NRE on Android OS).

97722

Fixed the error in which the microphone does not turn off when executing the recordingStop method of the AudioRecorder object. (This error occurred when running NRE on iOS).

Accessibility

RP

Description

98555

Fixed the error in which a script error occurs when a specific value is included in the data codecolumn value set as the innerdataset property value of a component.

Sense Reader Use Environment Error

Among the accessibility-related errors, there are many errors that occurred when the virtual cursor was enabled, and the Google Chrome browser was run in an environment using SenseReader versions 8.2 and 8.3. These were categorized and organized separately.

In cases where the sense reader usage environment is different, the execution environment is listed separately.

RP

Description

98560

Fixed the error in which the accessibilitylabel property value cannot be read when the displaytype property value of the Grid component Cell object is "calendarcontrol".

98559

Fixed the error in which Grid component Cell cannot be converted to editing state after the component's Enter key input event occurs.

98557

Fixed an error where the focus was read as a “blank line” when moving the focus with the up and down arrow keys in the static component.

98491

Fixed the error of missing information in reading when moving to the Grid component by pressing the Tab key.

98487

Fixed the error in which nothing is read when moving to the Grid component using the up and down arrow keys when there is no data in the Dataset object bound to the Grid component.

98485

Fixed the error where the focus moves to the Frame object when the up and down arrow keys are pressed.

Fluid Layout

RP

Description

98918

Fixed the error in which the screen cannot be loaded when the fittocontents property value of a component is set to a value other than "none" and the flexgrow property value is set.

QuickCode

RP

Description

98733

Fixed the error in which the attribute value is saved when creating an xfdl file when the value is not changed in the View Generation Attributes stage during View Generation.

Nexacro Studio

RP

Description

99303

Fixed the error that causes abnormal termination when executing the Undo command in panel edit mode.

99270

Fixed the error that causes abnormal termination when executing the context menu in Outlineview after selecting all (Ctrl+A) in Div or Panel edit mode.

99253

Fixed the error in which a component is selected when a component outside the Div area is selected in the outline view in Div edit mode.

99245

Fixed the error where the deleted XCSSS file property values are displayed on the form design screen when an XCSS file is deleted, and the style property values are set after creating the XCSS file.

99222

Fixed the error that causes abnormal termination when copying a cell created in the ListView Contents Editor and pasting it into the form area.

(Cells copied from ListView Contents Editor cannot be pasted into the Form area).

99207

Fixed the error that causes an abnormal termination when selecting more than one component and selecting the TabpageControl area while holding down the Ctrl key. (This error occurred when running the 64-bit version of Nexacro Studio).

99201

Fixed the error in which the component's width property value is treated as 0 when adding a component that has no width property value but only the right property value when the layout type property value of the Div component is other than “default”.

99196

98993

Fixed the error that causes abnormal termination when running the context menu in the TabpageControl area and selecting the Add Tabpage item after changing the ID of the TabpageControl object

99186

Fixed the error in which the Position Base Tracker is displayed when clicking on a random area in panel edit mode.

99185

Fixed the error in which a component is selected when double-clicking a component outside the Div area in Div edit mode.

99145

Fixed the error where a TabpageControl object is copied and pasted into the form area.

99142

Fixed the error that causes abnormal termination when selecting a component that has not set the left or bottom property value and moving it to the container component area when the Layout type property value of the container component is “horizontal”, “vertical”, or “table”.

99130

99140

Fixed the error in which the size and position of other components are handled incorrectly when a component other than the Panel component where the component is placed is selected and then moved by dragging with the mouse.

99137

Fixed the error in which part of the text displayed on the design screen is cut off when setting the value property of the MultiLineTextField component in the property window.

99125

Fixed the error that causes an abnormal termination when adding another component by dragging while a child component is placed in a container component or Panel component.

99119

Fixed the error of an abnormal termination caused by setting the font-family to multiple fonts and then change the font-size unit to "em" or "rem” when setting the font property of a component in the properties window.

99110

99202

Fixed the error in which when selecting the No column value in the StringResource editor and selecting the Delete item in the context menu, both Key and Value are deleted and remain as empty values.

When the Delete item is selected in the context menu, the row is deleted.

99109

Fixed the script error that occurs when placing MobileComp components such as DateField and TextField in an MLM environment and selecting the added layout.

99084

Fixes the error where the binding information of the copied component disappears when the original component is deleted after creating a new component by copying a component that has binding information. (This error occurred when the copied component ID includes the original component ID. For example, if the original component id is Button00 and the copied component id is Button00_00, the error occurs).

99060

Fixed the error in which a vertical line is displayed in the center when the list of sourceview property items is expanded in the View component properties window.

98948

A typo in the site name has been corrected in the Start Page > Site Link.

98917

Fixed the error that causes an abnormal termination when the Tab component and another component are selected together, and the Tab component is dragged and dropped to the position of the Tab component.

98807

Fixed the error in which components are placed incorrectly when dragging a placed component when the type property value of the Panel component is "table".

98805

Fixed the error in which the horizontalgap property value is incorrectly displayed when changing the layout tab when the horizontalgap property value of the Panel component is specified differently for each layout.

98803

Fixed the script error that occurs when creating the prefixtext or postfixtext selector of the TextField component.

98777

Fixed the error in which the Base library could be set to a value different from the Version information when Option > Project > SDK Information is set to "User Setting".

98751

Fixed the error in which the display order of left, top, width, and height properties of the Panel component in the property window is different from that of other components.

98748

Fixed the error that causes an abnormal termination when Div or Panel component is selected together with another component, then dragged and dropped to the position of a Div or Panel component.

98697

Fixed the error that occurred when using the same const variable declarator in a switch statement in a different case statement while writing a script.

98688

Fixed the error that occurred when using a const variable declarator without a block scope in a switch statement while writing a script.

98544

Fixed the error that causes abnormal termination when opening a project in which the extlib service is not registered in Service and executing the Rename and Find Reference functions in the script window.

98539

Fixed the script error that occurs when the For statement is used without block designation in a script and the Compress option is applied when deploying.

98525

Fixed the error where incorrect data would be corrected when retrieving and modifying data in the StringResource Editor.

98524

Fixed the error in which data cannot be deleted when selecting data in the StringResource Editor and selecting the "Delete" item in the context menu.

98475

Fixed the error in which the program does not work when Undo is executed after changing the unit of the position property value of a component placed within a Div component.

98465

Fixed the error in which data is deleted from the edit window but cannot be saved when data is selected in the StringResource Editor and the DELETE key is entered.

98439

Fixed the error in which images cannot be displayed when setting Base64 encoded image data with the background > imageurl property value in the properties window. (This error occurred when quotation marks were included within the image data).

98432

The incorrect link information connected to the menu [QuickCode > How to use QuickCode?] has been corrected.

98392

Fixed the error in which the status displayed on the design screen and the value property value are displayed differently when the truevalue or falsevalue property value of the CheckBox component is set, another component is selected, and the CheckBox component is selected again.

98391

Fixed the error where the DateRangePicker component is displayed as PopupDateRangePicker in the Bind Object window.

98378

Fixed the error in which Help could not be opened when Nexacro Studio is run with administrator privileges if the Windows OS login account is not in English.

98353

Fixed the error in which the text displayed in the Output window cannot be copied using the shortcut key (CTRL+C) while executing StringResource Editor.

98352

Fixed the script error that occurred when creating a StringResource after opening a project created in version (21.x) and changing the SDK to (24.x).

98341

Fixed the error in which data is not displayed when using the $MINUTE$ item in Code Snippet.

98340

Fixed the error in which the icon is displayed differently in Project Explorer when the compid value in the BindItem tag in the Source tab is set to "".

98270

Fixed the error in which the actual file in the project folder is not deleted when deleting the xcss file in Resource Explorer.

97346

Fixed the error where setting a const variable value using {} is processed as an error.

Others

RP

Description

98867

Fixed the error in which nexacro_config.xml cannot be applied even if the failpass value is set to true. (This error occurred when running NRE on Android OS).

98843

Fixed the error that causes the app to terminate abnormally with SecurityException when the app is run. (This error occurred when running NRE on Android OS). This error occurred in Android version 14 or higher).

98829

Fixed the error where approval on Google Play is rejected when registering due to a problem with onReceivedSslError processing.

98683

Fixed the error in which component multilingual settings are not reflected when running the application in MDI format.

98364

Fixed the error in which the In-App Browser cannot be displayed fully on the screen when executing the window.open function. (This error occurred when running NRE on iOS).

98339

Fixed the error that occurs when loading the app when UserFont is applied. (This error occurred in iOS version 17 or higher).

Help Edited and Added

RP

Description

99215

Fixed the Help description of the ErrorEventInfo object and added the 10598 code item to the statuscode property.

99044

Added the description of the simultaneous use with the fittocontents property to the component's flexgrow and flexshrink property descriptions.

98916

Corrected a typo in the Syntax example in the description of the step property of the ProgressBar object.

98869

Changed the DateRangePicker, PopupDateRangePicker, DateField, TextField, and MultiLineTextField component structure images to more readable images.

98810

Supplemented the description of the range of characters that can be entered when the inputtype property value of the TextField component is set to number.

98665

Added the description of the conditions in which the maxlength property value of the TextField component does not apply.

98455

Supplemented the omitted description of a new feature (24.0.0.100 new feature, RP 97756) in the nexacro.getTextSize method description.

98284

Added description of restrictions when executing open, read, and write methods of VirtualFile object.