August 2025 (24.0.0.800)

Version Information

Product Version

24.0.0.800

File Version

2025.8.26.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 the SpinField component.(RP 102932)

Description

  • The SpinField component is used to input numeric values within a specific range.

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

  1. Added new features to the Nexacro Studio Outlineview.(RP 102862, 102780)

Description

  • After selecting the Script tab on the xfdl editing screen, the following actions are available in the Outlineview.

    • Selecting a component in the Outlineview (Properties can be changed and events can be set through Properties)

    • Outlineview scrolling

    • Right-click menu for Component selection > Script (Copy ID, Collapse All, Expand All)

  • A feature to sort the taborder according to the output order of the Outlineview has been added.

    • Apply outline to Tab Order : Changes the taborder property value according to the component order displayed in the Outlineview.

    • Arrange to Tab Order button : Sorts the z-order according to the taborder property.

  1. Added a new property that prevents the year/month display from being restored when focus is moved after changing the year/month selection in the Calendar component. (RP 102605)

Description

  • This is a property that sets whether to keep the changed year and month values when the user moves focus to another component without confirming the date after changing the year or month, when the type property value of the Calendar component is set to "monthonly".

    • Environment.calendarrestoreonblur : Global setting

    • Calendar.restoreonblur : Component-level setting

    • The default value is true.

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

Changed Features

  1. The nexacro.setWheelZoom method can be used in the WRE environment. (RP 102902)

Description

  • This is a method that sets the Zoom ratio of the window that the specified Frame belongs to.

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

  1. Modules packed in Windows 32-bit format can be downloaded on the Windows 11 operating system. (RP 102872, 102873)

Description

  • In previous versions, 32-bit modules (including SetupRuntime) could not be downloaded in the Windows 11 environment.

  • This change has been applied to both Studio and Engine.

  • You can see that Windows 11 32bit/64bit environments have been added to the Windows start.json file during Generate and Deploy.

  1. The cursor movement behavior for Ctrl + Left/Right key input has been changed in NRE edit-type components. (RP 102856, 102835, 102799, 102741, 102616)

Description

  • When moving with Ctrl + Left/Right keys after text input, the behavior is the same as WRE (browser).

  • When moving with Ctrl + Left/Right keys after text input, the cursor moves by word units.

  • When moving with Ctrl + Left/Right keys after text input, the cursor moves by space units even when special characters are included.

  1. The following restriction has been removed in NRE RTL. (RP 102559)

Description

  • Fixed the error where right-to-left languages such as Arabic were not displayed correctly when the rtl property value was set to false.

  • The description related to this limitation has been removed from the help documentation.

Debugging

Basic Components / Objects

Combo

RP

Description

103301

Fixed the error where the popup was not displayed when the Combo component area was double-tapped while the type property value was set to "dropdown" (This error occurred when running WRE on Android and iOS/iPadOS operating systems).

102772

Fixed the error where a script error occurred when special characters were entered while the type property value was set to "caseisearch".

102694

Fixed the error where the display position of the combolist control of the Combo component was processed incorrectly when the zoom ratio was adjusted using the mouse wheel within the Form area (This error occurred when running NRE on the Windows operating system).

DataObject

RP

Description

102639

Fixed the error where the onclick event was triggered more times than the actual number of clicks when the request method of the DataObject object was executed in the onclick event handler function of the Button component (This error occurred when running NRE on the Windows operating system and on devices that support screen touch).

DateRangePicker

RP

Description

100432

Fixed the error where the headline control of the DateRangePicker component became larger than the zoom ratio when the screen was zoomed in.

100422

Fixed the error where the component behaved as if the rangeposition property value was "start" even when the rangeposition property value was set to "end" while both the startdate and enddate property values were set.

100407

Fixed the error where the mindate and maxdate properties were applied when the displaytype property value was set to "datetime".

Dataset

RP

Description

102854

Fixed the error where the component property value was not reflected in the component even when the Dataset object value was restored using the oldvalue value in the oncolumnchanged event handler function when the component property was bound to the Dataset object.

Div

RP

Description

103060

Fixed the error where a script error occurred when the url property value was set after dynamically creating a Div component (This error occurred when running versions later than 24.0.0.700).

102950

Fixed the error where the fittocontents property was not applied and scrollbars were generated when the resetScroll method of the Form object was executed while the Div component had a nested structure, the fittocontents property value was set to "height", and the inner content was larger than the Div size.

Edit

RP

Description

102709

Fixed the error where the focused state was not applied and the keypad was not displayed when the setFocus method of the Edit component was executed in the onload event handler function of the Form object (This error occurred when running NRE on the Android operating system).

FileDialog

RP

Description

101117

Fixed the error where a PNG file was processed incorrectly as a JPG file when selecting a PNG file while executing the open method of the FileDialog component (This error occurred when running NRE on the iOS/iPadOS operating systems).

101116

Fixed the error where multiple files could not be selected when the constOpenMode parameter value was set to "FileDialog.MULTILOAD" while executing the open method of the FileDialog component (This error occurred when running NRE on the iOS/iPadOS operating systems).

Form

RP

Description

102735

Fixed the error where component coordinates were processed incorrectly when switching layouts whose type property values were "default" or "horizontal" in the Form object.

This error occurred when the components included in the Div component within the Form object met the following conditions.

- right, bottom coordinates were used

- positionbase coordinates were used

- flexgrow or flexshrink properties were applied

102712

Fixed the error where the stepindex value was changed again when entering text in a component on the changed screen after changing the stepindex value when the stepcount property value of the Form object was set to 1 or greater, the container component had a text editing area, and a component with the positionstep property value set to 1 or greater was included (This error occurred when running WRE on Android and iOS/iPadOS operating systems).

GoogleMap

RP

Description

102625

Fixed the error where clicking the ZoomLevel button did not work on the screen when loading the GoogleMap component.

Grid

RP

Description

103124

Fixed the error where a base64 image was not displayed when the displaytype property value of the Cell object of the Grid component was set to "imagecontrol" (This error occurred when running NRE on the Windows operating system and when running versions later than 24.0.0.700).

103002

Fixed the error where the background property value was applied incorrectly when the bKeepSubCell parameter value was set to true while executing the mergeContentsCell method of the Grid component.

102961

Fixed the error where the scroll position moved when executing the updateSortGroup method of the bound Dataset object in the onheadclick event handler function when the selecttype property value of the Grid component was set to "row" (This error occurred when running versions later than 24.0.0.600).

102819

Fixed the error where the desired cell was not selected when selecting a cell by dragging while the scroll of the Grid component included in the Div component was enabled.

102756

Fixed the error where the column size value of the bound Dataset object was not applied to the maximum length when the textareamaxlength property value of the Cell object of the Grid component was set to 0.

102602

Fixed the error where the scroll of the Grid component did not move when moving below the scroll area by dragging the mouse after selecting a cell while the selecttype property value of the Grid component was set to "multirow" (This error occurred when running NRE on the Windows operating system).

102503

Fixed the error where some cells were not displayed during scrolling when the fastvscrolltype property value of the Grid component was set to a value other than "default" and the suppress property value of the Cell object was set.

101997

Fixed the error where the selection was cleared when pressing the Down Arrow key while a row was selected when the selecttype property value of the Grid component was set to "multirow".

101980

Fixed the error where the text area was displayed as clipped when the enableredraw property value was changed to true after changing the treeinitstatus property value while the enableredraw property value of the Grid component was set to false (This error occurred when running versions later than 24.0.0.600)

ListView

RP

Description

102702

Fixed the error where the expandbar icon image was not displayed when the expandbartype property value of the ListViewBandControl object of the ListView component was set to true (This error occurred when an XCSS file added by the user to the Application existed).

MultiCombo

RP

Description

102670

Fixed the error where the selection was cleared when clicking Select All while some items were selected in the MultiCombo component.

MultiLineTextField

RP

Description

100366

Fixed the error where the charcounttext control area was displayed shifted to the right when the usecharcount property value of the MultiLineTextField component was set to true (This error occurred when running WRE).

100339

Fixed the error where the scrollbar was not displayed when the scrolltype property value of the MultiLineTextField component was set to a value other than "both".

Panel

RP

Description

103001

Fixed the error where the border area of a component added later as a PanelItem was not displayed when TextField, MultiLineTextField, and DateField components were added as PanelItems to the Panel component and the contentheight property value of those components was changed.

102953

Fixed the error where the spacing property value of the Panel component was not applied when a Form containing the Panel component was loaded from a Div component.

102361

Fixed the error where focus moved to a component registered as a PanelItem when pressing the Tab key while the visible property value of the Panel component was set to false.

TextArea

RP

Description

102966

Fixed the error where the Enter key input did not work when the inputtype property value of the TextArea component was set to "numberandenglish" (This error occurred when running WRE).

TextField

RP

Description

100366

Fixed the error where the charcounttext control area was displayed shifted to the right when the usecharcount property value of the TextField component was set to true (This error occurred when running WRE).

WebView

RP

Description

103029

Fixed the error where the content of the WebView component was not loaded correctly when repeatedly executing a Form containing the WebView component (This error occurred when running NRE on the Windows operating system).

102440

Fixed the error where the download UI window was displayed on the screen and was not closed when executing file download on a page loaded within the WebView component (This error occurred when running NRE on the Windows operating system).

Others (component with text editing area)

RP

Description

101776

Fixed the error where the button property value of the ContextMenuEventInfo object was processed incorrectly when the oncontextmenu event occurred in a component with a text editing area.

기타 (컴포넌트 / 오브젝트)

RP

Description

103150

Fixed the error where the -nexa-icon property value was not applied when dynamically changing the cssclass property value of a component (This error occurred when running NRE on the Windows operating system and when running versions later than 24.0.0.700).

102980

Fixed the error where an incorrect value was returned when executing the system.clientToScreenY method (This error occurred when running NRE).

102976

Fixed the error where the setting was not applied when the bWholeForm parameter value was set to false while executing the system.saveToImageBase64String method (This error occurred when running NRE on the Windows operating system and when running versions later than 24.0.0.700).

102957

Fixed the error where component positions were processed incorrectly when layouts with different type property values were changed (This error occurred when running WRE).

102865

Fixed the error where the tracemode property value of the Environment object was applied even though the tracemode property value was set in the Nexacro Config file (This error occurred when running NRE on the Windows operating system).

102809

Fixed the error where the pinch zoom operation was not applied when the Screen.userzoom property value was set to true (This error occurred when running the Chrome browser on iOS/iPadOS operating systems, and when the Chrome browser version was 135 or 136).

102773

Fixed the error where focus did not move in the order of frame creation when moving focus using the Tab key while the Environment.tabkeycirculation property value was set to "frame,cycle".

102710

Fixed the error where focus moved in an unused scroll direction when moving using Ctrl + Arrow keys or the Tab key while setting the scrolltype or formscrolltype property value.

102693

Fixed the error where some text was not displayed when setting the tooltiptext property value using only the line break character "
" (This error occurred when running NRE on the Windows operating system).

102679

Fixed the error where a script error occurred when running an application while the Environment.usestringresource property value was set to true and the tooltiptext property value of the Cell object of the Grid component was bound to a numeric column type of the Dataset object.

102591

Fixed the error where processing did not work when using a combination of two or more characters including unavailable characters when setting the ssvrecordseparator or ssvunitseparator property values of the Environment object.

Others (transaction)

RP

Description

103131

Fixed the error where a parsing error occurred when executing the transaction method with large individual column data sizes (This error occurred when running WRE).

103080

Fixed the error where infinite loading occurred when a parsing error occurred while receiving large XML-format data during execution of the transaction method with the progressload property value of the Dataset object set to true (This error occurred when running WRE).

102338

Fixed the error where a script error occurred when there was no callback data after executing the transaction method.

Accessibility

RP

Description

103309

Fixed the error where focus did not move correctly when double-tapping the TextArea component area after moving focus to another component while the TextArea component had focus (This error occurred when running on the Android operating system and when running versions later than 24.0.0.700).

103306

103305

Fixed the error where the popup was not displayed when double-tapping the Calendar component area while the popuptype property value of the Calendar component was set to "system" (This error occurred when running WRE on Android and iOS/iPadOS operating systems).

103093

Fixed the error where voice output was not provided when moving focus by swipe action on a cell whose displaytype property value of the Cell object of the Grid component was set to "treeitemcontrol" (This error occurred when running WRE on the Android operating system).

103092

Fixed the error where focus moved to the border area of the GridSelectionControl control and voice output was not provided when moving focus by swipe action on the last cell of the Grid component while the showselection and showcellselection property values of the Grid component were set to true (This error occurred when running WRE on the Android operating system).

102970

Fixed the error where the zindex values of the tabpage and tabbuttonitem controls of the Tab component were processed as changed when loading the screen (This error occurred when running WRE).

Sense Reader Use Environment Error

Many of the accessibility-related issues below occurred specifically in Sense Reader 8.2 / 8.3 when using virtual cursor mode in Google Chrome. These are categorized separately.

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

RP

Description

101235

Fixed the error where focus moved when the accessibilityenable property value of the Div component was set to false.

Fixed the error where the text property value was not output when there was no content in the innerform while the accessibilityenable property value of the Div component was set to true.

Nexacro Studio

RP

Description

103379

Fixed the error where an abnormal termination occurred when repeatedly executing the Undo command after moving a component included in a container component while the coordinate values of the component were set to PositionBase.

103343

Fixed the error where the entered value disappeared when moving focus after entering a value in the Properties window. The properties in which the error occurred are as follows.

- MainFrame: titlebarbuttongap, titlebarbuttonsize

- ChildFrame: statusbarheight, titlebarheight, titlebarbuttongap, titlebarbuttonsize

103304

Fixed the error where the context menu was displayed while the next component was selected when pressing the keyboard menu key after selecting a component in the Outlineview panel.

103291

Fixed the error where the Install Location path was specified differently from the SDK version set in the project when executing the menu [Deploy > Build App].

103284

Fixed the error where the currently opened Form was not displayed in the Properties window when switching Form screens with two or more Forms opened while the Link with Editor option was enabled.

103065

Fixed the error where inherited default properties were not displayed in a component when installing a module deployed from Module Developer (versions earlier than 24.0.0.600) in Nexacro Studio (This error occurred when running versions later than 24.0.0.600).

102974

Fixed the error where the Panel component tree was displayed fully expanded when component states were changed, such as changing z-order or adding or removing items in the Panel component.

Fixed the error where the tree was displayed in an expanded state when returning after moving to another open Form tab while the tree was collapsed in the Outlineview panel.

102890

Fixed the error where components with right or bottom property values set were not displayed when changing the type property value to a value other than "default" when adding a Layout.

102830

Fixed the error where an abnormal termination occurred when opening the TypeDefinition > Objects window in Nexacro Studio when there was no extlib module file specified in the typedefinition.xml file of the project.

102829

Fixed the error where the component id was changed when excluding the PanelItem component from the PanelItem in the Outlineview panel.

102798

Fixed the error where the text "px" was displayed when double-clicking the property value editing area after setting the unit of the left, top, width, height, right, or bottom property values of a component to "%", "em", or "rem" in the Properties window.

102768

Fixed the error where an abnormal termination occurred when attempting to search after opening the StringResource panel when there was no StringResource file.

102587

Fixed the error where the setting was not applied when setting the accessibilityreplayhotkey property value of the Environment object in the Properties window.

102583

Fixed the error where a script error occurred when selecting a component of an inactive Form after expanding the Form tree in Project Explorer while another Form was active.

102385

Fixed the error where the property values of inner components of the Div component could not be changed in the Properties window when the Layout type property values of the Form object and the Div component placed in the Form object were different.

100431

Fixed the error where the headlinesize size remained unchanged in the design window when the value was cleared after setting the headlinesize property value of the DateRangePicker or PopupDateRangePicker component in the Properties window.

Others

RP

Description

102788

Fixed the error where the screen was processed differently from the existing screen when building an Android app (This error occurred when running NRE on the Android operating system. When building the app with the targetSdkVersion value set to 35 or higher, the edge-to-edge function was disabled).

Help Edited and Added

RP

Description

103107

Fixed the error where the parameter sample code of the setSelect method of the TextField component was written incorrectly in the Help.

102989

Added a description of usage limitations to the description of the ssvunitseparator and ssvrecordseparator properties of the Environment object in the Help.

102786

Fixed the error where the sample code of the system.showModalSync method was written incorrectly in the Help.

102779

Fixed the error where the sample code for the show method of the TileFrameSet, HFrameSet, and VFrameSet objects was written incorrectly in the Help.

102757

Fixed the error where the descriptions of the Basic Key Action and Accessibility Key Action of the Calendar component were incorrect in the Help.

102708

Added a description related to the class name to the Remark item of the Dataset object in the Help.

102591

Fixed the error where the description of available ASCII characters was incorrect in the description of the ssvrecordseparator and ssvunitseparator properties of the Environment object in the Help.