Hi Sergey
Thanks it work grate.
Regards
Roni
Search found 8 matches
- Mon Dec 30, 2013 11:29 am
- Forum: Support
- Topic: Hebrew language
- Replies: 4
- Views: 14265
- Thu Dec 26, 2013 11:15 am
- Forum: Support
- Topic: Hebrew language
- Replies: 4
- Views: 14265
- Sun Jul 29, 2012 4:37 pm
- Forum: Support
- Topic: sate to html
- Replies: 3
- Views: 15061
Yes.. this is the exact lie (taken from your samples) rve.SaveHTML(EmailTempFile, '', 'img', [rvsoOverrideImages]); this is the html in the file before i send it: <html><head><title></title> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1255"> </head> <body bgcolor="#ffffff ...
- Sun Jul 29, 2012 1:18 pm
- Forum: Support
- Topic: sate to html
- Replies: 3
- Views: 15061
sate to html
Hi Sergey I have email application based on RVE editor. I write some text and insert a signature image by using: rve.LoadRTF(GlobalUserPrivateDir + '\signature.rtf'); rve.Format; I save to html using: rve.SaveHTML(EmailTempFile, '', 'img', [rvsoOverrideImages, rvsoOverrideImages]); what i get in the ...
- Thu Apr 19, 2012 2:15 pm
- Forum: Support
- Topic: get seleted text style
- Replies: 1
- Views: 7973
get seleted text style
How can i determin if the selected text is underlined
roni
roni
- Thu Apr 19, 2012 1:08 pm
- Forum: Support
- Topic: create and send HyperLink by email
- Replies: 3
- Views: 11453
- Thu Apr 19, 2012 12:26 pm
- Forum: Support
- Topic: create and send HyperLink by email
- Replies: 3
- Views: 11453
create and send HyperLink by email
Hi There I use a TRichViewEdit compnent to edit email body. i need to add HyperLink to the email body and make shure it will be link when sending it by email. Rve.SaveHTML(EmailTempFile, '', 'img', [rvsoOverrideImages,rvsoOverrideImages]); HtmlBody:=FileToStr(EmailTempFile); //***- if cbxHebrew ...
- Fri Mar 12, 2010 1:44 am
- Forum: Support
- Topic: Load Rtf File into RichView
- Replies: 1
- Views: 8325
Load Rtf File into RichView
I use delphi 2010 RichView 12
i am trying to load an RTF file to TrichViewEdit
rve.LoadRTF('c:\123.rtf') returns True
but no text added to the RichView.
any ideas?
i am trying to load an RTF file to TrichViewEdit
rve.LoadRTF('c:\123.rtf') returns True
but no text added to the RichView.
any ideas?