Search found 5 matches

by MikeP
Wed Mar 05, 2025 8:11 pm
Forum: Support
Topic: need to auto-fit table to contents without wordwrapping
Replies: 3
Views: 88196

Re: need to auto-fit table to contents without wordwrapping

perfect, thank you so much!
best regards,
mp
by MikeP
Tue Mar 04, 2025 10:20 pm
Forum: Support
Topic: need to auto-fit table to contents without wordwrapping
Replies: 3
Views: 88196

need to auto-fit table to contents without wordwrapping

I need to construct a table in TRichView 19.2 (Delphi 12). I need it to auto-size without word-wrapping the cell contents. what's wrong with my code?

what this code does is a full-width table divided into two very wide columns--completely ignoring the width of the table's contents.

procedure ...
by MikeP
Fri Jun 06, 2014 4:07 pm
Forum: Support
Topic: How can I print ScaleRichView from Fastreport?
Replies: 2
Views: 17063

My progress

I'm amazed a simple example hasn't been directly provided.

I did it years ago by simply rendering it to a picture and including the picture in the report. that was too limited since we were then restricted to just one page. amazingly, it was enough for quite a while.

I've been making a linkage ...
by MikeP
Tue Sep 14, 2010 3:20 pm
Forum: Support
Topic: invalid meta file created by RichViewEdit1.RVData.PaintTo( )
Replies: 2
Views: 13921

Sergey Tkachenko wrote:Free mfCanvas BEFORE saving to a file.
i learned something new...thank you!
by MikeP
Mon Sep 13, 2010 7:25 pm
Forum: Support
Topic: invalid meta file created by RichViewEdit1.RVData.PaintTo( )
Replies: 2
Views: 13921

invalid meta file created by RichViewEdit1.RVData.PaintTo( )

the rvf file is simple...it only contains two words.

the resulting .wmf file is corrupt. the resulting .bmp file is good.

i'm surprised there are no attachments supported here; i'd include the sample app.

how can i fix this?

thank you!
mp

procedure TForm1.btnRenderToPictureClick(Sender: TObject ...