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!
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 ...
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 ...
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 ...
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 ...
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:
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
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.
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 ...