Hi!
When using TrvActionSaveAs to save the RVE document in one of several formats, how can I customize the file formats displayed in the Save As dialog's file formats combo box?
For example, in a specific situation I want to limit the choice of file formats presented to the user to RTF and TXT. How can I do this?
Customoze the file formats in the Save As dialog?
-
- Posts: 57
- Joined: Tue Jul 13, 2010 10:50 pm
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
To exclude formats, you can use
TRVActionOpen.Filter
TrvActionSaveAs.Filter
Additionally, you can implement your own formats, see TRVAControlPanel.OnCustomFileOperation
TRVActionOpen.Filter
TrvActionSaveAs.Filter
Additionally, you can implement your own formats, see TRVAControlPanel.OnCustomFileOperation