relinc / SurePulse

SurePulse is a desktop application for processing sensor data from a Split Hopkinson Pressure Bar (SHPB)
http://www.relinc.net/software
10 stars 2 forks source link

Improve selected sample #113

Closed markhalonen closed 3 years ago

markhalonen commented 3 years ago

Works partially. Still can’t see with light colored samples. Also, it doesn’t work in the current sample window. I suggest the highlighted sample turns black and all others heavily fade or grey out.

jotaivalkoski commented 3 years ago

@markhalonen proposal: add Accordian TitlePane listeners so that the highlighted sample matches the selected sample(s) in the open title pane. I don't like black because you can select multiple samples.

markhalonen commented 3 years ago

@markhalonen proposal: add Accordian TitlePane listeners so that the highlighted sample matches the selected sample(s) in the open title pane. I don't like black because you can select multiple samples.

I think our conclusion on this was to stay with black since you typically only select one Sample to trim?

jotaivalkoski commented 3 years ago

ChartsGUI.setSeriesColor(Series<Number, Number> series, String hexString) doesnt seem to work properly. It does not return a hex string equivalent to the inputted color