Image list with 7 columns. Is it possible in Aion to show a text over two or three columns (span a text over multiple columns) image list with 7 columns.
Windows any level
Linux any level
AionBRE does not have built-in support for complex UI controls such as an ImageList or the ability to display text in multiple columns.
Reason for this is the function which sets the text of the cell is SetCellText Method which has format "
Syntax
SetCellText(Index, colIndex, text)
Arguments
Argument |
Type |
Description |
---|---|---|
IN Index |
integer |
The index of the item. |
IN colIndex |
integer |
Column number. If the ILS_REPORT style is set, set to a positive number indicating the column number only. Otherwise, set to -1. |
IN text |
string |
The text to set the column to. |
Thus, the column number argument is needed to set the cell text which prohibits it to span it over more than one column.