--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/2a6304be-207c-4dda-a810-a2f99c8b04fcn%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "innosetup" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/innosetup/lLOJjbNoYDI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to innosetup+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/175972863340.7.9431001697769880443.938924855%40innosetup.nl.
On Monday, October 6, 2025, 09:39:17, Andrew Truckle wrote:
I wonder if it is worth rolling a simple RTF container then in Inno as a helper tool to manage RTF files? Else we will all start having problems won't we?
Windows RTF control shouldn't have any problems displaying Word's RTF files, as long as you don't use any features that it doesn't support; the nice thing about WordPad was that it showed you the files exactly as they're rendered by the RTF control, and also that the saved files were somewhat smaller than RTF files produced by Word.
WordPad is no longer shipped with Windows 11.
But, I still think that maybe it is advantageous to include these files into Inno since it is much better for the management of RTF content IMHO. Either way, I am now back up and running.
On Monday, October 13, 2025, 00:40:23, Gavin Lambert wrote:
It would theoretically be feasible to incorporate a separate RTF editor control (based around the standard rich edit control) into the IDE but I'm not sure how much effort would be needed to add this feature.
IIRC, Delphi used to ship with a sample editor application that was built with the RichEdit control, so maybe just package that?