Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The

...

means

...

to

...

initially

...

configure

...

and

...

display

...

the

...

property

...

panel. 

...

(Note:

...

to

...

use

...

the

...

Date-type

...

dropdown

...

requires

...

the

...

NDW_DATEPICKER

...

form

...

and

...

associated

...

routines).

Usage

Code Block
Errors = SRP_PropertyPanel(PanelCtrl, "Init", ItemList, ColWidth, Colors, FontArray)

...

PosNameDescriptionDefault
<x, 1>
LevelThe item's level in the panel - 1 is the group, 2 is the property.

<x, 2>
PropertyKeyThe key to each property - must be unique.

<x, 3>
PropertyName(Optional) The text label to use as the property name.
Key
<x, 4>
Type

(Optional) The type of entry / type of cell (see below).

V
<x, 5>
Conversion(Optional) Oconv :SVM: Iconv

<x, 6>
Params(Optional) dropdown list or parameters depending on Type (see below).
<x, 7>
Value(Optional) Any value to pre-fill into the data section.
<x, 8>
Visible(reserved for item visibility)Optional) show or hide a specific property.
True
<x, 9>
Fields(Optional) User defined value pairs associated with a property.
<x,10>
Force Update(Optional) Forces update to a cell after dropdown selection.
False

ColWidth

The width of each of the two columns, @FM delimited.  Can be a number or "Auto" (default is Auto).

...

PositionDescription
<x,6,1>
Value to be considered as true / yes / 1
<x,6,2>
Value to be considered as false / no / 0

(COL)or

Call the color picker dialog.  Returns the color value formatted based on user requirement

PositionDescriptionDefault
<x,6,1>

How the resulting color should be returned:

DEC : decimal format

HEX : # hex color number

RGB : R, G, B

DEC
<x,6,2>
Prevent the cell background from displaying the selected colorNo

(C)ustom

PositionDescription
<x,6,x>
SVM list of items to appear in the dropdown

...