View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005383 | JEDI VCL | 00 JVCL Components | public | 2010-10-26 14:46 | 2011-06-07 17:32 | 
| Reporter | MarshallWatts | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.40 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0005383: Picture won't save to stream from rich edit | ||||
| Description | Open the following picture with paint, select all, copy, then paste it into a rich edit control.  when you try to stream it out: ProblemDescriptionRE->Lines->SaveToStream( h_cStream ); You get an exception.. "Failed to Save Stream"  | ||||
| Tags | No tags attached. | ||||
| 
		 
 2010-10-26 14:46 
  | 
	|
| 
		 | 
	
	Please try with the latest SVN content. If this is still here, please provide the zipped sources of a sample application showing this.  | 
| 
		 | 
	I don't know what "SVN" means but this problem is with the latest release of JVCL and JCL. | 
| 
		 | 
	
	I can't reproduce this with Delphi XE and the svn revision 12913. 1. Create a new VCL application 2. Drop a TJvRichEdit on it 3. Drop a TButton 4. Write the following code: procedure TForm1.Button1Click(Sender: TObject); var Stream: TMemoryStream; begin Stream := TMemoryStream.Create; try JvRichEdit1.Lines.SaveToStream(Stream); finally Stream.Free; end; end; SVN is the abbreviation for SubVersion, the version control system that the JCL and JVCL use.  | 
| 
		 | 
	No news, assuming this is fixed | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2010-10-26 14:46 | MarshallWatts | New Issue | |
| 2010-10-26 14:46 | MarshallWatts | File Added: pisa.jpg | |
| 2010-11-09 14:18 | obones | Note Added: 0018034 | |
| 2010-11-09 14:18 | obones | Status | new => feedback | 
| 2010-11-10 21:15 | MarshallWatts | Note Added: 0018078 | |
| 2010-11-27 22:30 | AHUser | Note Added: 0018191 | |
| 2011-06-07 17:32 | obones | Note Added: 0018580 | |
| 2011-06-07 17:32 | obones | Status | feedback => resolved | 
| 2011-06-07 17:32 | obones | Resolution | open => fixed | 
| 2011-06-07 17:32 | obones | Assigned To | => obones |