Hi all!
I'm trying to create aris matrixes and i'm finding this problem.
I create the aris matrix this way:
l_Model = group.CreateModel(131292,subprocessName,g_nloc);
l_matrix = l_Model.getMatrixModel();
And I try to add headers like this:
l_header0 = l_matrix.createHeaderCell(null,positionObjDef,631,10,false);
The matrix is created, 1244 position object definitions are added and in the explorer I can see the occurrences in the matrix, but when I open the matrix in the matrix viewer it looks empty.
Any ideas?
Greetings,
Homer
Sascha Schneider on
Hi,
by default, all connections and all symbols has the visibility false.
Open the matrix and checkt the controls at the bottom. There are two tables, each of them has a column visibility. Right mouse click on it an d check "select all".
Then your symbols and connections should become visible.
BR
Sascha