Release Notes - March 2026 (24.0.0.1000)

Version Information

Product Version

24.0.0.1000

File Version

2026.3.4.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

Updates after the release

24.0.0.1001

RP

Description

104669

Fixed an issue where the selection area could not be defined by mouse drag when the selecttype property of the Grid component is set to one of "multirow", "area", or "multiarea" (this error occurred during WRE execution). An error occurred when running version 24.0.0.1000).

104668

The issue where the clickitem property of the GridClickEventInfo object was incorrectly processed when the autoenter property of the Grid component was set to "key" during the oncellclick event has been fixed. (This error occurred during WRE execution.) This error occurred when running version 24.0.0.1000.

New Features

  1. The Collapse / Expand functionality has been added to the Outlineview in Nexacro Studio. (RP 103458)

Description

  • Added Collapse / Expand functionality for nested Container Components within the Container Component.

  • When multiple selections are made, all selected items can still perform Collapse / Expand actions.

  1. A Layout Editor editing window has been added to Nexacro Studio. (RP 103464, RP 103562, RP 104174)

Description

  • This is an editor window that allows for intuitive settings of the Position attribute and Layout attribute.

  • The Auto Layout feature supports automatic configuration of the type attribute value and related attribute values.

  • For detailed information, please refer to the "Nexacro N Reference Guide."

    • Development Tool Guide > Nexacro Studio > Form Design > Layout Editor

  1. The DateField component has been updated to include properties for adjusting selection in hours, minutes, and seconds. (RP 103532)

Description

  • hourinterval - hour

  • minuteinterval - minute

  • secondinterval - seconds

  1. Added support for the iOS 'UIScene' lifecycle. (RP 104244)

Description

  • Added functionality to support not only the UIApplicationDelegate lifecycle but also the UIWindowSceneDelegate lifecycle.

  1. Functionality has been added to support Android 16 (SDK 36). (RP 104003)

Description

  • The Status bar and Navigation bar are displayed correctly with Edge-to-Edge support.

  • The 3-button area is displayed normally.

  • It operates by overriding OnBackPressedDispatcher and OnBackPressedCallback.

  1. A method to fix horizontal scroll columns in the Grid has been added. (RP 103761)

Description

  • setFixedColumn: This method fixes the specified Column in the Grid component so that it does not scroll while the rest of the Grid content does.

  • For detailed information, please refer to the "Nexacro N Reference Guide."

    • Components > Component > Grid > Method > setFixedColumn

  1. Methods and events have been added to provide network connection status information. (RP 104304, RP 104346)

Description

  • getNetworkStatus: A method that returns the network availability status in the environment where the application is running.

  • onnetworkstatuschange : This event occurs when the availability of the network changes in the environment where the application is running.

  • For detailed information, please refer to the "Nexacro N Reference Guide."

    • Environment > Method > getNetworkStatus

    • Environment > Event > onnetworkstatuschange

  1. Added a property to set the text of the select all checkbox (selectallcheckbox) for the MultiCombo component to select or deselect all items. (RP 99600)

Description

  • This property sets the text for the checkbox (selectallcheckbox) that selects or deselects all items at the top of the item list.

  • For detailed information, please refer to the "Nexacro N Reference Guide."

    • Components > Component > MultiCombo > Property > selectallcheckboxtext

Changed Features

  1. The undo action after deleting a component in the Nexacro Studio design screen has been changed. (RP 101326)

Description

  • After deleting a component, when you execute Undo (Ctrl+Z), the restored component will be automatically selected.

    • Previous Action: When executing Undo (Ctrl+Z) after deleting a component, the restored component is not selected.

    • Restores all selected states even when deleting multiple components.

  1. The behavior of the Component's fittocontents property has been changed to clarify the area where the font will be displayed. (RP 104156)

Description

  • The Fittocontents property applies the Ascender and Descender values used in the font.

  • Depending on the font, WRE and NRE may have the same size or different sizes.

  • The NRE applies equally to both Windows and macOS operating systems.

  1. The calculation process for DECIMAL has been modified to adjust the result for specific value calculations. (RP 104148)

Description

  • The addDecimal, subDecimal, divDecimal, modDecimal, and mulDecimal methods of the nexacro.Decimal object have been modified to treat numbers with less than 25 decimal places as insignificant values.

  1. The Promise.then() of the transaction has been modified to accept multiple arguments. (RP 104140)

Description

  • If the strCallbackFunc parameter value is not set for Application, Form > transaction, a Promise object is returned, and it has been modified to accept multiple arguments in Promise.then().

  • Please refer to the sample code in the component utilization workbook.

    • Handling Server and Transaction Processing (Using Promise)

  1. Changed to move the focus to the next item when the Tab key is pressed in the controls within the Grid Head. (RP 101979)

Description

  • Changed to allow focus movement within the Grid using the Tab key when an editable control is included in the Grid Head area.

    • Previous Action: When using the Tab key to navigate focus in the Grid, the HeadCell focus does not move.

Debugging

Basic Components / Objects

ChildFrame

RP

Description

104435

The error where the opener property is treated as null when executing the reload method of the loaded Form object in a popup window opened by the showModal method of the ChildFrame object has been fixed.

Combo

RP

Description

104588

The issue where the displaynulltext property value of the Combo component was not displayed has been fixed (this error occurred during WRE execution). This is an error that occurred when running versions later than 24.0.0.900.

DataObject

RP

Description

104206

The issue of increased memory usage when repeatedly executing the request method of the DataObject object has been fixed (an error that occurred during NRE execution on Windows operating systems).

DateField

RP

Description

103067

Fixed the issue where the onchanged event was triggered even when the value was not changed in the DateField component.

102558

The issue where values were not set correctly when pasting clipboard values after focusing on the DateField component using the Tab key has been fixed.

Div

RP

Description

104523

The issue has been fixed where a script error occurs when loading a different Form object by changing the url property of the Div component after executing a script on the initially loaded Form object (created via script on button click, with corresponding removeChild and destroy methods called). This issue was present in versions 24.0.0.700 and later.

Edit

RP

Description

104052

The issue where some full-width characters were not being entered when the inputtype property of the Edit component was set to "full" has been fixed.

  • Characters classified as A (Ambiguous) in the East Asian Width classification have been modified to be processed as full-width in the CJK environment.

    https://www.unicode.org/reports/tr11/#Ambiguous

104042

Fixed an error that occurred when pasting text containing whitespace characters into the edit area of the Edit component (or the Grid component Cell object with the edittype property value set to "text"). The error involved the line breaks being replaced with whitespace characters when the pasted text had no input restriction characters and only included CR and LF line breaks (this error occurred when using the Chrome browser on the Windows operating system). This error occurs when the browser language is set to Japanese.

103335

Fixed an issue where, with the Environment.enabletouchevent property set to false, touching the text editing area in the Edit component would only move the focus without displaying the caret or allowing text input (this issue occurred when running WRE on the Windows operating system). An error occurred while running on a device that supports screen touch.

ExcelExportObject

RP

Description

103570

The issue where the background property value set in the subcell of the target Grid component was not reflected when executing the exportData and exportDataEx methods of the ExcelExportObject has been fixed.

FileDialog

RP

Description

103963

An error has been fixed where the application would terminate abnormally if the selected folder path text exceeded 260 characters when the constOpenMode parameter of the FileDialog object's open method was set to "FileDialog.SELFOLDER" (this error occurred during NRE execution on the Windows operating system).

FileDownload, FileDownTransfer

RP

Description

104082

The issue where the user access permissions could not be verified when setting the strTargetPath parameter value as a relative path during the execution of the download method in the FileDownload and FileDownTransfer components has been fixed.

Form

RP

Description

103874

The error that returned incorrect values when setting the objComp parameter of the Form object's getNextComponent and getPrevComponent methods to a component inside the container component has been fixed.

Grid

RP

Description

104520

An issue has been fixed where, when the autosizingtype and extendsizetype properties of the Grid component are both set to "row" and the wordWrap property of the Cell object is set to "char", some row heights do not adjust to display all text when the size of the Grid component is changed (error occurred during WRE execution). This error occurs when running versions later than 24.0.0.900.

104179

The issue where a script error occurs when the checkbox state is changed after moving a column with the Cell object's edittype property set to "checkbox" and the cellmovingtype property of the Grid component set to "col" has been fixed (this error occurred during WRE execution).

104171

An error has been fixed where the onheadvaluechanged event was triggered when moving to another Cell without changing the value after activating the edit area of a Cell object in the head band of the Grid component with the edittype property set.

104147

Fixed an error where the button property value of the ContextMenuEventInfo object was handled as a value other than "rbutton" when the oncontextmenu event of the Grid component occurred (this error occurred when NRE was executed on the Windows operating system).

104117

Fixed an issue where data did not display from the middle when the Column values set with the treelevel property of the Grid component Cell object were non-continuous (e.g., 0, 1, 3) and the treeinitstatus property value was "collapse,null" or "collapse,all".

104108

Fixed an issue where some rows or columns were not displayed when rapidly iterating the track bar with the hscrollbar of the Grid component enabled (an error that occurred during WRE execution).

104040

The issue has been fixed where the displaytype property value of the Grid component's Cell object is "treeitemcontrol" and the regular property value of the -nexa-word-wrap property (wordWrap) is set to "char", resulting in some characters not being displayed according to the character count, or the Row height becoming abnormally large. This error occurred when running in versions after 24.0.0.900.

103929

The issue has been fixed where, if the suppress property was set through binding in the Cell object of the Grid component, data would not display when the suppress value was set to 0 in the previous row and a non-zero value was set in the next row.

101913

The issue where the treestate property bound to the Cell object of the Grid component does not apply after changing the value of the enableevent property to false, modifying the column value using the setColumn method, and then changing the enableevent property back to true has been fixed (this error occurred in versions after 26.0.0.500).

ImageViewer

RP

Description

100898

The issue where images do not display when the image property of the ImageViewer component is set to Base64 encoded image data has been fixed (this error occurred during WRE execution). An error occurred when launching the Edge browser.

ListBox

RP

Description

104530

The issue where items are selected during drag actions when the ListBox component's selectscrollmode property is set to "default" or "scroll" while the Environment.enabletouchevent property is set to true has been fixed.

MultiCombo

RP

Description

104295

A script error that occurred when retrieving the multicombolist after the number of data items in the Dataset object set as the innerdataset property of the MultiCombo component has been fixed.

104213

In the MultiCombo component (or when the edittype property of the Grid component Cell object is set to "multicombo"), a fix has been made for an error where the multicombolist displayed some items as missing when executing the filter method of the Dataset object set with the innerdataset property in the event handler function during the ondropdown or oncloseup events after selecting an item.

PopupDiv

RP

Description

104348

The issue where the trackPopup and trackPopupByComponent methods of the PopupDiv component returned a Promise object when the strCallbackFunc parameter was set has been fixed.

PopupDateRangePicker

RP

Description

104348

The issue where a Promise object is returned when the strCallbackFunc parameter value is set during the execution of the trackPopup, trackPopupCenter, and trackPopupByComponent methods of the PopupDateRangePicker component has been fixed.

SelectField

RP

Description

103978

The issue where the behavior based on the type setting was not handled during Japanese input when the type property value of the SelectField component was set to a value other than "dropdown" has been fixed (this error occurred during WRE execution). An error occurred while running in the Firefox browser.

SpinField

RP

Description

103698

The issue where the displaycomma property value of the SpinField component was not being applied has been fixed.

TextArea

RP

Description

104052

Fixed an issue where some full-width characters could not be input when the inputtype attribute of the TextArea component was set to "full."

  • Characters classified as A (Ambiguous) in the East Asian Width classification have been modified to be processed as full-width in the CJK environment.

    https://www.unicode.org/reports/tr11/#Ambiguous

103241

Fixed the issue where entering prohibited characters consecutively in the inputtype property of the TextField component set to "tel" would result in an error. This issue occurred during WRE execution. This error occurs when the browser language is set to Japanese.

Others (Components / Objects)

RP

Description

104528

Fixed an issue where the font size of the tooltip displayed when setting the tooltiptext property of the component was shown too small (this error occurred during Windows NRE execution). This error occurs when running versions after 24.0.0.900.

104462

Fixed an error where the apparguments property of the DuplicateExecutionEventInfo object was treated as empty when the same application was run again with the -V option after executing the system.execNexacro method with the -OO option. This issue occurred during Windows NRE execution.

104338

The error where events such as onclick do not trigger when navigating to the application page in the browser after executing "Go Back" and then "Go Forward" has been fixed (this issue occurred during WRE execution). This error occurs when running versions after 24.0.0.900).

104228

104226

Fixed an issue where the double-click event did not occur during mouse operations (this bug occurred when running on Android OS and iPadOS version 26).

104188

Fixed an error where the line break position differed from previous versions when the -nexa-word-wrap property value of a component or control object without a text editing area was set to "char" (this error occurred during NRE execution on Windows and macOS operating systems). This error occurred when running versions after 24.0.0.800.

104156

The issue where some text was truncated when the component's fittocontents property was set to "height" has been resolved (this error occurred during NRE execution on Windows and macOS operating systems). This error occurs when executed in versions after 24.0.0.800.

104013

The default value and functionality issues of the component's dragscrolltype property have been fixed.

103945

The issue where the resizegrip control was not displayed in the StatusBarControl of the Frame object has been fixed (this error occurred during NRE execution on Windows and macOS operating systems).

103686

Fixed an issue where the -nexa-border property set in the component's helpertext and charcounttext controls was not reflected.

103575

Fixed an error where the return value was handled differently than described in the help documentation, causing the window not to display correctly or the child not to be added after method execution.

- nexacro.open

- Form > addChild

- FrameSet, VFrameSet, HFrameSet > addChild, insertChild

- ChildFrame > showModal

103442

The issue where the ChildFrame object information of a closed popup remains after executing the system.print method within a popup window opened by the nexacro.open method, and then closing the popup while the print preview window is open has been fixed (this error occurred during WRE execution).

103153

103152

Fixed an issue where the mouseover status of the component was maintained when a popup window was opened from the event handler function while the mouse cursor was positioned over the component’s child control area.

102269

Fixed an issue where the WebView component did not move when the popup window was relocated, if the strOpenStyle parameter value of the nexacro.open method was set to "layered" and included a WebView component in the opened window. This issue occurred during NRE execution on Windows operating systems.

102162

The error where the scroll position of the TextArea component within the Form was not reflected when the objComponent parameter of the system.print method was set to Form has been fixed (this issue occurred during WRE execution).

Others (transaction)

RP

Description

104233

When the transaction method is executed with the bAsync parameter set to false, an error occurs, triggering the onerror event and returning a status code of 10499 in the ErrorEventInfo object, despite the data being processed correctly. This error has been fixed.

104227

Fixed an error where, during the execution of the transaction method, if the received data format was XML and the data was received in a Chunked manner multiple times, the Dataset object processed the data correctly but it was not displayed in the Grid component (an error that occurred during WRE execution).

Accessibility

RP

Description

103923

Fixed an issue where pressing the Delete key while the popup calendar in the Calendar component was open would Delete the value in the calendaredit control area.

103922

Fixed an issue where the popup calendar did not appear after focus shift and double-tap action when the type property value of the Calendar component is "system". This issue occurred when running on iOS/iPadOS operating systems.

103921

103920

Fixed an issue where only the label or value was displayed when focusing on the Calendar component (an issue that occurred while running WRE on Android, iOS/iPadOS operating systems).

Sense Reader Use Environment Error

Due to the large number of error fixes that occurred when running the Google Chrome browser with the virtual cursor enabled in the Sense Reader 8.2 and 8.3 usage environment among accessibility-related errors, these items are classified and organized separately.

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

RP

Description

103928

The issue where "blank line" audio was played during focus movement when the showcellselection property of the Grid component was set to true has been fixed.

103926

Fixed the issue where "Row 0, Column 0" voice output was heard when navigating focus using the Grid component.

103925

Corrected an issue where an incorrect value was read when navigating with shortcuts, if the usedecorate property of the Static component was set to true and the accessibilityrole property was set to "heading".

103924

Fixed the issue where the value of the accessibilityLabel property in the Button component was being outputted redundantly with the value of the text property.

Nexacro Studio

RP

Description

104525

Fixed an issue where the LiteDBConnection object editor would crash when clicking the title tab button (displaying the .db file name).

104478

The error has been corrected where, after executing [Group by Panel] with the component's position property set to the reference component, executing [Ungroup panels] would display the component in a different location.

104431

The error where the reference value of the base component is maintained when changing the type attribute value to something other than "default" after setting the width and height properties of components placed within a Form object or Div component to refer to the base component has been fixed.

When the type attribute value is changed, the position-related attribute values will be updated to not reference the base component.

104164

Fixed an issue where the component order was changing in the Outlineview panel when the Lock Components option was enabled.

104038

The error where the focused status of the RadioItemControl object was missing in the item has been corrected during XCSS editing.

103876

Fixed an error where the project could not be loaded after migration if the default module (json) in TypeDefinition was arbitrarily modified and set to a different name in the Nexacro Platform 14 project.

If the target project does not have a basic module, it has been modified to add the basic module during migration for processing.

103845

The issue where focus was not retained on the property after opening and closing the editor displayed as a popup in the properties window has been fixed.

Help Edited and Added

RP

Description

104434

The description of the EventInfo object related to the ondayclick event of the component has been supplemented with details regarding keyboard input behavior.

104405

Removed the description of the unused bInnerFocus parameter in the setFocus method of components, except for some.

104361

Fixed an error where the component name was displayed incorrectly in the help description.

104037

The behavior regarding the display of ScrollBarControl or ScrollIndicatorControl in the Component and Object Remark sections has been supplemented.

- Target Components/Objects: Form, FileUpload, Grid, ListBox, ListView, TextArea, MultiComboTagBoxControl

104036

The Constructor section in the help documentation has been corrected or supplemented for any inaccuracies or missing items.

- Delete Constructor Item: Form

- Add items without the destroy method: FileDialog, VirtualFile, TCPClientSocket, XPush

- Add constructor code: FileDialog, VirtualFile, TCPClientSocket, XPush, DataObject, ExcelExportObject, ExcelImportObject

104013

The error regarding the default value and operational description of the component's dragscrolltype property has been corrected.

103923

The Accessibility Key Action descriptions for opening and closing the DatePicker have been enhanced.

103706

The description of the strOpenStyle parameter for the nexacro.open method has been supplemented with sample code.

The sample code for the showModal method of the ChildFrame object has been enhanced.

103212

Corrected the description of the rangeposition property value for the DateRangePickerDayClickEventInfo object.

102502

The description of the Grid component's getCellRect method has been supplemented.

102082

The explanation regarding the timing of the canchange and onchanged events for the DateField component has been supplemented.