09-17-2014 12:50 PM
I just found a bad behaviour while editing a table control on CVI 2013 SP2.
A minimal sequence to duplicate it is the following:
1) New project
2) File -> New -> User Interface
3) Create-> Table
4) Edit table -> Edit Default Cell Values
5) Open "Format and Precision"
6) Close it without any changes.
7) !!! two subsequent popup messages "The index passed is out range".
That's all.
Luckily this does not happens for the analogous command in Row and Column Default Cell Values panels.
09-18-2014 03:51 AM
Hello Carlo!
The behavior you have reported appears to be a new issue introduced in CVI 2013 SP2.
At the moment the only solution around this problem I can suggest is to programmatically set the format and precision settings via the ATTR_FORMAT, ATTR_PADDING and ATTR_PRECISION attributes.
I have filed this issue under bug ID #493984, so you can track the bug for later reference and that the issue will be addressed in an upcoming release of LabWindows/CVI.
We are sorry for any inconvenience.
Best regards!
- Johannes