Hello!
Hello!
I would be looking for a Non-gpl, possibly free class to generate RTF text which is then returned as a string.
Anybody knows any that would do this?
Thanks :)
I would be looking for a Non-gpl, possibly free class to generate RTF text which is then returned as a string.
Anybody knows any that would do this?
Thanks :)
Are you only working on the win32/win64 platform ? If so did you checked this: https://stackoverflow.com/questions/3227899/using-trichedit-at-runtime-without-defining-a-parent
ReplyDeleteHi, yes, I am only working on Win32/64. The issue is that I need to pass formatted text to an unbound Card View in a cxGrid. Alas, that doesn't come with an embedded RTF control, so I thought I'd ask for a simple class that can generate an RTF that I can then chuck into the row.
ReplyDeleteYou cannot use the cxEditor in a cardview? I cannot check detais atm but that sounds strange.
ReplyDeleteWhat do you mean by "generate"? We do some simple RTF formatting for cxGrid, but we just manually join the formatting pieces with the data.
ReplyDeleteDoesn't version 17.1 come with a new export to RTF facility?
ReplyDeleteWindows comes with libraries to do this
ReplyDelete