Please add a Text component to load directly an RTE file from the RichEditor component.
Using the RichEditor to create user texts for a program is easy. Thanks for that.
But displaying this text is to complicated. We have only two solutions :
- using a RichEditor in ReadOnly mode (easy, but not a good approach for display only)
- saving the RTE in miniHTML format and load it from a TTMSFMXHTMLText component, but we can't use images because there is nothing to load an image file to a TTMSFMXBitmapContainer except from a resource file.
Creating a RTEText component for loading RTE files and displaying them would be great.