Hello,
I'm working on converting DOORS Tables into richText format. The generated rich text string (including rich text tags) is approximately 80,000 characters.
richText
When I use the richText(string) function to convert this string to an RTF table and assign it to a Text attribute, the module either fails to open or the section containing the converted object loads indefinitely when scrolling to it.
richText(string)
I tried reducing the character count to around 60,000, and the module opened successfully, although performance (especially scrolling) was noticeably degraded.
Has anyone else experienced this issue? Is there a known character limit or a workaround to improve module stability when converting large richText strings?
Thanks in advance!