I am trying to build a Dialog that has to show a dynamist list of editable values in a Table. In DialogTemplate class, there is only
DialogTemplate.Table ( int X, int Y, int DX, int DY, String[] columnArray, int[] editorInfo, String[] columnInfo, String Field, int Options )
How can I add multiple rows to the table?