[Kst] [Bug 157273] New: Vectors created by using KstScripts are not displayed in Data Manager

Yiwen Mao yiwenv at live.ca
Wed Feb 6 19:08:35 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=157273         
           Summary: Vectors created by using KstScripts are not displayed in
                    Data Manager
           Product: kst
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kst kde org
        ReportedBy: yiwenv live ca


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.


More information about the Kst mailing list