TfrxPictureView & TImageList

Get the indenting & the "progress bar" bit working - Thanks.

procedure Gradient1OnBeforePrint(Sender: TfrxComponent);
begin
Gradient1.Width := Gradient1.Width * (<RI1."_Percent"> / 100);
end;

procedure Memo2OnBeforePrint(Sender: TfrxComponent);
begin
Memo2.Left := Memo2.Left +(<RI1."_Indent"> * Picture0.Width);
end;

Next is to get the glyph displaying. Is there a way to load the glyph into the TfrxPictureView from a TImageList in an OnBeforePrint event? If not is tehre a way to load it in before displaying the report? I don't want to have to write the glyphs out to file if I can avoid it. I'm quite happy to have 5 TfrxPictureView in the report and toggle visibility on/off as needed.

TIA

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.