Release Note - November 2024 (24.0.0.500)

Version Information

Product Version

24.0.0.500

File Version

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

Updates after the release

24.0.0.501

RP

Description

101380

The error in which the unsupported target "trailingyear" was added to the userstatus of the DatePickerControl .body.yearitem object during XCSS editing in Nexacro Studio has been fixed.

Related RP 101234, 101223, 100743

New Features

  1. The related feature has been added to the Environment to enable the use of the virtual keyboard on specific devices running Windows NRE.(RP 101247, 101237, 101222)

Description

  • Environment

    • usesoftkeyboard

      • The feature has been added to apply the usesoftkeyboard property to components in bulk.

    • enabletouchsoftkeyboard

      • The feature to display the keypad regardless of the physical keyboard has been added.

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

    • Environment > Property > usesoftkeyboard

    • Environment > Property > enabletouchsoftkeyboard

  1. The feature has been added to make the equal operator work when adding properties in ModuleDeveloper.(RP 100944)

  2. The feature has been added to activate the Head editor at the desired point in the Grid Head. (RP 101104, 100409)

Description

  • showHeadEditor

    • The feature has been added to allow the user to activate the Head editor at the desired point.

    • The feature has been added to activate the editor when clicking the headcell, with the autoenter property set to "select."

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

    • Components > Component > Grid > Method > showHeadEditor

Changed Features

  1. The action of moving when selecting the first and last year has been removed. (RP 101234, 101223, 100743)

Description

  • Theme value removed.

    • .DatePickerControl .body.yearitem[userstatus=trailingyear]

    • .DatePickerControl .body .yearitem[status=mouseover][userstatus=trailingyear]

  • The state values of the first and last year in the design have been changed.

    • trailing status -> regular item

  • The CHM image and description have been modified.

  1. The User Data path of the WebView component in the Windows NRE environment has been changed to be used differently for each project (key). (RP 101097)

Description

Before Change

  • AppData\Roaming\Microsoft\nexacro.WebView\User Data

After Change

  • AppData\LocalLow\TOBESOFT\Nexacro N\24\WebView\{key-name}

  1. The saveBIN and loadBIN functions are now supported in the WRE environment. (RP 101025)

Description

Before Change

  • Not supported

After Change

  • Supported

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

    • Data Objects > Dataset > Method > loadBIN

    • Data Objects > Dataset > Method > saveBIN

  1. The representation method of BigDecimal has been changed. (RP 101245, 100739)

Description

Before Change

  • 24-digit representation method

    • Maximum 24 digits for the integer part

    • Maximum 15 digits for the fractional part

    • A total of 24 digits for both the integer and fractional parts combined.

After Change

  • 31 digit representation

    • Maximum 24 digits for the integer part

    • Maximum 15 digits for the fractional part

    • A total of 31 digits for both the integer and fractional parts combined.

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

    • Script > Nexacro Objects > Decimal

  1. [Accessibility] The functionality has been changed to include the Grid nodatatext part in the accessibility target based on the property value. (RP 99777)

Description

Before Change

  • When the focus is on the Grid Body Band, the nodatatext property value is included in the accessibility output target.

After Change

  • When accessibilityenable is true.

    • When the focus is on the Grid Body Band, the nodatatext property value is included in the accessibility output target.

  • When accessibilityenable is false.

    • When the focus is on the Grid component, the nodatatext property value is included in the accessibility output target.

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

    • Components > Component > Grid > Property > nodatatext

  1. The functionality has been changed to make it easier to change the component order when using the fluidlayout feature in Studio. (RP 100781)

Description

  • Layout order Editor

    • The feature has been added to display the Contextmenu upon right-clicking on the Div component, allowing it to be edited through a separate window.

    • The icon functionality in the Layout Order Editor for hiding panels has been changed to a function that shows panel items.

  • Panel order Editor

    • The functionality has been modified so that the Contextmenu is displayed only when a Panel component is selected and right-clicked.

  • Tracker

    • The functionality has been modified to make the tracker more visible when moving components within Horizontal or Vertical Div and Panel components using the mouse.

Debugging

Basic Components / Objects

Calendar

RP

Description

100855

The error in which the prevbutton and nextbutton sizes of the datepicker control in the Calendar component were displayed incorrectly has been fixed (this error occurred in versions after 24.0.0.400).

100652

The error in which the month was displayed incorrectly when the dateformat property value of the Calendar component was set to "MMM" has been fixed.

100460

The error in which the caret moved to the wrong position (the rightmost end of the text) and caused incorrect input when the Input Mode of the Japanese IME in the Calendar component was set to "Hiragana," and after entering a date with the numeric keypad and pressing the left arrow key to move the caret to the beginning of the text, has been fixed (this error occurred while running WRE).

100232

The error in which the datepicker control of the Calendar component was displayed at the wrong position has been fixed (this error occurred while running WRE on the iPadOS operating system. This error occurred when the "Request Desktop Website" feature was selected in the Safari browser and the screen was zoomed in).

ChildFrame

RP

Description

100373

The error in which the ChildFrame object moved when dragging the Form area with the dragmovetype property value of the ChildFrame object set to "normal" and the titlebar control displayed has been fixed.

CheckBoxSet

RP

Description

100863

100854

100866

The error in which a script error occurred when the data of the bound Dataset object was updated after executing the transaction method, while the value property of the CheckBoxSet component was bound, has been fixed.

DateField

RP

Description

100771

The error in which the label control or the entered text property value was displayed when the visible property value of the DateField component was set to false has been fixed (this error occurred in versions after 24.0.0.400).

100322

The error in which the month was displayed as selected when clicking the DateField component with the enable property value set to false has been fixed (this error occurred while running NRE on the Windows operating system).

100321

The error in which the styles set via XCSS were not applied when the readonly property value of the DateField component was set to true has been fixed.

DateRangePicker

RP

Description

101006

The error in which the splitline control was not displayed during the loading of the DateRangePicker has been fixed (this error occurred in versions after 24.0.0.400).

Div

RP

Description

101038

The error in which the size of components with the bottom property value set to 0px in a Form object loaded via the Div component or its url property was incorrectly handled during screen maximization has been fixed.

101021

The error in which scrolling did not work with touch gestures when the formscrollbartype property value of a Div component placed within another Div component was set to "none" has been fixed (this error occurred while running WRE on the iOS operating system).

100984

The error in which the scrollbar area was treated like padding after changing the height property value of the Div component and executing the resetScroll method of the Form object has been fixed (this error occurred while running NRE).

100678

The error in which a script error occurred when changing the url property value of the Div component within the onitemclick event handler function of a ListBox component in a loaded Form has been fixed.

100470

The error in which the fittocontents property value was not applied when the flexwrap property value of the Div component was set to "wrap" has been fixed.

100405

The error in which the screen scroll did not work when the formscrollbartype property value of the Div component was set to "none none" and the formscrolltype property value was set to "both" has been fixed (this error occurred while running WRE on the Android and iOS operating systems).

Edit

RP

Description

101208

The error in which the application terminated abnormally when entering the "/" character using the Japanese IME in the Edit component has been fixed (this error occurred while running NRE on the Windows operating system. This error occurred when the font property value was set to “Gulim”).

100764

The error in which the caret was not displayed when the focus moved to another Edit component after executing the setFocus method within the onkeydown or canchange event handler functions of the Edit component has been fixed.

100563

The error in which a space character was entered into the Edit component of the parent screen when pressing the spacebar in a popup window opened using the showModalSync method of the System object, while executing an event function to close the popup, has been fixed.

ExcelExportObject

RP

Description

100777

The error in which the locale set in the browser was not applied when executing the exportData method of the ExcelExportObject object, if the locale property value of the Grid component was not set, has been fixed.

(This error occurred when the "_country" code was missing in the "language[_country]" locale format, depending on the user's browser environment. If the "_country" code is missing, an appropriate value will be set to handle the issue).

FileDownload, FileDownTransfer

RP

Description

101147

The error in which the download did not occur when executing the download method of the FileDownload or FileDownTransfer component has been fixed (this error occurred while running NRE on iOS/iPadOS operating system version 18 and above).

101044

The error in which the previous data remained after executing the clearPostDataList and setPostData methods following the download method execution in the FileDownTransfer component has been fixed (this error occurred while running WRE).

FileUpload, FileUpTransfer

RP

Description

100871

The error in which a script error occurred when uploading a file selected in the FileDialog object using the upload method of the FileUpTransfer object has been fixed (this error occurred while running NRE on the Android operating system. This error occurred when a file, instead of an image, was selected).

100304

The error in which part of the button UI was cut off when setting the border-radius and -nexa-border styles for the fileuploaditembutton control within the fileuploaditem control of the FileUpload component has been fixed.

99539

The error in which the onsuccess event did not occur after executing the upload method with the url property value of the FileUpload component set to a relative path has been fixed (this error occurred while running WRE).

Graphics

RP

Description

100529

The error in which objects added within the Graphics component were not displayed when the size of the Graphics component was changed has been fixed.

100517

The error in which the image property value of the GraphicsImage object was not applied when set in the script has been fixed.

Grid

RP

Description

101121

The error in which the decimal point was displayed differently from the locale setting when handling null values with the maskeditformat property value set to a decimal mask in the Grid component's Cell object has been fixed (this error occurred when the locale property value was set to "sk_SK").

101095

The error in which the Cell area intermittently disappeared and appeared as if flickering when moving the mouse pointer over the Grid component area has been fixed (this error occurred while running NRE on the Windows operating system).

101079

The error in which the event did not occur when clicking a cell with the autosizingtype and extendsizetype property values set to "row" in the Grid component has been fixed (this error occurred in versions after 24.0.0.200).

100611

100608

The error in which the wheelscrollrow property value was ignored during scrolling with the mouse wheel when the scrollpixel property value of the Grid component was set to "all" has been fixed.

100538

The error in which flickering occurred when selecting a Cell with the displaytype property value set to "textareacontrol" and the edittype property value set to "readonly" in the Grid component's Cell object has been fixed.

100513

The error in which the oncellclick event did not occur when clicking on a different Cell area after triggering the oncellclick event by touching the Cell area and then scrolling with the mouse or trackpad has been fixed (this error occurred while running WRE on the Windows operating system. This error occurred while using a Microsoft Surface device).

100502

The error in which data was not displayed in the Grid component after executing the transaction method has been fixed (this error occurred while running WRE. This error occurred when the received data was voluminous and only a portion of the received data was displayed in the Grid.

100067

The error in which setting the nSize parameter value to 0 in the setRealColSize method did not apply when the autofittype property value of the Grid component was set to "col" has been fixed (this error occurred while running NRE on the Windows operating system).

ListBox

RP

Description

100405

The error in which the screen scroll did not work when the scrollbartype property value of the ListBox component was set to "none none" and the scrolltype property value was set to "both" has been fixed (this error occurred while running WRE on the Android and iOS operating systems).

ListView

RP

Description

100834

The error where the expandbar icon in the body control of the ListView component did not display the current status when the bandexpandtype property value was set to "accordion" has been fixed.

100538

The error in which flickering occurred when selecting a Cell with the displaytype property value set to "textareacontrol" and the edittype property value set to "readonly" in the ListView component's Cell object has been fixed.

MaskEdit

RP

Description

100567

The error in which the caret moved forward and deleted input values when backspace was pressed, after moving the caret to the last position of the input value when the textAlign property value of the MaskEdit component was set to "right" and the value property was longer than the width of the component, has been fixed (this error occurred while running NRE on the Windows operating system in versions after 24.0.0.400).

MultiCombo

RP

Description

101125

The error in which the multicombolist window did not display when pressing Alt + Down Arrow key after entering text in the multicomboedit control, closing the multicombolist window with the Enter key, when the type property value of the MultiCombo component was set to "search," has been fixed.

101041

The error in which the item with the readonlycolumn value set to true was selected after dragging and dropping an item with the readonlycolumn value set to false in the multicombolist of the MultiCombo component has been fixed.

101039

The error in which a script error occurred when using the arrow keys to move an item in a filtered list containing items with the readonlycolumn value set to true, while the type property value of the MultiCombo component was set to a value other than "dropdown," has been fixed.

MultiLineTextField

RP

Description

100974

The error in which the background property value was not applied when the readonly property value of the MultiLineTextField component was set to true has been fixed.

100771

The error in which the label control or the entered text property value was displayed when the visible property value of the MultiLineTextField component was set to false has been fixed (this error occurred in versions after 24.0.0.400).

Panel

RP

Description

101118

The error in which the onclick event of the Panel component did not function has been fixed.

The error in which the unsupported onmousewheel event was exposed in the Panel component has been fixed.

101085

101084

The error in which components added as items to the Panel component were displayed in the wrong order based on the creation sequence and item order has been fixed (this error occurred while running WRE).

100470

The error in which the fittocontents property value was not applied when the flexwrap property value of the Panel component was set to "wrap" has been fixed.

PopupDateRangePicker

RP

Description

101131

The error in which the default value of the useclosebutton property was not applied in the PopupDateRangePicker component has been fixed.

Static

RP

Description

100098

The error in which clicking on text set as a link moved to that link when the enable property value of the Static component was set to false and the usedecorate property value was set to true has been fixed (this error occurred while running WRE).

Tab

RP

Description

100722

The error in which the image applied to the selected state did not display when setting the background and selected state styles as images for the tabbuttonitem in the Tab component has been fixed (this error occurred while running NRE on the Windows operating system).

TextArea

RP

Description

100531

The error in which the wordWrap property value of the TextArea component set to "none" was not applied and the -nexa-word-wrap property value set in the theme was applied instead has been fixed (this error occurred while running NRE on the Windows operating system).

100392

100340

The error in which the length was incorrectly calculated when pasting text with line breaks, while the maxlength property value of the TextArea component was set, has been fixed (this error occurred while running NRE on the Windows operating system).

TextField

RP

Description

101071

100949

The error where non-numeric values remained in the value property of the TextField component when the inputtype property was set to "number" and non-numeric values were entered, causing canchange and onchanged events, has been fixed (this error occurred while running NRE).

100974

The error in which the background property value was not applied when the readonly property value of the TextField component was set to true has been fixed.

100918

The error in which changes to the value property of the TextField component were not reflected when modified within the onchanged event handler function of the TextField component has been fixed.

100771

The error in which the label control or the entered text property value was displayed when the visible property value of the TextField component was set to false has been fixed (this error occurred in versions after 24.0.0.400).

100545

The error in which the caret moved to the end when returning to the TextField component via Shift+Tab after moving to the next component with the Tab key, following a return of false from the canchange event handler function of the TextField component, has been fixed.

99321

The error in which the text editing area was incorrectly positioned when the labelposition property value of the TextField component was set to "inside" has been fixed.

WebView

RP

Description

101140

The error where executing the transaction method in one app did not control the other app when two apps containing the WebView component were run simultaneously has been fixed (this error occurred while running NRE on the Windows operating system).

100816

The error in which focus could not be moved to a window opened by the system.showModalSync method when executed within the onusernotify event handler function of the WebView component has been fixed (this error occurred while running NRE on the Windows operating system).

Others (Components / Objects)

RP

Description

100465

The error where the keypad was displayed upon focus movement when the usesoftkeyboard property value of the component was set to false has been fixed (this error occurred while running NRE on the Android operating system).

DeviceAPI

RP

Description

100957

The error in which executing the scanStart method of the BluetoothLE object caused an abnormal termination has been fixed (this error occurred while running 64-bit NRE on the Windows operating system).

100857

The error in which the takePicture method of the Camera object could not be executed has been fixed (this error occurred while running on the Android 9 operating system).

Accessibility

RP

Description

101212

The error where "empty line" was read multiple times during focus movement has been fixed (this error occurred while running on the iOS operating system).

101199

101106

The error in which a script error occurred when running a screen containing Grid and ListView components has been fixed (this error occurred in versions after 24.0.0.402).

100917

The error in which the app could not exit when running the app within an HTML IFRAME with the Environment.tabkeycirculation property value set to "form,cycle" has been fixed.

100916

The error in which the text property value was not read in the applied format when moving to the Calendar component has been fixed.

100787

The error in which the button tag set within the HTML tag was ignored and the focus moved to the first component of the Nexacro app when loading a Nexacro app within an HTML IFRAME tag has been fixed.

Sense Reader Use Environment Error

There are many cases of accessibility-related errors occurring when using virtual cursor settings with SenseReader versions 8.2 and 8.3 on Google Chrome, necessitating their separate categorization and detailed analysis.

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

RP

Description

100795

100792

The error in which the column value was not read when moving the virtual cursor in the Grid component, with the displaytype property value of the Cell object set to "checkboxcontrol" and the edittype property value set to "checkbox," has been fixed.

100577

100364

100363

100310

The error in which focus could not be moved to the Static component has been fixed (this error occurred while using SenseReader version 8.5.2).

100274

The error in which the focus moved but the scroll did not when navigating to components located below the scroll area in a Form object loaded in the WebBrowser component has been fixed.

100029

100025

99855

The error where the Div component's accessibilitylabel information was read alongside accessing the first component within the Div has been fixed (this error occurred while using SenseReader version 8.5.2 or higher).

99803

The error where the focus could not be moved to the TextArea component via arrow key input when the readonly property value of the TextArea component was set to true has been fixed (this error occurred while using SenseReader version 8.5.2 or higher).

99780

The error where the focus and scroll were incorrectly handled when accessing a Row in a Grid component located below the scroll area using the down arrow key, although the values were read correctly, has been fixed.

99769

The error in which the accessibilitylabel information was not read when quickly accessing the Edit component from a previous component has been fixed (this error occurred while running SenseReader version 8.5.2 and above).

Fluid Layout

RP

Description

101209

The error where the size of the Form object was miscalculated upon loading the screen when the Layout object's type property value was "horizontal" and there were components placed with either a width property value of "100%" or a fittocontents property value of "width" has been fixed.

101202

The error where part of the content of a component appeared cut off upon screen loading, when the layout property value of the Panel component was set to "horizontal" and the fittocontents property value of a PanelItem added component was set to "width", has been fixed (this error occurred while running WRE).

101153

101146

The error where the arrangement of PanelItems did not adjust and remained empty when the visible property value of a component added as a PanelItem was set to false, in cases where the type property value of the Panel component was "vertical" or "horizontal", has been fixed (this error occurred while running WRE).

101069

The error where only the sizes of the components placed inside a container component changed, but the size of the container component itself did not change upon screen loading or resizing, when the Layout object type property value of the container component was "horizontal" and the flexgrow property value of a placed component was set to 1, has been fixed (this error occurred while running WRE).

101068

The error where a script error occurred upon screen loading when the width and height property values were specified in percentages(%) at a certain size has been fixed.

100982

The error in which the size of components placed in a Div component changed after modifying the height property value of the Div component and executing the resetScroll method of the Form object, when the type property value of the Div component was set to "vertical" and the fittocontents property value of the placed components was set to "height," has been fixed (this error occurred while running WRE).

100896

The error in which loading speed decreased in cases of complex screen configurations has been fixed.

When there are many configurations on the screen that require automatic calculation of component placement, size, and other properties, the loading speed may be relatively slower.

100858

The error in which the coordinate values of a Div component were incorrectly handled when the coordinates were set using PositionBase and the fittocontents property value of a component placed within the Div component was set has been fixed.

100768

100745

100720

The error in which the size of the top-level Div component was miscalculated during screen loading when the width or height property value of a Div component was set in percentage units, the fittocontents property was set, and two or more Div components were nested has been fixed.

100752

The error in which the size of components added as PanelItems to a Panel component was miscalculated during screen loading when their width or height property values were set in percentage units has been fixed.

100519

100578

The error in which changes to the height property value were not applied after setting the fittocontents property value of Div component (B) and Panel component (C) to "none" via script, in a configuration where Div component (A) contained Div component (B), which in turn contained Panel component (C), has been fixed (this error occurred while running WRE).

Multilingual

RP

Description

100522

99680

The error in which values could not be processed when commas or parentheses were included in the key value or alter value settings in the TEXT function has been fixed.

Nexacro Studio

RP

Description

101336

The error in which the application terminated abnormally when changing the position of a guide line after aligning it with the Tab component has been fixed.

101334

The error in which the unusable Layout Order Editor menu was activated in the context menu after selecting a container component in an added layout has been fixed.

101314

The error in which the application terminated abnormally when executing Undo after modifying the type property value of a Panel or Div component in the Properties window, then deleting the value to reset it to the default, has been fixed.

101310

The error in which the application terminated abnormally when copying and pasting multiple selected components, where only one of the selected components had binding information, has been fixed.

101308

The error in which components registered as PanelItems were not displayed after entering the edit mode for a Panel component in an added layout and exiting the mode using the ESC key has been fixed.

101284

The error in which a "maximum call stack size exceeded" script error occurred when setting the flexgrow property value of components or opening an XFDL file, depending on the size and combination of components in the Fluid Layout configuration, has been fixed.

101265

The error in which PositionBase could be set from a PanelItem within a Panel component to another component, or from another component to a PanelItem within a Panel component, has been fixed.

101263

The error in which the selection of internal components was not cleared after selecting and deselecting two or more container components in the Outlineview panel has been fixed.

101258

The error in which components were resized incorrectly when changing their size using mouse drag in the design window with the 21.0.0 SDK has been fixed (this error occurred in versions after 24.0.0.402).

101219

101220

The error in which a Div component added as a PanelItem within a Panel component was not displayed after deleting the Panel component and performing an Undo operation has been fixed.

101174

The error in which the Outlineview panel did not display the current selection status of components after executing component alignment while the Outlineview panel was open has been fixed.

101170

100850

The error in which the processing speed decreased when copying and pasting multiple components while the Outlineview panel was open has been fixed.

101168

The error in which the position of the Panel component changed when executing the Undo command after adding a Div component as a PanelItem to the Panel component has been fixed.

101166

The error in which the tracker of Panel component (A) was displayed when adding or moving PanelItems in the edit mode of Panel component (B), which was added as a PanelItem to Panel component (A), has been fixed.

101155

The error in which the processing speed slowed down due to the Outlineview panel being refreshed when changing the position of components in a nested structure has been fixed.

101133

The error in which the closebutton control was not displayed when the useclosebutton property value of the PopupDateRangePicker component was set to true has been fixed.

101124

The error in which the position of a copied component differed from the original component's top or left property values when selecting a component, pressing Ctrl+Shift, and dragging it to copy, while the [Form Design > Guide > Snap to dots when moving component] option was checked and the design screen was zoomed in or out, has been fixed.

101122

The error in which the application terminated abnormally when executing the Undo command while editing the TabpageControl object in the Tab component has been fixed.

101094

The error in which a script error occurred after entering and exiting the edit mode of a container component when only the container component and Dataset object were registered in the Form object has been fixed.

101086

The error in which components corresponding to the PanelItems of a copied Panel component were not displayed under the Panel component in the Outlineview panel after pasting has been fixed.

101082

The error in which the position of the Grid component was displayed incorrectly during layout changes in a configuration using both Fluid Layout and MLM has been fixed.

101080

101156

The error in which a component dragged and dropped from outside was added to the very front or very back instead of the selected position when trying to insert it between existing PanelItems within a Panel that contained two or more PanelItems has been fixed.

101078

The error in which the width and height property values of a component were not applied as 100% when dragging and dropping a component from outside into a Panel component with the type property value set to "table" has been fixed.

101077

The error in which the PositionBase tracker was displayed when performing a select all (Ctrl+A) action on a design screen with no components placed has been fixed.

101076

The error in which incorrect property values were displayed in the Properties window when selecting two or more components, including a Div or Panel component, and then clicking on a specific component has been fixed.

101075

101264

The error in which components, including a Panel component, were placed in incorrect positions after being copied or cut and then pasted has been fixed.

101073

The error in which the positions of remaining components were misaligned after deleting a Panel component placed alongside other components in a Fluid Layout configuration has been fixed.

101066

The error in which the size of a Div or Panel component was miscalculated after adding another component to it, or performing an Undo action, when the Div or Panel component was added as a PanelItem within a Panel component has been fixed.

101065

The error in which Nexacro Studio became unresponsive when adding a Div component as a PanelItem to a Panel component and then placing another Panel component within the Div component has been fixed.

101062

The error in which the screen appeared to flicker when dragging and dropping an external component into a Panel component with the type property value set to "table" and the left and top property values set to 0 has been fixed.

101059

The error in which the Outlineview panel refresh caused a slowdown when switching to the Script tab has been fixed.

101057

The error in which the application terminated abnormally depending on the selection order when setting the screenid property value of a Form object with two or more selectable Screen settings has been fixed.

101055

The error in which BindItem information was not copied when copying and pasting a Panel component or components contained within a Panel component with BindItem settings has been fixed.

101034

The error in which the removeEvent method of the Graphics component was not displayed in the script window has been fixed.

101004

The error in which the size of components registered as PanelItems changed when moving or copying a Panel component to another Form has been fixed.

101003

The error in which a Div component containing a Panel component was not displayed correctly in the Outlineview panel when the Div component was copied by holding down the Ctrl key and dragging has been fixed.

100998

The error in which the unused nexacrolib.zip file was created and its configuration was included in the start.json file when selecting "Windows" as the operating system and "Server" as the Update Type during packing has been fixed.

100924

The error in which there was a typo in the setEventHandlerLookup method name of the DataObject object has been fixed.

100894

The error in which the order of PanelItems changed when using the arrow keys to navigate while selecting both the Panel component and PanelItems has been fixed.

100875

100791

The error in which the Nexacro Emulator did not run when selecting Launch or QuickView has been fixed (this error occurred in versions after 24.0.0.400).

100827

The error in which the list of components that can be set with the componentid property value was not displayed in the Editor when editing the items property value of a Panel component has been fixed.

100780

The error in which the placement position was incorrectly handled when changing the order of PanelItems within a Panel component, in a screen layout arranged in the order Div > Panel > Div, has been fixed.

100778

The typo in the timeStyle property displayed in the format and displayformat properties in the Properties window after selecting the DateField component has been fixed.

100746

The error in which a script error occurred when the requestType parameter of the nexacrostudio.request method was set to requesttype.forms, and the xfdl file script contained the " character, has been fixed.

100741

The error in which files were not immediately opened in Nexacro Studio when dragged and dropped from the operating system's file explorer or other sources has been fixed.

100740

The error in which the event information of a component was copied into the source code when executing the Copy & Add Layout function in the Form design window has been fixed.

100738

101157

The error in which components appeared to overlap when hovering the mouse over a Panel component with other components, including a Panel component, placed as PanelItems has been fixed.

100727

The error in which a Panel component was created in the wrong position when selecting two or more components placed inside a Div component and using the "Group by Panel" option from the context menu has been fixed.

100719

The error in which a Panel component was not correctly placed within a Div component when copying the Panel component by holding down the Ctrl key and dragging and dropping it, especially when part of the Panel component was outside the Div component area, has been fixed.

100683

Fixed the issue where the following errors would occur when changing the order of placed components in the Panel component edit mode when placing a Panel component within a Div component.

- The error in which components were displayed in the wrong order in the Outlineview panel

- The error in which the preview position was incorrectly displayed when dragging components placed inside a Panel component

- The error in which components placed inside a Panel component were displayed in the wrong order on the design screen after changing their order

100504

The error in which the "Input text" placeholder was displayed and selected after moving focus to the search input field in the Project Explorer and pressing the Enter key without entering any search text has been fixed.

100503

The error in which the "Do not show this message" checkbox was incorrectly displayed at the bottom of the error message box when an invalid value was entered in the id field of the Columns section in the Dataset Editor has been fixed.

The "Do not show this message" checkbox will now only be displayed at the bottom of the error message box when more than one invalid value is copied and pasted into the Columns id field, causing multiple error message boxes to appear.

100417

The error in which the Outlineview became activated when switching between multiple Forms with the script tab open has been fixed.

99311

The error in which properties not set in the XFDL source code were included when creating a Form with the default settings in the Form Wizard, and those properties were incorrectly displayed as set in the Properties window, has been fixed.

99250

The error in which multiple components larger than the size of a Panel component were not added as PanelItems when dragged and dropped into the Panel component has been fixed.

Help Edited and Added

RP

Description

100965

The list of constants in the Appendix > Constant section has been updated.

100917

The description of the behavior during loading within an HTML IFRAME has been added to the accessibilityfirstovermessage and accessibilitylastovermessage property sections of the Environment object.

100893

The description regarding the occurrence of events based on the visible and enable property values has been added to the onbeforeclose, onclose, onactivate, and ondeactivate event sections of the Form object.

100840

The description of the datasetloadtype property of the Environment object has been updated.

100815

The error in which there was a typo in the fromreferenceobject property name of the DataObjectErrorEventInfo, DataObjectEventInfo, and DataObjectLoadEventInfo objects has been fixed.

100789

The error in the description of the oncontextmenu event for the DateField and TextField components has been fixed.

100652

The descriptions of the dateformat property of the Calendar component and the calendardateformat property of the Grid and ListView component's Cell object have been updated.

100484

The descriptions of the flexgrow and flexshrink properties for components have been updated.

100029

100025

99855

The restriction-related description has been added to the help section of the accessibilityenable property of the component.