Questions about TAdvRichEditor

Hello,


I am using v.1.4 of the component and I have a few questions:

1. I add a TAdvRichEditorEditToolBar associated with my RichEdit control and although the save button brings up a dialog that supports the .rtf format the open button shows a dialog that supports only .txt and .rte, is this a bug?

2. After closing the file open/file save dialog is there a way to know the complete path of the selected file?

Thank you very much for your time

Regards
  1. Issue has been fixed. *.RTF will now also show in OpenDialog
    2. We added a public property RecentFileName: string to the TAdvRichEditorEditToolBar that will hold the last used filename for both Open & Save.

Thank you very much for your prompt reply, excellent news!!!