| Summary: | Vectors created by using KstScripts are not displayed in Data Manager | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Yiwen Mao <yiwenv> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Matrices constructed by KstScript do not appear in Data Manger. SVN commit 772126 by arwalker: BUG:157273 Add AVectors to the data manager M +87 -3 kstdatamanager_i.cpp M +2 -0 kstdatamanager_i.h WebSVN link: http://websvn.kde.org/?view=rev&revision=772126 |
Version: 1.6.0 (using KDE 3.5.3) OS: Linux Vectors created by using KstScripts are not shown in Data Manager. e.g Define a new vector in kst terminal: var x = new Vector(); x.tagName = "x_vec"; x.resize(100); //initialize the vector x for(var i=0; i<100; i++){x[i] = Math.random();} Now, I can view the vector named as x_vec by choosing View Vector Values in Data menu, but the x_vec is not shown in Data Manager.