Search found 10 matches

by sh17
Fri May 19, 2017 12:03 pm
Forum: Support
Topic: Add Text manually to RVEdit
Replies: 1
Views: 9521

Add Text manually to RVEdit

Hi, how can i add text items manually and format each for themselves i want to add: this is a test with bold and italic items rv.AddTextNLW('this is a test with ',0,paraStyle,paraStyle,true); rv.AddTextNLW('bold',1,paraStyle,paraStyle,true); rv.AddTextNLW(' and ',0,paraStyle,paraStyle,true); ... ins...
by sh17
Fri Mar 18, 2016 9:17 am
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 145995

@TheDelphiGuru it sounds great, i will take a look on typhon

@Sergey i'm more interested on a .Net, Cococa port (with Oxygene?) Would that be possible? Or depends too much on the WinAPI?[/quote]
by sh17
Thu Oct 29, 2015 6:23 am
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 145995

Please support FPC as well. I would pay for components even if I use an open source IDE. We will not move from VCL to FireMonkey with our products. FPC moment is the best option.
by sh17
Wed Oct 28, 2015 6:29 am
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 145995

definitely yes, +1000
by sh17
Mon Dec 10, 2007 2:18 pm
Forum: Support
Topic: Setting Device-ppi manualy?
Replies: 3
Views: 14653

Thanks, i allready use RVReportHelper, but i have found my error:

TMetafileCanvas.Create(AMetafile, RV_GetPrinterDC);

I must create my metafile with the specific DeviceContext

Sven
by sh17
Fri Dec 07, 2007 11:47 am
Forum: Support
Topic: Setting Device-ppi manualy?
Replies: 3
Views: 14653

ok, if i change this value to the printer-resolution - images don't be drawed correct.

Is it possible, to include a specific variable for tab-drawing like "tab-dpi".

If you do not want this - how can i hack your code for my own use?
by sh17
Wed Dec 05, 2007 12:33 pm
Forum: Support
Topic: Setting Device-ppi manualy?
Replies: 3
Views: 14653

Setting Device-ppi manualy?

Hello, is it possible to set ppixDevice and ppiyDevice in RV_InfoAboutSaD manually before formating? Because i have some problems with tabs. I create my own PrintPreview with the specific resolution of the printer, but it is not the printer-canvas, where i painting. So - tabs are not correcly drawed...
by sh17
Tue Sep 25, 2007 10:41 am
Forum: Support
Topic: TRVReportHelper and clipping
Replies: 4
Views: 15340

Thanks :D
by sh17
Tue Sep 25, 2007 10:15 am
Forum: Support
Topic: TRVReportHelper and clipping
Replies: 4
Views: 15340

I init the reporthelper with a specific width (in pixel accordingly to resolution of the printer)

the style ist set to NoWrap

But if I print out a long line text, it is printed over right border. I would clip the text at this border.

What can i do?

Sven
by sh17
Tue Sep 25, 2007 8:23 am
Forum: Support
Topic: TRVReportHelper and clipping
Replies: 4
Views: 15340

TRVReportHelper and clipping

Hello!

TRVReportHelper don't support clipping. How can i realise this?

Sven