Search found 29 matches

by Tavo
Mon Mar 25, 2019 2:17 pm
Forum: ScaleRichView
Topic: Cursor not showing when TSRichViewEdit is in a VCL Frame
Replies: 7
Views: 50563

Re: Cursor not showing when TSRichViewEdit is in a VCL Frame

Hello Sergey, thanks for answering.
I had not done it because-this post being so old-I thought it was already incorporated into the library.
I just did it and it works perfect! :-)
Thank you!
by Tavo
Fri Mar 22, 2019 6:30 pm
Forum: ScaleRichView
Topic: Cursor not showing when TSRichViewEdit is in a VCL Frame
Replies: 7
Views: 50563

Re: Cursor not showing when TSRichViewEdit is in a VCL Frame

Hi! I recently updated my version of ScaleRichView. I find this same problem: Cursor not showing when TSRichViewEdit is in a VCL Frame. The same form (with a frame with a ScaleRichView) was working well until the update. The only problem that I have detected so far is that the cursor does not to bli...
by Tavo
Wed May 24, 2017 5:57 pm
Forum: Support
Topic: RichViewActions/ScaleRichView (Table Borders increases)
Replies: 4
Views: 16129

Re: RichViewActions/ScaleRichView (Table Borders increases)

Sergey, thank you for answering. Your answer made me work. :lol: :lol: :lol: :lol: :lol: My project is very large and all its parts are interrelated. It's very difficult to send you the whole project. Well... I got more information about the problem. I can eliminate the symptom but I do not know the...
by Tavo
Tue May 02, 2017 5:17 pm
Forum: Support
Topic: RichViewActions/ScaleRichView (Table Borders increases)
Replies: 4
Views: 16129

Re: RichViewActions/ScaleRichView (Table Borders increases)

Hello Sergey Thank you for answering me. The truth is that I made many modifications and I do not know what is causing these problems. First I tell you what I did in my application: I used TForm3.pas from the ActionTest.dpr project and I made it into a TFrame. So, I can use it in different places. S...
by Tavo
Thu Apr 27, 2017 7:05 pm
Forum: Support
Topic: RichViewActions/ScaleRichView (Table Borders increases)
Replies: 4
Views: 16129

RichViewActions/ScaleRichView (Table Borders increases)

Hello!! I'm using RichViewActions/ScaleRichView I'm testing a modified version of ActionTest (RichViewActions) within an application I'm developing. I encounter the following problem: If you enter a table with the default values, the table are perfect. If you enter a second table with the default va...
by Tavo
Tue Jun 14, 2016 12:38 pm
Forum: ScaleRichView
Topic: TSRichViewEdit / TSRVPrint and PrintFrames()
Replies: 6
Views: 50659

Yes! It works perfect!
thanks Sergey
by Tavo
Mon Jun 13, 2016 8:23 pm
Forum: ScaleRichView
Topic: TSRichViewEdit / TSRVPrint and PrintFrames()
Replies: 6
Views: 50659

Hello Sergey, thank you very much for answering. Now everything are in the same job, but for some reason does not print the first page.

If my list of pages is printed only 1.3 page 3
If my list of pages is printed only 2.4 page 4

Some clue? What am I doing wrong?
Thank you very much
by Tavo
Thu Jun 09, 2016 8:01 pm
Forum: ScaleRichView
Topic: TSRichViewEdit / TSRVPrint and PrintFrames()
Replies: 6
Views: 50659

TSRichViewEdit / TSRVPrint and PrintFrames()

Hi, I am using ScaleRichView and I need to do my own routine for printing only a few pages. I need to print pages-for example 1,4,13,15,16 I'm storing numbers desired pages in a list. My code is something like this: SRVPrint := TSRVPrint.Create(nil); try SRVPrint.SRichViewEdit := Edit; // Edit is TS...
by Tavo
Mon Jun 06, 2016 6:32 pm
Forum: ScaleRichView
Topic: Store properties within the document (I need some advice)
Replies: 2
Views: 16234

Thanks Sergey!!!!
by Tavo
Fri Jun 03, 2016 4:23 pm
Forum: ScaleRichView
Topic: Store properties within the document (I need some advice)
Replies: 2
Views: 16234

Store properties within the document (I need some advice)

Hello!
I want to store some properties inside the document:

TSRVPageProperty.PageNoVAlign
TSRVPageProperty.PageNoFromNumber
TSRVPageProperty.PageNoFirst

I need an advice. What is the best way to store the properties within the document? ¿In DocProperties?

Thanks for readme.
by Tavo
Wed Apr 20, 2016 5:43 pm
Forum: ScaleRichView
Topic: First page header/footer are visible only after double-click
Replies: 8
Views: 38317

As always, Sergey, you're right !!!!!
Sorry for the inconvenience and thank you very much.
Salute from Buenos Aires
by Tavo
Wed Apr 20, 2016 2:10 pm
Forum: ScaleRichView
Topic: First page header/footer are visible only after double-click
Replies: 8
Views: 38317

Sergey, thanks for answering. I'm not creating SRichViewEdit1 by code. Anyway, after your answer, I tried to call Loaded() but does not solve the problem. Yes, I call format after loading the subdocuments. I even put a button that execute the following code Application.ProcessMessages ; Self.Editor....
by Tavo
Tue Apr 19, 2016 8:24 pm
Forum: ScaleRichView
Topic: First page header/footer are visible only after double-click
Replies: 8
Views: 38317

First page header/footer are visible only after double-click

Hello, I hope my bad English is not so bad. I'm not sure that the title is correct :-) I am having a problem when I load a document in the header of the first page of a TSRichViewEdit. The content is not visible at first. You can only see after double clicking on it. My application is to managing do...
by Tavo
Fri Mar 11, 2016 3:20 pm
Forum: ScaleRichView
Topic: Shared Images in Header and Footer
Replies: 8
Views: 45650

Sergey, you are rigth!!!!! The instructions how to reproduce this problem is SRichViewEdit1.RichViewEdit.OnRVFPictureNeeded := RV_UtilLT.DummySRV.LTPictureNeeded The instructions how to fix it is SRichViewEdit1.OnRVFPictureNeeded := RV_UtilLT.DummySRV.LTPictureNeeded :oops: :oops: :oops: :oops: :oo...
by Tavo
Fri Mar 11, 2016 2:45 pm
Forum: ScaleRichView
Topic: Shared Images in Header and Footer
Replies: 8
Views: 45650

Hello Sergey. It's me again.... There is a small problem ... If I assign handler at design time everything works perfectly. But if I do it in design-time handlers of subdocuments are being worth nil (or keep the handler assigned at design time). I would need assign it by code to share the same handl...