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
Search found 56 matches
- Sun Mar 22, 2015 4:44 pm
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
- Thu Mar 19, 2015 12:18 pm
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
testcase 2
I resent the project, please use test2.zip
Lucian
Lucian
- Thu Mar 19, 2015 12:13 pm
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
test case (still not working for me)
I just sent you a very simple test case.
regards
Lucian
regards
Lucian
- Thu Mar 19, 2015 11:14 am
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
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 ...
- Thu Mar 19, 2015 8:12 am
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
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.
rve.CurParaStyleNo := ...
Than this breaks the body of the original text. The paragraph which was centered (at the top) it becomes left aligned.
- Thu Mar 19, 2015 8:08 am
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
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 ...
- Wed Mar 18, 2015 1:52 pm
- Forum: Support
- Topic: inserting text at the top with different style
- Replies: 10
- Views: 26589
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 ...
- Wed Feb 25, 2015 12:14 pm
- Forum: Support
- Topic: keep track of moving body of text, inside trichedit
- Replies: 3
- Views: 13718
- Wed Feb 25, 2015 12:13 pm
- Forum: Support
- Topic: keep track of moving body of text, inside trichedit
- Replies: 3
- Views: 13718
- Tue Feb 24, 2015 3:03 pm
- Forum: Support
- Topic: keep track of moving body of text, inside trichedit
- Replies: 3
- Views: 13718
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 ...
- Wed Jan 21, 2015 9:46 am
- Forum: Support
- Topic: AV when loading from clipboard, htmlviewimporter...
- Replies: 23
- Views: 54415
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 ...
- Tue Jan 13, 2015 7:15 am
- Forum: Support
- Topic: AV when loading from clipboard, htmlviewimporter...
- Replies: 23
- Views: 54415
Great!
Nice, thank you very much!
Regards,
Lucian
Regards,
Lucian
- Fri Jan 09, 2015 9:25 am
- Forum: Support
- Topic: AV when loading from clipboard, htmlviewimporter...
- Replies: 23
- Views: 54415
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 ...
- Fri Jan 09, 2015 9:10 am
- Forum: Support
- Topic: AV when loading from clipboard, htmlviewimporter...
- Replies: 23
- Views: 54415
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 ...
- Thu Jan 08, 2015 12:55 pm
- Forum: Support
- Topic: AV when loading from clipboard, htmlviewimporter...
- Replies: 23
- Views: 54415
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 ...