Search found 51 matches

by alogrep
Sat Oct 19, 2019 4:26 pm
Forum: Support
Topic: Installing for ONLY ONE version of Delphi?
Replies: 3
Views: 26868

Re: Installing for ONLY ONE version of Delphi?

OK I solved it. I unselected "install IDE", then i went and executed "IDEInstall.exe" and there appeared the list of installed delphi versions.
Thanks.
by alogrep
Sat Oct 19, 2019 4:05 pm
Forum: Support
Topic: Installing for ONLY ONE version of Delphi?
Replies: 3
Views: 26868

Re: Installing for ONLY ONE version of Delphi?

Hi Sorry, there is no list of installations to uncheck (D5). I just ran the installation again (and cancelled immediately) And it does not show anything about "uninstall" Also I noticed that while running install.exe, in the same folder now there is another file "TRichView18Setup18.0....
by alogrep
Sat Oct 19, 2019 2:55 pm
Forum: Support
Topic: Installing for ONLY ONE version of Delphi?
Replies: 3
Views: 26868

Installing for ONLY ONE version of Delphi?

Hi.
Is this possible? I have Delphi 10.2 installed, along with D5. Is it possible to install richview ONLY for 10.2 but not touch the D5 installation at all? If so, how?
Thank you
by alogrep
Tue Oct 08, 2013 9:49 pm
Forum: Support
Topic: E-mail demo using SYNAPSE: here it is
Replies: 0
Views: 22520

E-mail demo using SYNAPSE: here it is

(IF you have not done so,download the synapse lib. It does not need any installation, you will be in business instantly!) Using pieces form demos by synapse and Trichview, I came up with this example that shows how to send trichview content by email. Make a unit with aTrichViewEdit component on it w...
by alogrep
Sun Oct 06, 2013 1:10 pm
Forum: Support
Topic: IS IT POSSIBLE TO USE SYNAPSE with trichview
Replies: 4
Views: 28176

Actually you can find a concrete example on how to send html+images here http://coding.derkeiler.com/Archive/Delphi/borland.public.delphi.thirdpartytools.general/2006-07/msg00249.html Since i am interested in embedded images 9not images attached form a disk file), what would it go here: //embedded i...
by alogrep
Sun Oct 06, 2013 12:55 pm
Forum: Support
Topic: IS IT POSSIBLE TO USE SYNAPSE with trichview
Replies: 4
Views: 28176

Yes it does.
You can see definition and an example here:
http://synapse.ararat.cz/doku.php/publi ... :tmimepart
Thanks
by alogrep
Sun Oct 06, 2013 4:44 am
Forum: Support
Topic: IS IT POSSIBLE TO USE SYNAPSE with trichview
Replies: 4
Views: 28176

IS IT POSSIBLE TO USE SYNAPSE with trichview

Do you have a demo?
How can synapse be used to send trichview html+images by email?
thanks
by alogrep
Thu Oct 03, 2013 10:19 pm
Forum: Support
Topic: Heml text+images with Indy 10
Replies: 4
Views: 32245

uhm, socket error 10054 (while encoding)

Hello sergey I thought the change you suggested solved the problem.. However, in the most randomly way I get getting the dreaded socket error 10054. This always happens in one of these Indy parts a) Encoding text b) encoding attacment c) TIdMessageEncoderMIME.Encode It seems it get stuck in the enco...
by alogrep
Mon Sep 30, 2013 6:58 pm
Forum: Support
Topic: Heml text+images with Indy 10
Replies: 4
Views: 32245

maybe is not your field anymore....

Thanks Sergey The change to ws: TRVUnicodeString worked fine. But now when I use the code to send my own message with text and images, if I run it in the Ide I get the "socket error 10054". However, I noticed that when I stepped through the code (F8) of IdMessageclient.pas in then TIdMessa...
by alogrep
Mon Sep 30, 2013 3:32 am
Forum: Support
Topic: Heml text+images with Indy 10
Replies: 4
Views: 32245

Heml text+images with Indy 10

Hello Sergey I hope you can help me. Unfortunately, I am still using Delphi 5 (I updated twice to D2009 or 10, don't remember, and to XE. I never used them b/c it required to update quite a bit of other costly tools. So I stopped throwing away money for now). Richview Version 11.0.8. Some time ago, ...
by alogrep
Mon Jan 30, 2012 10:30 pm
Forum: Support
Topic: Richview v13.6.3: RadStudio XE missing?
Replies: 1
Views: 14315

Richview v13.6.3: RadStudio XE missing?

Hi I downloaded the v13.6.3 package, and ran Install.exe. In the Install.txt file, I find " Delphi XE " INSTALLING COMPONENTS Open RVPkgDXE.dproj. Right click the package........ but there is NO RVPkgDXE.dproj in the richview directory. the latest versions is RVPkgD2010.dproj. Now, I have ...
by alogrep
Tue Feb 15, 2011 9:57 pm
Forum: Support
Topic: Unwanted '&' character in MainMenu with RichviewActions
Replies: 2
Views: 18849

True, I found that out.
I do not understand though why the '&' character shows as the character
instead of underlining the character that follows it.
I can live with it because I eliminate the '&' after the translation.
Thanks
by alogrep
Mon Feb 14, 2011 9:14 pm
Forum: Support
Topic: Unwanted '&' character in MainMenu with RichviewActions
Replies: 2
Views: 18849

Unwanted '&' character in MainMenu with RichviewActions

Hello Sergey I am using RichView version 11.0.8 (at least that is the default line that comes up in the richviewedit. Is there a better way to find out the version?) and use RichViewActions (Actions_Version', 'v1.70' shows in RvActionsReg). I have a small problems that I can't fix. The mainmenu of m...
by alogrep
Fri Aug 08, 2008 7:27 am
Forum: Support
Topic: Replacing all 'simiar' text occurrencies in richviewedit
Replies: 1
Views: 15214

Replacing all 'simiar' text occurrencies in richviewedit

Hi I want to do this: given a text file of this format: aaaaaaaa {bmc xyz.gif) bbbbbbbbb {bmc xyz123.gif} etc I want to replace all the "{bmc " occurrencies with the gif they refer to. So I can use rve.SearchText('{bmc ',GetRVESearchOptions(frOptions)). But then? it will select "{bmc ...
by alogrep
Mon Jun 11, 2007 11:08 am
Forum: Support
Topic: Cannot insert BOLD Text in 1st Row of tables ar runtime
Replies: 5
Views: 23379

yes as far I know. But it does not work

Hi I have a form (myeditor) with RichViewEdit. in this form, in the public section I have var editortable: TRVTableItemInfo; In ANOTHER form, I have a function: myeditor:=TMyEditor.Create(Self); try createAtable(myeditor.editortable,myeditor.RichViewEdit1) where createatable(var table: TRVTableItemI...