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
wav files in memory
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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)
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)