View Issue Details

IDProjectCategoryView StatusLast Update
0004686JEDI VCL00 JVCL Componentspublic2009-03-21 17:18
ReporterpaulwhAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.36 
Target VersionFixed in Version3.37 
Summary0004686: JVStringGrid.savetofile adding space between each letter
DescriptionOn savetofile adds space between letters Ie(Using 2 cells):
Drive C:\Documents and Settings\Paul\Desktop\Drive.ico
Becomes:
D r i C : \ D o c u m e n t s a n d S e t t i n g

Exact code worked fine in prior version loading and saving produced file with:
Drive C:\Documents and Settings\Paul\Desktop\Drive.ico
TagsNo tags attached.

Activities

obones

2009-02-02 00:24

administrator   ~0015274

Which version of Delphi ?

paulwh

2009-02-02 04:09

reporter   ~0015283

Versions:
Delphi 2009 Update 1 & 2
Delphi 2005 Personal

Although problem has resolved in Delphi 2005P with Version 3.36 but not in Delphi 2009

obones

2009-02-02 07:47

administrator   ~0015284

So what you are saying is that the problem is NOT in D2005 but is in Delphi 2009?
Is that correct?

paulwh

2009-02-04 01:32

reporter   ~0015288

Yes thats correct...sorry to be so cryptic but only double checked with Delphi 2005 PE after posting report.

Have since changed to savetocsv and loadfromcsv without any problem.

Thanks
Paul

AHUser

2009-03-21 17:18

developer   ~0015320

Fixed in SVN.

This was a Unicode bug "Stream.Write(String, Len)". JvStringGrid.SaveToFile now has an optional TEncoding parameter in Delphi 2009.

Issue History

Date Modified Username Field Change
2009-02-01 03:21 paulwh New Issue
2009-02-02 00:24 obones Note Added: 0015274
2009-02-02 00:24 obones Status new => feedback
2009-02-02 04:09 paulwh Note Added: 0015283
2009-02-02 07:47 obones Note Added: 0015284
2009-02-04 01:32 paulwh Note Added: 0015288
2009-03-21 17:18 AHUser Note Added: 0015320
2009-03-21 17:18 AHUser Status feedback => resolved
2009-03-21 17:18 AHUser Fixed in Version => Daily / SVN
2009-03-21 17:18 AHUser Resolution open => fixed
2009-03-21 17:18 AHUser Assigned To => AHUser