View Issue Details

IDProjectCategoryView StatusLast Update
0005113JEDI VCL00 JVCL Componentspublic2010-01-19 23:51
ReportermelomanAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.38 
Target VersionFixed in Version3.39 
Summary0005113: JvRichEdit.Lines.Strings does not get correct string
DescriptionTo see this problem put on form JvRichEdit, Label, and Button
type or paste this text (with TABs between numbers):

1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11

on ButtonClick execute command:

Label1.Caption := JvRichEdit1.Lines.Strings[n];
inc(n);

for n>=10 label caption does not contain proper text.
When I LoadFromFile RTF text the JvRichEdit1.Lines.Strings is not appropriate too.
Additional InformationRAD Studio 2010 - Delphi 2010
This is not "PlainText" case.
TagsNo tags attached.

Activities

meloman

2010-01-19 21:01

reporter   ~0017139

I've tried this with VCL version 3.39 and it works very good. So I think, this Issue might be deleted.

Issue History

Date Modified Username Field Change
2010-01-15 19:34 meloman New Issue
2010-01-19 21:01 meloman Note Added: 0017139
2010-01-19 23:51 AHUser Status new => resolved
2010-01-19 23:51 AHUser Fixed in Version => 3.39
2010-01-19 23:51 AHUser Resolution open => fixed
2010-01-19 23:51 AHUser Assigned To => AHUser