Search found 67 matches

by Nostradamus
Wed Mar 31, 2010 5:46 pm
Forum: Support
Topic: What program is opening RichView Help ?
Replies: 12
Views: 33936

Actually that file does not work....

I found I had to use
1-TRichView\Help\RichView.chm from rvHelp.zip

I found that the file at

http://www.trichview.com/rvfiles/rvchm.zip

does not work for some reason.
by Nostradamus
Wed Mar 31, 2010 5:33 pm
Forum: Support
Topic: What program is opening RichView Help ?
Replies: 12
Views: 33936

Here is how to do it for RichView.chm

or try this. download help file (RichView.chm) and place it in folder outside 'Program Files' eg C:\Help I have been unable to get it to work from Delphi 2010 IDE using Program Files in the file path. http://www.trichview.com/rvfiles/rvchm.zip Open Tools menu GOTO Configure Tools click "Add&quo...
by Nostradamus
Tue Mar 30, 2010 12:18 am
Forum: Support
Topic: What program is opening RichView Help ?
Replies: 12
Views: 33936

A temporary work-a-round solution for D 2010

Open Tools menu GOTO Configure Tools click "Add" in Tool Options window in the Tools Properties window type Name : RichView HTML Help Program: C:\Program Files\Mozilla Firefox\Firefox.exe (or whatever HTML web-browser you prefer) Working Dir: (leave Blank) Parameters: http://www.trichview....
by Nostradamus
Tue Mar 30, 2010 12:09 am
Forum: Support
Topic: What program is opening RichView Help ?
Replies: 12
Views: 33936

HTML help....

I could not see anything on this page yet...

http://www.trichview.com/rvfiles/rvchm.zip,
by Nostradamus
Sun Mar 28, 2010 8:48 pm
Forum: Support
Topic: What program is opening RichView Help ?
Replies: 12
Views: 33936

What program is opening RichView Help ?

What is the name of the file/program which opens RichView.hlp ?

Can a link to RichView Help be easily added to the Delphi 2010 IDE ?
by Nostradamus
Wed Mar 24, 2010 9:11 pm
Forum: Support
Topic: Getting old RichView Delphi5 project to compile on D2010 ?
Replies: 1
Views: 8496

Getting old RichView Delphi5 project to compile on D2010 ?

When I run compile in D2010 the project breaks at this line of code... while (Offs>0) and rve.RVData.IsDelimiterW(Word(ws[Offs])) do begin message line 1899 [DCC Error] MainFrame2.pas(1899): E2010 Incompatible types: 'Char' and 'Word' Any help is appreciated..... from the procedure shown below... ++...
by Nostradamus
Tue Mar 23, 2010 5:55 am
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

Something else I noticed...

Both Editor 1 projects (unicode and non-unicode) do not run on my XP Pro computer.

However both the Unicode and Non-Unicode Editor 1 projects do run OK on VISTA.
by Nostradamus
Sun Mar 21, 2010 9:07 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

Something I noticed...

If I attempt to save and load 'plain' text in an rvf file with non-unicode Editor 1 project exe everything works OK. For both saving and loading.

It seems to be a problem with the "a2" hypertext in the original readme.rvf

but I could be wrong.
by Nostradamus
Sun Mar 21, 2010 8:59 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

The load error message happens for both normal and unicode..

There are two Editor 1 projects

one is normal non-unicode demos tree

the other is in the delphi unicode demos tree

BOTH these projects display the same error on loading the readme.rvf file in their corresponding directory.
by Nostradamus
Sun Mar 21, 2010 8:47 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

Yes, there is still a preoblem with Editor 1

I have checked the folder for save and load and you were right it was different.

But that being so and I have saved and loaded from the same folder now where Editor1 (Unicode demo) is, the same problem of truncating files and opening file errors persists.

kind regards
by Nostradamus
Sun Mar 21, 2010 7:28 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

Same Directory... still same problem

I notice when it compiles it takes an inordinately long time. I will email the error messages for both Editor 1 and Editor after compiling under Delphi 2010. Called Editor 1.txt and Editor2.txt. I tried adding a modified version of your code snippet to Editor2 Project.... initialization // We need t...
by Nostradamus
Sat Mar 20, 2010 11:08 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

I have noticed a similar problem with Editor2 .. It does not

When I try to save files with Editor 2 they do not save correctly.

When I save an open RVF file in Editor 2 with a new name and then open the
the new file after re-opening the original file the new file seems to be truncated or shortened.

Any help is always appreciated
by Nostradamus
Fri Mar 19, 2010 8:24 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

Another new problem...

OK I get or understand that I must first save the file before closing the program now, But now I get 2 new problems. First I select the word Control then copy.. To set a checkpoint I go to menu... Edit >>> Checkpoint I paste the clipboard memory word "Control" into the Name window I enter ...
by Nostradamus
Fri Mar 19, 2010 7:05 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

I USED THE EDITOR 1 DEMO

Hi Sergey,

I got this result using the Editor 1 demo..
C:\Program Files\Embarcadero\RAD Studio\7.0\lib\1-TRichView\Demos\DelphiUnicode\Editors\Editor 1

I WAS WONDERING IF AN INI FILE WOULD NEED TO BE CREATED TO SAVE/LOAD THE CHECKPOINTS ?
by Nostradamus
Fri Mar 19, 2010 6:50 pm
Forum: Support
Topic: How to add/ delete bookmarks or checkpoints (user defined)
Replies: 25
Views: 58146

I found another problem with 'go to checkpoint'

Hi,

I just noticed if I turn the project off and restart it the saved checkpoints I added are missing.

How do I get the project/program to retain newly saved checkpoints even if the program is turned off and then restarted.