View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004784 | JEDI VCL | 00 JVCL Components | public | 2009-05-22 11:43 | 2009-06-01 16:41 |
Reporter | ahesse | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.37 | |||
Summary | 0004784: TJvRichEditStrings.Get() not working under D2009 | ||||
Description | TJvRichEditStrings.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 Information | All calls to EM_GETLINE in JVCL should be checked. | ||||
Tags | No tags attached. | ||||
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 |