Version Information
Product Version | 24.0.0.700 |
---|---|
File Version | 2025.5.28.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,
Updates after the release
24.0.0.701
RP | Description |
---|---|
102803 | Fixed the issue where the list of available properties was not filtered when changing the type property of the Layout object in the Properties panel of Nexacro Studio. (This issue occurred when running versions later than 24.0.0.700.) |
New Features
A new property was added to the Calendar component to control whether invalid values entered in the calendaredit area are automatically corrected. (RP 102563)
Description |
---|
|
|
Support for HTTP/2 protocol and TLS 1.3 has been added for communication in Windows NRE. (RP 102464)
Description |
---|
|
[Accessibility] Added a key action to TabButton in the Tab component. (RP 99775)(RP 99775)
Description |
---|
|
[Accessibility] Added a property to control whether arrow keys can be used to navigate component selectors.(RP 101818)
Description |
---|
|
|
[Accessibility] Added the selectbyarrowkey property to allow item selection via arrow keys in Combo’s Combolist. (RP 101749)(RP 101749)
Description |
---|
|
|
Added the setTimeout timer method that executes a callback function after a certain time.(RP 102296)
Description |
---|
|
|
Added editing functions to the Outlineview panel in Nexacro Studio. (RP 102302)
Description |
---|
|
Added “Link with Editor” to the Project Explorer in Nexacro Studio.(RP 101962)
Description |
---|
|
Added functionality to output error information when migration to Nexacro N version fails. (RP 100246)
Description |
---|
|
Changed Features
[XAgent] Behavior modified to return a value when the execute function is used.(RP 102292, 102274)
Description | |
---|---|
Before Change |
|
After Change |
|
To improve memory performance of large datasets, the content handled by _setContents() during generation has been changed from XML to JSON format. (RP 101621)
Description | |
---|---|
| |
Before Change |
|
After Change |
|
[Accessibility] Modified the behavior to allow scrolling of Div components using up/down arrow keys when screen readers are not running. (RP 101978)
Description | |
---|---|
Before Change |
|
After Change |
|
[Accessibility] Modified key behavior when the index of a Radio component is -1. (RP 101224)
Description | |
---|---|
Before Change |
|
After Change |
|
[Accessibility] Changed the key behavior of the ComboList. (RP 101520)
Description | |
---|---|
Before Change |
|
After Change |
|
[Studio] Changed the handling of mixed line breaks (CRLF/LF). (RP 98761)
Description | |
---|---|
Before Change |
|
After Change |
|
Debugging
Basic Components / Objects
Animation
RP | Description |
---|---|
101934 | Fixed the error where animation did not run when the showModal method of a ChildFrame, set as the objComp parameter of the addTarget method in the Animation object, was executed. |
Calendar
RP | 설명 |
---|---|
101961 | Fixed the error where, when the editformat property of the Calendar component was set to "yyyy-MM-dd HH:mm", entering the first character caused the remaining segments to be auto-filled. (This error occurred in versions after 24.0.0.400.) |
101831 | Fixed the error where the popup calendar of a Calendar component located at the bottom of the screen was displayed at the top of the screen when the keypad was open. (Occurred when running NRE on Android OS.) |
101788 | Fixed the error where, when selecting text in the editable area of the Calendar component via mouse drag starting from the padding area, the caret position was incorrectly handled, resulting in input values differing from what was entered. (Occurred when running NRE on Windows OS.) |
101781 | Fixed the error in which the value could not be entered into the Calendar component after closing the alert window and attempting to input a value, while the Calendar component was focused (this error occurred while running NRE on the Windows operating system). |
ChildFrame
RP | Description |
---|---|
101772 | Fixed the error in which some HTML tags' IDs were treated as "undefined" when the resizable property value of the ChildFrame object was set to true. |
101669 | Fixed the error where, when a ChildFrame object was dynamically created without using the init method, and its autosize property was set to false with the openalign property specified, the openalign setting was not applied. |
Combo
RP | Description |
---|---|
102276 | Fixed the error where, after changing the text property value of a Combo component to an empty string (""), setting the index property to 0 via script did not apply correctly. |
102118 | Fixed the error where the Combo component was not displayed properly when its combolist was repeatedly opened and closed. (Occurred when running NRE on Windows OS.) |
99856 | Fixed the error in which the changed sort order was not applied to the Combo component when the keystring property value of the Dataset object set as the innerdataset property value was used to change the sorting method. |
99720 | Fixed the error where, after executing the alert method, opening the combolist of a Combo component caused the scroll position to be displayed at the top regardless of the currently selected item. (Occurred when running on WRE.) |
Dataset
RP | Description |
---|---|
101815 | Fixed the error where a script error occurred when the deleteRow method was executed within the oncolumnchanged event handler function of a Dataset object. |
101763 | Fixed the error where, after setting a column value to a number using the setConstColumn method of a Dataset object, a script error occurred when executing the transaction method with that Dataset set as the strInDatasets parameter. |
101730 | Fixed the error in which the canrowposchange event was triggered when closing a window opened by the system.showModalWindow or system.showModalSync method, after executing them within the canrowposchange event handler function of a Dataset object bound to the Grid component with the selecttype property set to "multirow", "area", or "multiarea" (this error occurred while running NRE on the Windows operating system). |
Div
RP | Description |
---|---|
102173 | Fixed the error where, when a Div component was placed inside another Div component, the scrollbar was not displayed correctly when the position of the inner Div was changed. (Occurred in versions after 24.0.0.400.) |
102116 | Fixed the error where, when the fittocontents property of a Div component was set to "height", and a Form object with a Layout object whose type was "horizontal" or "vertical" was loaded via the url property, the height of the Div was processed as 0. |
101874 | Fixed the error where, when a Form object was loaded into a Div using the url property, executing the go method caused the onload event to trigger twice in the target Form. (Occurred when running on WRE.) |
Edit
RP | Description |
---|---|
102247 | Fixed the error where the caret was not displayed when the editable area of the Edit component was touched. (Occurred when running WRE on Windows OS, specifically on Microsoft Surface devices using the Chrome browser.) |
102008 | Fixed the error where, after modifying a Dataset value using setColumn in the onvaluechanged handler with a different value from what was entered in the Edit component, the inputted value reappeared in the Edit component once focus was lost. |
101790 101789 | Fixed the error in which the bottom of the text displayed in the Edit component was cut off when using the Noto Sans font (this error occurred while running NRE on the Windows operating system). |
101784 | Fixed the error in which the caret was not displayed when clicking the left mouse button, while the password property value of the Edit component was set to true, the displaynulltext property value was set, and the value property was data-bound. |
101779 | Fixed the error where, when the inputtype of an Edit component was set to "number", executing the setFocus method did not trigger the numeric keypad. (Occurred when running WRE on iOS OS.) |
101767 | Fixed the error where executing the setFocus method on another Edit component inside the oneditclick event handler caused the displaynulltext value of the original Edit to not appear. |
101729 | Fixed the error where, if the value bound to the Edit component was undefined, and after entering a value and confirming with the Enter key, then clearing the value and confirming again, the row type of the Dataset was incorrectly set to Dataset.ROWTYPE_NORMAL (1). |
101378 | Fixed the error where, when the enable property of an Edit component was set to false via script, the color property was not applied. (Occurred when running on WRE.) |
101204 | Fixed the error where the application crashed when special characters were repeatedly entered in the Edit component. (Occurred on NRE in Windows OS, using Japanese IME with Hiragana input.) |
99473 | Fixed the error where, in an Edit component with inputtype set to "number" and inputfilter set to "dot,comma,space,sign,symbol", entering a number followed by "…" caused the previously entered number to be deleted. (Occurred on iOS when Smart Punctuation was enabled.) |
98282 | Fixed the error where, after executing the setFocus method on an Edit component and then setting the readonly property to true, the maxlength property was still applied. |
Form
RP | Description |
---|---|
102038 | Fixed the error where, depending on the Form layout—whether the stepcount property was present or not— component positions were incorrectly displayed when the screen size was changed and then restored. |
Grid
RP | Description |
---|---|
102562 | Fixed the error where a script error occurred when clicking a cell, if the Grid component's autoselect property was set to false and the cell’s edittype was set to "mask". (Occurred in versions after 24.0.0.600.) |
102445 | Fixed the error where a script error occurred when the setRealRowSize method of the Grid component was executed within the callback function after calling the transaction method. |
102444 | Fixed the error where, if the displaytype of a Grid cell was set to "treeitemcontrol" and treestartlevel was 0, some tree lines were not displayed when the treelevel value in the transaction response data started from a number greater than "1". |
102372 | Fixed the error where a script error occurred when the expandshow property of a Grid cell was set to undefined. (Occurred in versions after 24.0.0.600.) |
102367 | Fixed the error where, when the autoenter property was set to "select" and the head band cell’s edittype was "combo", the onheadvaluechanged event was triggered when another cell was clicked while the combolist was active. (Occurred in versions after 24.0.0.500.) |
102362 | Fixed the error where, when the autoenter property of the Grid component was set to "select" and the head band cell’s edittype was "combo", the combolist was not activated upon selecting the cell. (Occurred in versions after 24.0.0.500.) |
102356 | Fixed the error where, when the displaytype was set to "number" and the edittype was "mask", an empty string ("") was displayed as 0. (Occurred in versions after 24.0.0.500.) |
102287 | Fixed the error where, when the left band was set in a Grid component, the horizontal scroll position was not reset after retrieving data. |
102255 | Fixed the error where, when the size of the Grid component was set in percentage ("%") units, clicking the last row after scrolling to it changed the scroll position. |
102135 | Fixed the error where, when the selecttype property of the Grid component was set to "multirow", and the transaction method was executed inside the canrowposchange handler of the bound Dataset, multiple rows were selected when clicking a row while scrolling. (Occurred when running NRE on Windows OS.) |
102134 | Fixed the error where, when scrolling the Grid component using the mouse wheel triggered the canrowposchange event of the bound Dataset, executing the callScript method of a WebView component inside the handler caused the scroll position to jump upward depending on the loading speed of the web page. |
101983 | Fixed the error where, when the fillareatype of the Grid component was set to "allrow", loading and resizing performance of the Form object was degraded. |
101759 | Fixed the error where, when executing the getCellText method with nRow set to -1, different values were returned depending on the selecttype setting. |
101632 | Fixed the error where, when the autoenter property was set to "select", executing the moveToNextCell method inside the oncolumnchanged event handler caused the previous cell’s edit mode to remain active even after focus moved to the next cell. |
100554 | Fixed the error where, when autofittype was set to "col" and autosizingtype to "row", incorrect head band height was displayed under certain conditions if the Grid’s size changed during or after loading. |
ListBox
RP | Description |
---|---|
101777 | Fixed the error where, when executing the deleteMultiRows method on the Dataset bound to a ListBox component, items that were not deleted were not displayed properly. |
ListView
RP | Description |
---|---|
102538 | Fixed the error where, after scrolling in a ListView component, selecting a cell caused a different cell to be selected. |
MaskEdit
RP | Description |
---|---|
101787 | Fixed the error where, when selecting text in the MaskEdit component by dragging from the padding area, the caret position was handled incorrectly, causing the entered value to differ from what was typed. (Occurred when running NRE on Windows OS.) |
101783 | Fixed the error in which the value could not be entered into the MaskEdit component after executing the alert method, closing the alert window, and then attempting to input a value into the MaskEdit component (this error occurred while running NRE on the Windows operating system). |
101782 | Fixed the error in which the first entered value was displayed on the right side when the Insert key was in Overtype mode, and after selecting the text input area of the MaskEdit component as a block (this error occurred while running NRE on the Windows operating system). |
101780 | Fixed the error in which the first entered value was displayed on the right side when the Insert key was in Overtype mode, and after selecting the text input area of the MaskEdit component as a block (this error occurred while running NRE on the Windows operating system). |
101378 | Fixed the error where, when the enable property of a MaskEdit component was set to false via script, the color property was not applied. (Occurred when running on WRE.) |
99473 | Fixed the error where, in a MaskEdit component with inputtype set to "number" and inputfilter set to "dot,comma,space,sign,symbol", entering "…" after a number caused the previously entered number to be deleted. (Occurred on iOS with Smart Punctuation enabled.) |
MultiCombo
RP | Description |
---|---|
102194 | Fixed the error where, when the displaynulltext property was set in a MultiCombo component, selecting an item in the multicombolist displayed the displaynulltext value instead of the selected item. (Occurred when running WRE on iOS OS.) |
Panel
RP | Description |
---|---|
102549 101826 | Fixed the error where a script error occurred or components were displayed in incorrect positions when the items property of a Panel component was set via script. |
102196 | Fixed the error where, if a Panel component was located outside the visible scroll area, pressing the Tab key to move focus to a component within the Panel did not cause the scroll position to change. |
Radio
RP | Description |
---|---|
102230 | Fixed the error where, when the enable property and the value property (bound to a Dataset) were changed consecutively in a Radio component, the selected item was not displayed. (Occurred when running NRE on Windows OS.) |
Sketch
RP | Description |
---|---|
102267 | Fixed the error where, when the editmode property of a Sketch component was set to "text", text did not appear after entering it and clicking another area of the Sketch component with the mouse. |
Tab
RP | Description |
---|---|
101768 | Fixed the error where, when the nextbutton control of a Tab component was enabled, clicking a tabbuttonitem from the nextbutton list and then changing the Tab's height in the onchanged event handler caused the clicked tabbuttonitem’s position to shift. |
101765 | Fixed the error where, when using the insertTabpage method of a Tab component, the newly added tabbuttonitem was not displayed depending on the width property value. |
WebBrowser
RP | Description |
---|---|
102221 | Fixed the error where, after executing the script window.open('about:blank', '_self').close() within WebBrowser content, changing the url property caused the content to fail to load. (Occurred when running NRE on Windows OS.) |
102154 | Fixed the error where a script error occurred when executing NexacroAXCtrl.run() inside content loaded in the WebBrowser component using Nexacro Platform version 14. (Occurred when running NRE on Windows OS.) |
101778 | Fixed the error where, when two or more WebBrowser components were present on screen, and the mouse cursor exited a WebBrowser area during wheel scrolling in its content region, the wheel scroll action failed. (Occurred when running on WRE.) |
WebView
RP | Description |
---|---|
101335 | Fixed the error where, when executing the callScript method of a WebView component, returned values containing double quotes (") were incorrectly escaped with backslashes (). (Occurred when running on WRE.) |
XAgent
RP | Description |
---|---|
101341 | Fixed the error where a script error occurred after executing a method of an XAgent object when the received JSON data exceeded 4096 bytes. (Occurred when running NRE on Windows OS.) |
Others (component with text editing area)
RP | Description |
---|---|
101864 | Fixed the error where, after touch interaction with a component that has a text editing area, the editable area was covered when the keypad appeared. (Occurred when running on iOS/iPadOS with VoiceOver enabled.) |
Others (Components / Objects)
RP | Description |
---|---|
102677 | Fixed the error where, after opening the multicombolist of a MultiCombo component inside a Form object with the Layout’s stepcount set, tapping an empty area caused the stepindex or horizontal scroll position to be misapplied. (Occurred in versions after 24.0.0.400.) |
102516 | Fixed the error where the system.execBrowser method did not work when a parameter value was set in URL schema format. (Occurred in iOS/iPadOS version 18.4 or higher.) |
102257 | Fixed the error where strings encoded using functions like encodeURIComponent in script were encoded again during communication method execution. The methods fixed are as follows.
|
102070 | Fixed the error where, when the objComponent parameter of system.print was set to a Form, the scroll position of Div or Grid components inside the Form was not reflected in the printed output. (Occurred when running on WRE.) |
102000 | Fixed the error where the window position changed every time the showModal method was executed after changing the screen zoom level. (Occurred when running NRE on Windows OS.) |
101902 | Fixed the error where the app crashed abnormally when setting a string value using String.fromCharCode(0). (Occurred when running NRE on Windows OS.) |
101786 | Fixed the error where a modal window opened using system.showModalWindow could not be restored to its original size after being maximized. (Occurred when running NRE on Windows OS.) |
101773 | Fixed the error where, after changing screen zoom using the mouse wheel and launching a Form with showModal, executing the setFocus method for an Edit component in the Form’s onload handler did not work. (Occurred when running NRE on Windows OS.) |
101770 | Fixed the error where, when Screen.userzoom was set to true, pulling down the screen in the Safari browser on iOS/iPadOS triggered a refresh. (Occurred when running on Safari in iOS/iPadOS.) |
101764 | Fixed the error where, when a Form containing WebBrowser and Edit components was loaded into a Div via the url property, pressing a key while editing the Edit value triggered the cancolumnchange event of the bound Dataset on every key input. (Occurred in versions after 24.0.0.501.) |
101409 | Fixed the error where popup window size changed when executing the open method with browser zoom enabled. (Occurred when running on WRE.) |
Others (transaction)
RP | Description |
---|---|
102384 | Fixed the error where the application crashed abnormally when two or more transaction methods were executed consecutively. (Occurred when running NRE on Windows OS.) |
101990 | Fixed the error where communication failed when unsafe special characters were used in the strURL parameter of the transaction method. |
101766 | Fixed the error where, when executing the transaction method with nDataType set to "3" and the strArgument parameter containing a backslash (\), a script error occurred during data reception. |
98459 | Fixed the error where, when the bAsync parameter of the transaction method was set to false, values set using nexacro.setHTTPHeaderVariable were accumulated with the default values. |
Accessibility
RP | Description |
---|---|
102598 | Fixed the error where, after moving focus to a Combo component, the combolist did not open on double-tap. (Occurred when running WRE on Android OS.) |
102453 | Fixed the error where, when enableaccessibility was set to true in the Environment object and the Layout type of a Div was set to "horizontal", internal components were misaligned at runtime. (Occurred when running WRE on Android and iOS/iPadOS.) |
101976 | Fixed the error where, after moving focus to an Edit component using setFocus, touching the text editing area did not raise the keypad. (Occurred on Android OS.) |
101950 | Fixed the error where the value of a Combo component was not read when the component received focus. (Occurred when running WRE on Android OS.) |
101947 | Fixed the error where, after data was changed by executing copyData on the bound Dataset, focus could not move to a Grid cell whose displaytype was "buttoncontrol". (Occurred when running WRE on iOS/iPadOS.) |
101942 | Fixed the error where, when the text property of a Static component was bound to a Dataset, focus moved to the text area instead of the Static component itself. (Occurred when running WRE on iOS/iPadOS.) |
101941 | Fixed the error where, when the accessibilityrole property of a Button was set to "heading" via script, the focused status was not applied on focus change. |
101928 | Fixed the error where component information was read aloud even when no focus was present on components created by script. |
101865 | Fixed the error where, if a Grid contained a Cell with displaytype set to "buttoncontrol", the Grid would not scroll when sliding the screen. (Occurred when running WRE on iOS/iPadOS.) |
101862 | Fixed the error where component information was not read aloud when focus moved to a Static component. (Occurred on iOS/iPadOS.) |
101860 | Fixed the error where the text value of a CheckBox component was read twice when the component received focus. (Occurred on iOS/iPadOS.) |
101847 | Fixed the error where the focused style status remained visible after focus moved away from a Grid component. |
101835 | Fixed the error where activation guidance voice was spoken when focus moved to a Static component. (Occurred when running WRE on Android OS.) |
101791 | Fixed the error where the accessibilitylabel of an Edit component was read twice when set via script. |
101751 | Fixed the error where Grid cells with displaytype set to "buttoncontrol" and no text value were skipped when moving focus. (Occurred when running WRE on iOS/iPadOS.) |
101720 | Fixed the error where focus did not trigger scroll movement when moving to an area requiring horizontal scroll in a Grid component. (Occurred on Android and iOS/iPadOS.) |
101718 | Fixed the error where incorrect component information was read aloud when the accessibilitydescription property of a Button was set. |
101715 | Fixed the error where, when the autoenter property was set to "select", it required multiple attempts to move focus to a cell with displaytype set to "buttoncontrol". (Occurred on Android OS.) |
101556 | Fixed the error where the displaynulltext did not disappear when entering a value in components with a text editing area. (Occurred on Android OS.) |
101453 | Fixed the error where dynamically created ImageViewer components did not read their accessibilitylabel when accessed using the Tab key. |
101311 | Fixed the error where the focused status was not applied when moving focus to a Tab component using arrow keys. |
Sense Reader Use Environment Error
Among accessibility-related issues, a large number of cases were reported when using a screen reader with virtual cursor enabled in the Google Chrome browser. These have been categorized and listed separately.
In cases where the sense reader usage environment is different, the execution environment is listed separately.
RP | Description |
---|---|
102418 | Fixed the error where, when the enable property of a Combo component was set to false, the combolist opened upon pressing Enter after focus moved to the component. |
102143 | Fixed the error where, when the autoenter property was not set to "select", a script error occurred when navigating to a head band cell using arrow keys. |
101938 | Fixed the error where the Combo component failed to read property values after focus moved away and then returned following item selection from the combolist. |
101851 | Fixed the error where the entire content was not selected when focus moved to a Calendar component with autoselect set to true. |
101850 | Fixed the error where the accessibilitylabel was not read after opening the datepicker of a Calendar component and changing the date. |
101849 | Fixed the error where the accessibilitylabel value was not read when focus moved to a Calendar component bound to a Dataset via its value property. |
101848 | Fixed the error where Grid band areas did not read "empty row" when navigating with arrow keys. |
101830 | Fixed the error where all tags were read aloud when the usedecorate property of a Static component was set to true. |
101829 | Fixed the error where the voice message "not selected" was spoken when moving focus to a Static component with no accessibilityrole set. |
101827 | Fixed the error where a Radio component with index = -1 was incorrectly read as "edit field" when accessed via the Tab key. |
101810 | Fixed the error where component information was not read when focus moved to a Combo component with type set to "dropdown". |
101750 | Fixed the error where, when the accessibilityrole of a Button was set to "heading", the onclick event did not trigger after focus moved and Enter was pressed. |
101723 | Fixed the error where cells with displaytype set to "checkboxcontrol" were read as "undefined". |
101705 | Fixed the error where, when the Grid Body contained two or more rows, the selected status appeared on incorrect cells when navigating with Up/Down arrows. |
101696 | Fixed the error where, when the index of a Radio component was 1, and selection moved to index 0, pressing Space did not confirm the selection. |
101690 | Fixed the error where screen reader table mode shortcuts did not work on Grid cells with displaytype set to "checkboxcontrol". |
101288 | Fixed the error where, when pressing the Tab key during Hangul input in a component inside a Form loaded in a Tabpage, focus skipped two components instead of moving to the next one. |
101277 | Fixed the error where the accessibilitylabel value was not read when focus moved to a Grid cell with displaytype set to "checkboxcontrol". |
Fluid Layout
RP | Description |
---|---|
102177 | Fixed the error where setting the fittocontents property of a component in a Fluid Layout environment caused performance degradation during loading. |
102113 | Fixed the error where, when the visible property of a component inside a Div or Panel was changed from false to true, the component was displayed in the wrong position. (Occurred when running on WRE.) |
102103 | Fixed the error where, in a Fluid Layout environment, helpertext, postfixtext, and prefixtext values set on TextField, MultilineTextField, or DateField components were not displayed. (Occurred when running on WRE, in versions after 24.0.0.500.) |
102031 | Fixed the error where, when Div components were nested, and inner components used percentage coordinates with fittocontents set, the height was miscalculated. |
Nexacro Studio
RP | Description |
---|---|
102714 | Fixed the error where clicking on the Invisible Object or Binding Components List panel caused selected components to remain highlighted in the Outlineview panel. |
102713 | Fixed the error where, even after changing the type of a Layout object in a Form, the Outlineview panel continued to display it as "default". |
102696 | Fixed the error where, after adding a selector in the Advanced tab of the XCSS Editor, deleting it in the Text tab and returning to the Advanced tab caused the application to crash. |
102683 | Fixed the error where, after closing and reopening the Outlineview panel with a component selected, the selected state was not retained in the panel. |
102668 | Fixed the error where importing an xpackage file containing extlib caused the application to crash. |
102577 | Fixed the error where, when pasting a container component with type set to a value other than "default", the Outlineview displayed it as "default". |
102251 102250 102243 | Fixed the error where properties that were only renamed or had updated values were not properly converted during the migration process. The corrected items are as follows.
|
102224 | Fixed the error where, when two selectors were written without a comma in the Advanced tab of the XCSS editor and saved, the first selector’s status appeared to be missing in the Text tab. Example: Code as shown below. However, using multiple selectors without comma separators results in invalid code.
|
102169 | Fixed the error where, when duplicate selectors were declared in XCSS, the Warning messages shown in the Error List were incorrect. |
102132 | Fixed the error where, in the Source tab of a Dataset object, whitespace between XML tags was removed when executing Generate. |
102124 | Fixed the error where, when moving a component placed in a Panel in the design editor, the component moved to the front instead of the intended position. (Occurred in versions after 24.0.0.600.) |
102114 | Fixed the error where, after setting the type property of a Layout object in InitValue and setting initvalueid in the Div’s Layout, the edit mode appropriate for that type was not shown. |
102010 | Fixed the error where migration failed for Nexacro Platform 14 projects when the default_typedef.xml file contained Update tags and sub-information. |
101986 | Fixed the error where, when setting statusbarheight or titlebarheight for MainFrame, the values were not saved and appeared as <empty value> in the property window. |
101869 | Fixed the error where, when copying a component by Ctrl + Drag in the design window, its binding information was lost. |
101771 | Fixed the error where a script error occurred when opening the design editor with a Grid component bound to a Dataset and selecttype set to "cell". (Occurred in certain environments depending on rendering speed.) |
101633 | Fixed the error where newly created themes used a font that did not match the language selected during Nexacro Studio installation. |
101628 | Fixed the error where, when a component ID used in position-related properties contained unit characters like "px", "%", "em", or "rem", changing the property caused unintended unit conversions. |
101397 | Fixed the error where pasting a component copied from an older version of Nexacro Studio into the design screen caused a crash. |
101267 | Fixed the error where, in Fluid Layout, shrinking the width of a component via Shift+arrow keys also changed its height when the component was rendered smaller than its actual size. |
101262 | Fixed the error where, in a Fluid Layout environment, changing the position unit from "px" to "%" caused incorrect size calculations. |
101200 | Fixed the error where migration failed when there were XML comments before the FDL tag in the XFDL code of the target project. |
101159 | Fixed the error where, after deleting all layouts except the default while one of the additional layouts was selected, the Invisible Object panel did not activate. |
100749 | Fixed the error where, in the design editor, when the type of a Div layout was set to "horizontal", Button components inside a Form linked via the url property were not displayed. |
100252 | Fixed the error where migration failed if the code contained application.getPrivateProfile in the middle of a line. |
100249 | Fixed the error where migration failed if a script line ended with a closing brace followed by a prefix operator. |
100248 | Fixed the error where migration failed when the JavaScript reserved word in was added as a user-defined function. |
100247 | Fixed the error where migration failed if the target project’s script contained a prefix operator within an if-statement that lacked braces. |
Others
RP | Description |
---|---|
102575 | Fixed the error where, after repeatedly rotating the device screen between portrait and landscape, a right-hand margin appeared in landscape mode. (Occurred when running on Samsung browser with the following setting enabled: Internet Settings → Webpage View and Scroll Style → Pinch to Zoom = on) |
102363 | Fixed the error where a VCRUNTIME140_1.dll error occurred when nexacro.exe was executed while LauncherService was running. (Occurred on 64-bit NRE for Windows OS.) |
102223 | Fixed the error where the app screen was displayed at an incorrect size during loading. (Occurred on WRE for Android OS when app display ratio was set to 16:9 in system settings, particularly on Samsung Galaxy Fold series.) |
102125 | Fixed the error where the screen failed to display when loading a Nexacro application in the Android WebView component. (Occurred on Android OS in versions after 24.0.0.600.) |
101992 | Fixed the error where, when the Shortcut Type option was set to "Desktop" during Windows app build, the shortcut was created in the administrator's folder instead of the current user's folder. (Occurred when running NRE on Windows OS.) |
101915 | Fixed the error where fonts were not loaded properly if font-style or font-weight was omitted in the userfont setting. (Occurred when running NRE.) |
101739 | Fixed the error where data was incorrectly transformed or lost when using ProtocolAdaptor during communication. |
Help Edited and Added
RP | Description |
---|---|
102544 | Removed the description related to HTTP version limitations from the communication section in the Help. |
102449 | Corrected the incorrectly labeled property name in the Remark section of the userawdatevalue property for the ExcelImportObject object in the Help. |
102096 | Removed the unused breakpad entry from the OpenSource License page in the Help. |
102050 | Corrected a typo in the example code for the addItem and deleteItem methods of the Tray object in the Help. |
101657 | Added an explanation of unsupported edittype values for the Head band area in the description of the GridCellControl object’s edittype property. |