Search found 8 matches

by RoniTevel
Mon Dec 30, 2013 11:29 am
Forum: Support
Topic: Hebrew language
Replies: 4
Views: 14265

Hi Sergey
Thanks it work grate.
Regards
Roni
by RoniTevel
Thu Dec 26, 2013 11:15 am
Forum: Support
Topic: Hebrew language
Replies: 4
Views: 14265

Hi Sergey
can you send me a demo of editor that
support Hebrew and english typing i tried to use
Alignmet and BidiMode witout success.
The english line disply from left to righ like this:
i typed
tes my doc.
i see
.test my doc

Thanks
Roni
by RoniTevel
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 ...
by RoniTevel
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 ...
by RoniTevel
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
by RoniTevel
Thu Apr 19, 2012 1:08 pm
Forum: Support
Topic: create and send HyperLink by email
Replies: 3
Views: 11453

Thnks Sergey.
can you upload code sample how to
store a hyperlink in item tag?
Roni
by RoniTevel
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 ...
by RoniTevel
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?