Created attachment 76709 [details] OSD file I've written OSD file with dynamic array sizes. It shows array, that is supposed to be dynamic, but always with 0 size. There is no error in script console, but a information message about it: .operation.op_data.K1 Found element for dynamic array length: ".operation.op_data.K1size" , resulting function is: "function() { return this.parent.K1size.value; }" .operation.op_data.K2 Found element for dynamic array length: ".operation.op_data.K2size" , resulting function is: "function() { return this.parent.K2size.value; }" Checked with SVN revision 1335085
SVN commit 1335352 by arichardson: Fix arrays with dynamic length not working M +1 -1 arraydatainformation.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1335352
SVN commit 1335353 by arichardson: Forward-port 1335352: Fix arrays with dynamic length not working M +1 -1 arraydatainformation.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1335353