wav files in memory

General TRichView support forum. Please post your questions here
Post Reply
piet van Blokland
Posts: 6
Joined: Fri Sep 09, 2005 2:17 pm

wav files in memory

Post by piet van Blokland »

Hi

I have several questions
1 Is it possible to put text before or after a table on the same line in a richviewcontrol
2 Is there a manual for the users of a richview editor (I know there is one for the programmers)
3. I wish to load and save WAV files associated with a bitbtn control into the memory.And load and save as I open en close the richviewfile. Do you know how to do this?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

1. Only using nested tables
2. No. But if you use RichViewActions, there is a template for help file. All RichViewActions dialogs can have additional "Help" button. I can explain how enable it, if you want.
3. Create a component inherited from TBitBtn which is able to store WAV file like a property. Example can be found here:
http://www.trichview.com/forums/viewtopic.php?t=1074
(just change TButton to TBitBtn)
Post Reply