Page 1 of 1

wav files in memory

Posted: Mon Jul 10, 2006 2:40 pm
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

Posted: Tue Jul 11, 2006 8:34 pm
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)