array editor common

nb lines

Number of lines of the array editor or the matrix.

nb columns

Number of columns of the array editor or the matrix.

precision

Precision of the displayed numeric value, from integer up to five digits precision.

For example 1 1.1 1.11 1.111 1.1111 1.11111

caption

Displayed caption of the object. Click to enter a new name.

reset value

Reset value applies when the reset button is pressed or when the user does a [ctrl+click].

for the matrix, the reset value must be in the range [0..1].

reset

Resets all the values of the selected object.

It resets to the reset value value for controls and to their default values for panels.

randomize

Randomizes the array, fill the array with random value in the range [0..1].

randomize coverage

Amount of cells which are randomized by the randomize operation. For 0, no cells are randomized, for 1 all cells are randomized.

cells captions

Captions of the cells as a comma-text.

cells color

Foreground colors of the cells.

cells background color

Background colors of the cells.

cells mode

Mode used to fill the cells color input.

  • disabled: the color input has no effect and the settings colors of the panel are used instead.
  • line: colors are filled by lines.
  • columns: colors are filled by columns.
  • cells: colors are filled cell by cell from top left cell to bottom right cell

line headers captions

Captions of the line headers as a comma-text.

line headers color

Color or color array of the line headers.

line headers mode

Mode used to fill the line headers color input.

  • disabled: the color input has no effect and the settings colors of the panel are used instead.
  • enabled: line headers colors are filled with the input.

column headers captions

Captions of the column headers as a comma-text.

column headers color

Color or color array of the column headers.

column headers mode

Mode used to fill the column headers color input.

  • disabled: the color input has no effect and the settings colors of the panel are used instead.
  • enabled: line headers colors are filled with the input.

cursor position

Position of the cursor. Use -1 to set the cursor invisible.

cursor out

Cells output at the cursor position.

cursor mode

Determines the orientation of the cursor, by line, or columns.

save to file

Prompt for a file name and save the values to a text file ordered line by line.

load from file

Prompt for a file name and load the values to a text file ordered line by line.

file loaded

Sends a 1 value when the file is loaded. Must be connected to a flow-from-0-to-1.

save load headers in files

Determines if the columns and lines headers are also saved/loaded during the save to file and load from file operations.

file extension

Extension of the file name used for the load and save operations.

scroller pos V

Gets or Sets the vertical scroller position.

scroller pos H

Gets or Sets the horizontal scroller position.

clicked column

Latest clicked column number starting at the index 0 (line headers). Sends -1 if nothing has been clicked.

clicked line

Latest clicked line number starting at the index 0 (column headers). Sends -1 if nothing has been clicked.

clicked index

Index of the latest clicked cell starting at the index 0. The index is the position in the output array. Sends -1 if nothing has been clicked.

show horizontal scroller

Shows or hides the horizontal scroller displayed at the bottom of the editor. The scroller is used to scroll the columns when they do not all fit in the width of the editor.

horizontal scroller height

Height of the horizontal scroller in pixels, from 0 to 100.

horizontal scroller color

Color of the horizontal scroller handle (the draggable part).

horizontal scroller back color

Background color of the horizontal scroller track.

horizontal scroller opacity

Opacity of the horizontal scroller, from 0.2 to 1 (fully opaque).

show vertical scroller

Shows or hides the vertical scroller displayed on the right side of the editor. The scroller is used to scroll the lines when they do not all fit in the height of the editor.

vertical scroller width

Width of the vertical scroller in pixels, from 0 to 100.

vertical scroller color

Color of the vertical scroller handle (the draggable part).

vertical scroller back color

Background color of the vertical scroller track.

vertical scroller opacity

Opacity of the vertical scroller, from 0.2 to 1 (fully opaque).

edit with dbl click

Determines how the value of a cell is edited with the mouse. When OFF, a single left click on a cell opens its value editor. When ON, a double click is required, so a single click only selects the cell without opening the editor. This avoids opening the editor by accident when clicking in the array.

Only available for data and string array editors. Holding CTRL while clicking a cell clears its value in both modes.

hint

Hint text displayed on mouse over.

version 7.0.250121

Edit All Pages