Customoze the file formats in the Save As dialog?

General TRichView support forum. Please post your questions here
Post Reply
PeterPanino
Posts: 57
Joined: Tue Jul 13, 2010 10:50 pm

Customoze the file formats in the Save As dialog?

Post by PeterPanino »

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?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

To exclude formats, you can use
TRVActionOpen.Filter
TrvActionSaveAs.Filter

Additionally, you can implement your own formats, see TRVAControlPanel.OnCustomFileOperation
PeterPanino
Posts: 57
Joined: Tue Jul 13, 2010 10:50 pm

Post by PeterPanino »

Thank you, Sergey!
Post Reply