Search found 5 matches

by nostra
Fri Jul 17, 2015 9:49 am
Forum: Support
Topic: Saving Unicode Characters to RTF in OnSaveComponentToFile
Replies: 2
Views: 12434

Thanks, works like a charm
by nostra
Wed Jul 15, 2015 9:03 am
Forum: Support
Topic: Saving Unicode Characters to RTF in OnSaveComponentToFile
Replies: 2
Views: 12434

Saving Unicode Characters to RTF in OnSaveComponentToFile

I have a couple of controls (TEdit for example) inserted into a RichView Document and want to produce RTF containing text entered in those controls like this: procedure TRichForm.RichMemoSaveComponentToFile(Sender: TCustomRichView; Path: string; SaveMe: TPersistent; SaveFormat: TRVSaveFormat; var ...
by nostra
Thu Feb 16, 2012 5:04 pm
Forum: Support
Topic: Error inserting PNG images
Replies: 4
Views: 17228

Alright, I have switch to TPNGImage instead of TPNGGraphic from the GraphicEx library and it seems to work now.

Thx
by nostra
Thu Feb 16, 2012 4:42 pm
Forum: Support
Topic: Error inserting PNG images
Replies: 4
Views: 17228

Hmm, it seems to be related to GraphicEx library, I am using. Step by step instruction: 1. Create a new VCL Application 2. Drop TRichViewEdit and TRVStyle onto the Form and connect them 3. Add GraphicEx to uses 4. Run the application 5. Drag'n'Drop a PNG image onto the RichViewEdit The image will ...
by nostra
Thu Feb 16, 2012 12:47 pm
Forum: Support
Topic: Error inserting PNG images
Replies: 4
Views: 17228

Error inserting PNG images

When a PNG (JPG and BMP work as expected) image is inserted using an rvAction or Drag'n'Drop, I get the following error message from FastMM: FastMM has detected an error during a FreeMem operation. The block footer has been corrupted. The block size is: 263 The block is currently used for an object ...