Ozgay / truetrade

Automatically exported from code.google.com/p/truetrade
0 stars 0 forks source link

Cannot adjust strategy parameters in properties view #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Select a strategy with several different integer (or double?) properties. 
The parameters show up in the properties tab, but they cannot be edited.

The parameter values should be editable.

Original issue reported on code.google.com by tyrotra...@gmail.com on 23 May 2007 at 11:10

GoogleCodeExporter commented 9 years ago
StrategyPropertySource.getPropertyValue() was returning a Number instead of a 
String
for parameter properties.  It uses a TextPropertyDescriptor so it needs to 
convert
the Number to a string.

Fixed.

Original comment by tyrotra...@gmail.com on 24 May 2007 at 3:55