Search found 6 matches

by nostradumbass
Fri Aug 01, 2008 8:34 pm
Forum: Support
Topic: Any hack / technique to get table dimensions in pixels?
Replies: 2
Views: 10373

Thank you Sergey.
by nostradumbass
Wed Jul 30, 2008 10:28 pm
Forum: Support
Topic: Any hack / technique to get table dimensions in pixels?
Replies: 2
Views: 10373

Any hack / technique to get table dimensions in pixels?

My requirement is: I need to draw a shape (rounded rectangle) on an image and set this image as the background image of the table. The image dimensions should be equal to to the height and width of the table, so that it gives an appearance of the contents of the table should be 'surrounded' by a ...
by nostradumbass
Sun Jul 27, 2008 5:57 pm
Forum: Support
Topic: RVPrint support background image in Header ?
Replies: 2
Views: 10241

Thank you.
by nostradumbass
Sat Jul 26, 2008 5:42 pm
Forum: Support
Topic: RVPrint support background image in Header ?
Replies: 2
Views: 10241

RVPrint support background image in Header ?

[ Using TRichViewEdit v10.2 ] RVPrint does not support header background image? I am assigning a background image to a RichView and then assigning this to RVPrint using SetHeader method. But the preview does not show the background image. Is this not supported? I need to impose text on top of a ...
by nostradumbass
Fri Jul 25, 2008 3:52 pm
Forum: Support
Topic: Pdf generating problem
Replies: 3
Views: 14068

Help

Using the free PowerPDF components:
www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf

Can you give an example on how to render the RVHelper onto the PDF canvas? I saw the examples (simple and advanced) posted in Demos, but this component is different.

Thanks,
ND
by nostradumbass
Tue Jun 24, 2008 2:08 am
Forum: Support
Topic: How to iterate all words in TRichView ?
Replies: 1
Views: 9069

How to iterate all words in TRichView ?

Hi. I am using TRichView component. I want to iterate all the words in the content, but am not able to do this, as GetItemText returns the paragraph. I need each individual word, because I am doing a find/replace operation. Please help me how to do it. Thanks! Regards, NotraDamus Here is my code ...