Dear all,
I would like to create a label table(bundle), used the following code.
Table nn = so().labels.assert("PickParameter"); nodeadddata(nn,DATATYPE_BUNDLE); nn.setSize(1,2,DATATYPE_STRING); nn.setSize(1,5,DATATYPE_NUMBER); nn.setSize(1,8,DATATYPE_STRING); nn.setColHeader(1,"TSnum"); nn.setColHeader(2,"LoadStation"); ......
While execute the script, the system console shows error message :【exception: FlexScript exception: Invalid column number: 1 in MODEL:/Processor1>labels/PickParameter at /0 c: /testlink_instance i: /testlink_associated】
If I cancel setColHeader or nodeadddata,there is no error.
Is there any limitations when using dot syntax(like setColHeader)?
Thanks!