Search found 48 matches

by jota
Wed Mar 08, 2017 11:26 am
Forum: Support
Topic: PrintPreview with images and text
Replies: 8
Views: 25714

PrintPreview with images and text

Hello In some documents that are displayed with TRVPrintPreview, composed of images and texts, the images appear correctly but part of the text appears outside the left margin. I have checked that if I put bullets to the text, it fits correctly. Any orientation or idea of why it occurs? Is it caused...
by jota
Mon Mar 06, 2017 7:27 am
Forum: Support
Topic: Printing footer
Replies: 3
Views: 12309

Re: Printing footer

Hi

I´m looking for coordinates of the foot to present a TextOut with page counter, in the OnPagePostpaint event, so that I can collect updated or recalculate those coordinates when I use trvprintpreview.

Thanks
by jota
Thu Mar 02, 2017 1:31 pm
Forum: Support
Topic: Printing footer
Replies: 3
Views: 12309

Printing footer

Hi

Is there a property in trvprint to get the coordinates of the foot inside the page to be printed?

Thanks in advance
by jota
Thu Feb 23, 2017 1:23 pm
Forum: Support
Topic: Print selected content
Replies: 2
Views: 12233

Print selected content

Hello

With the treatment given to printing in TRichView\Demos Delphi\Assorted\Printing
Is it possible to print only a selected piece inside a Trichview?, or you should create a temporary trichview, with the copy of the clipboard, for printing?

Thanks
by jota
Wed Feb 22, 2017 1:29 pm
Forum: Support
Topic: TRichView\Demos\Delphi\Assorted\Printing\Printing
Replies: 1
Views: 10970

TRichView\Demos\Delphi\Assorted\Printing\Printing

Hi When you execute this demo, you can resize form and, automatically resize the TRVPrintPreview content too. If you click zoom of this content two times, the size enlarges and returns to its original size. if later you resize form, TRVPrintPreview remains with the same size. Why does it occurs? Can...
by jota
Tue Jun 30, 2015 9:52 am
Forum: Support
Topic: Undo/Redo length
Replies: 2
Views: 11534

Hi

Thanks for your solution
by jota
Mon Jun 29, 2015 10:00 am
Forum: Support
Topic: Undo/Redo length
Replies: 2
Views: 11534

Undo/Redo length

Hello

How I can know number of undo or redo operations i can recover at a given time?

Thanks in advance
by jota
Mon Jan 26, 2015 6:19 pm
Forum: Support
Topic: Empty TDBRichViewEdit
Replies: 2
Views: 11344

I need to force the loading of blobfield (DataSource->DataField) with the contents of tdbrichviewedit, even if it is empty (no information entered by the user)
by jota
Fri Jan 23, 2015 1:33 pm
Forum: Support
Topic: Empty TDBRichViewEdit
Replies: 2
Views: 11344

Empty TDBRichViewEdit

Hi

How i can save an empty tdbrichviewedit windows, in asociated datafield?
(if the window has some content is automatically saved)

Thanks
by jota
Mon Jan 12, 2015 8:47 pm
Forum: Support
Topic: TDBRichviewEdit new color style
Replies: 3
Views: 12312

Hello

"Allow adding styles dynamically" was already selected.

I can add the new style, but only after having written some character in the TDBRichviewEdit (If this is empty does not work)

Is there a property, configuration, etc. that causes this behavior?

Thanks
by jota
Sun Jan 11, 2015 5:30 pm
Forum: Support
Topic: TDBRichviewEdit new color style
Replies: 3
Views: 12312

TDBRichviewEdit new color style

Hi In an empty TDBRichviewEdit i click on a button for change color style, but when i write, the characters appears in default color style. If after writting i click on color style button other time, the next characters i write appears in the new color style. Why occurs this behaviour? How i can do ...
by jota
Fri Nov 28, 2014 12:29 pm
Forum: Support
Topic: Tdbrichviewedit event
Replies: 5
Views: 15499

hello My problem is this. I have a TTreeView component. Selecting a node, the focus goes to a TDBRichViewEdit component. Just before leaving the TDBRichViewEdit component (eg by clicking the mouse on another node in TTreeView component), I need to store 'tnNodAux: = TreeOpc.Selected;'. If I do it in...
by jota
Thu Nov 27, 2014 1:48 pm
Forum: Support
Topic: Tdbrichviewedit event
Replies: 5
Views: 15499

Hello My code is as follows If I leave the "TDBRichViewEdit" component by clicking the mouse on a node in the "TTreeView" component; the variable "tnNodAux" stores information for that node. But I need to save the selected node just when leaving the "TDBRichViewEdi...
by jota
Wed Nov 26, 2014 1:27 pm
Forum: Support
Topic: Tdbrichviewedit event
Replies: 5
Views: 15499

Tdbrichviewedit event

Hi.

I´m using the onchange event of a tdbrichviewedit component to detect a change in the number of styles.

It would be enough to know if the number of styles has changed, just before leaving the component. Is there some event where this can be done?

Thanks
by jota
Mon Sep 29, 2014 11:35 am
Forum: Support
Topic: Colours in dbrichviewedit text
Replies: 3
Views: 12664

hi

I doubt

I need to know the different colors actually in the written text in tdbrichviewedit.

RVStyle.TextStyles gives me the information I need?

Or only contains information about colors and other styles possibilities. if so how can I get information that i want?

Thanks