Bug 272577 - Scalar from scalar update problem
Summary: Scalar from scalar update problem
Status: CONFIRMED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 2.0.3
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 2.0.4
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 23:31 UTC by Nicolas Brisset
Modified: 2011-08-24 22:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2011-05-05 23:31:49 UTC
Version:           2.0.3
OS:                Linux

If you generate a scalar from another scalar (you can, using the Generate option even though it's a bit clumsy without the scalar selector) it does not get updated. If you create a label from it, the label obviously does not update - which is a use case we discussed recently... The name of the scalar is also not very elegant ("fixme: set _slaveName!") 

Reproducible: Always




OS: all
Comment 1 Netterfield 2011-08-24 22:29:10 UTC
The scalar entry box is converting the scalar to a number at creation time - the new scalar just gets the value, so there is no updating.

What is the use case for having scalars made from scalars?