Page 1 of 1

Help for TRVa stuff?

Posted: Sat Apr 29, 2006 3:43 pm
by sanjayk
Hello,

I am evaluating this. I am looking up the actiontest project. I can't find help on components like TRvaControlPanel. What does it do? What is onDownload event, etc? I can't find it in the index of richview help. Can you point me to the right tutorial or document for this?

Thanks.

Posted: Mon May 01, 2006 6:20 pm
by Sergey Tkachenko
RichViewActions do not have a help file.
The most important information is in the readme.rvf (the file that is loaded in the ActionTest demo when it starts).
You can for example, press Ctrl+F and search for "OnDownload"

Old file?

Posted: Tue May 02, 2006 2:53 am
by sanjayk
Thanks, I found it after some effort, a strange BUG! Here is what I did:

1) I went to the richveiwactions folder in Windows Explorer and double-clicked the readme.rvf file. BUT THIS OPENED RichViewEdit Demo instead of the actual file!

2) Then I did a grep on command line and could see that OnDownload was there in the file.

3) So, this time I went back and specifically opened the file from File Open of the demo editor compiled with actiontest and it worked.

BUG: This means that when installing RichView, the demo application that sets itself up as the opener of RVF files has a bug and doesn't process its arguments but always brings up the same Readme file.

Posted: Tue May 02, 2006 8:19 am
by Sergey Tkachenko
1) None of RichView demos are associated with *.RVF extension (by default, no application should be opened when you dblclick RVF file) Probably, you created this association yourself.

2) The ActionTest demo really loads the specific file on start, it ignores command line arguments. It's only a demo. Its source code is available, you can make all changes you want.

Thanks

Posted: Tue May 02, 2006 8:34 am
by sanjayk
Probably I did. Thanks.