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: 14433
- Thu Dec 26, 2013 11:15 am
- Forum: Support
- Topic: Hebrew language
- Replies: 4
- Views: 14433
- Sun Jul 29, 2012 4:37 pm
- Forum: Support
- Topic: sate to html
- Replies: 3
- Views: 15161
- Sun Jul 29, 2012 1:18 pm
- Forum: Support
- Topic: sate to html
- Replies: 3
- Views: 15161
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 ...
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 ...
- Thu Apr 19, 2012 2:15 pm
- Forum: Support
- Topic: get seleted text style
- Replies: 1
- Views: 8008
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: 11542
- Thu Apr 19, 2012 12:26 pm
- Forum: Support
- Topic: create and send HyperLink by email
- Replies: 3
- Views: 11542
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 ...
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: 8382
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?