Search found 56 matches

by Lucian
Sun Mar 22, 2015 4:44 pm
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

All right!

It worked in the test and I understand now. I'll work this on the application and see if my problem is gone.

Thank you,
Lucian
by Lucian
Thu Mar 19, 2015 12:18 pm
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

testcase 2

I resent the project, please use test2.zip
Lucian
by Lucian
Thu Mar 19, 2015 12:13 pm
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

test case (still not working for me)

I just sent you a very simple test case.

regards
Lucian
by Lucian
Thu Mar 19, 2015 11:14 am
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

not working

I am still not having luck. I do 3 insertions at the top of the message (it's an email message getting answered) and they don't look ok. Plus, your recommendation to insert an empty paragraph is not good for me as this is inserting additional white space not desired. I think the flow should be as ...
by Lucian
Thu Mar 19, 2015 8:12 am
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

more on this

Also, if I set the para style, like this:
rve.CurParaStyleNo := ...

Than this breaks the body of the original text. The paragraph which was centered (at the top) it becomes left aligned.
by Lucian
Thu Mar 19, 2015 8:08 am
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

not working

Nope, this is still not working for me. The inserted text (which I would like it to be left aligned) picks up the alignment from the first paragraph of the body (which is centered). My inserted text looks like this: _______'#$D#$A#$D#$A'[email protected] schrieb am 18.03.2015 14:53:08: '#$D#$A#$D#$A ...
by Lucian
Wed Mar 18, 2015 1:52 pm
Forum: Support
Topic: inserting text at the top with different style
Replies: 10
Views: 26599

inserting text at the top with different style

Hi, I have some stuff in a TRichViewEdit. At the top, there is a piece of text, centered and some whatever font and color. I would like to insert few lines of text above, at the top, and I would like that my new inserted text to have some specific style. No matter what I tried, the inserted piece is ...
by Lucian
Wed Feb 25, 2015 12:14 pm
Forum: Support
Topic: keep track of moving body of text, inside trichedit
Replies: 3
Views: 13725

Sergey Tkachenko wrote:...Do you need a sample code?
I should be able to delete the checkpoint when finished.
Thanks
by Lucian
Wed Feb 25, 2015 12:13 pm
Forum: Support
Topic: keep track of moving body of text, inside trichedit
Replies: 3
Views: 13725

Sergey Tkachenko wrote:...
Do you need a sample code?
Yes please, thank you very much!
Lucian
by Lucian
Tue Feb 24, 2015 3:03 pm
Forum: Support
Topic: keep track of moving body of text, inside trichedit
Replies: 3
Views: 13725

keep track of moving body of text, inside trichedit

Hi, I'd like to know if this is possible. It's about emails... forwarding emails. For example. Let's say the user wants to forward an email. A new email (form) is created, 2 empty lines are inserted in the body of the new email (at the top of the richedit control), than the old content is pasted in ...
by Lucian
Wed Jan 21, 2015 9:46 am
Forum: Support
Topic: AV when loading from clipboard, htmlviewimporter...
Replies: 23
Views: 54439

Hi Sergey, The code you indicated above (Button1Click) has one little quirk. Using the THtmlViewer component has the undesirable effect of showing this control for a small duration of time, depending on how large it is the html being processed. Is there a way to import html in TRichViewEdit, without ...
by Lucian
Tue Jan 13, 2015 7:15 am
Forum: Support
Topic: AV when loading from clipboard, htmlviewimporter...
Replies: 23
Views: 54439

Great!

Nice, thank you very much!
Regards,
Lucian
by Lucian
Fri Jan 09, 2015 9:25 am
Forum: Support
Topic: AV when loading from clipboard, htmlviewimporter...
Replies: 23
Views: 54439

One other thing, the WebBrowser component IS needed, because that's what we want to use to display the orginal html email. It is MS native and it displays the email perfectly, exactly as they were sent from example from Outlook or other email programs. So I am hoping you can fix whatever that crash ...
by Lucian
Fri Jan 09, 2015 9:10 am
Forum: Support
Topic: AV when loading from clipboard, htmlviewimporter...
Replies: 23
Views: 54439

About RichViewActions

Hi Sergey, To add this last feature in our application (read/edit html emails) we added a lot of third party code ... kind of we are not very happy with the outcome. In any case, about using RichViewActions and the call to NormalizeRichView, is it mandatory or just a suggestion? Any problem if we ...
by Lucian
Thu Jan 08, 2015 12:55 pm
Forum: Support
Topic: AV when loading from clipboard, htmlviewimporter...
Replies: 23
Views: 54439

If you still want to see the AV.... TcxWebBrowser, it is a simple in-house wrapper, you can replace it with TWebBrowser (in the dfm than pas), compile and run, click the button and you will have the AV. In any case, I tested some of you changes and, yes, it works much better. I still get an AV, this ...