View Issue Details

IDProjectCategoryView StatusLast Update
0004784JEDI VCL00 JVCL Componentspublic2009-06-01 16:41
ReporterahesseAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.37 
Summary0004784: TJvRichEditStrings.Get() not working under D2009
DescriptionTJvRichEditStrings.Get() is not working under Delphi 2009.
It always returns an empty string.

The API Description for EM_GETLINE says, that the first word in the buffer contains the length of ther buffer in chars (not in bytes).

Fix: W should be 4096 (= Buffer size in chars)

or better:
- get the line length
- reserver the buffer (plus some extra chars)
- get the text (as usual)
Additional InformationAll calls to EM_GETLINE in JVCL should be checked.
TagsNo tags attached.

Activities

AHUser

2009-06-01 16:41

developer   ~0015589

Fixed in SVN.

Issue History

Date Modified Username Field Change
2009-05-22 11:43 ahesse New Issue
2009-06-01 16:41 AHUser Note Added: 0015589
2009-06-01 16:41 AHUser Status new => resolved
2009-06-01 16:41 AHUser Fixed in Version => Daily / SVN
2009-06-01 16:41 AHUser Resolution open => fixed
2009-06-01 16:41 AHUser Assigned To => AHUser