View Issue Details

IDProjectCategoryView StatusLast Update
0000143JEDI VCL00 JVCL Componentspublic2002-06-23 05:52
ReporterremkobonteAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000143: TJvSpinEdit: Thousands doesn't work
DescriptionSomething like..

procedure TJvSpinEdit.DoEditChange(Sender: TObject);
begin
  if Thousands then
    FEdit.Text := FloatToStrF(FUpDown.Position, ffNumber, 7, 0)
  else
    FEdit.Text := IntToStr(FUpDown.Position);
  [..]
end;
 
..should do the trick.
TagsNo tags attached.

Activities

user72

2002-06-19 16:18

  ~0000095

I changed your code slightly and added to a few more places. Thanks

Issue History

Date Modified Username Field Change