Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 87
|
Hello support team .& nbsp ; I am using the latest version of the NRichTextView ( also happens in previous version ) and encountering a problem when I construct tables in the control , SaveToStream in RTF format , then LoadFromStream .& nbsp ; The structure of the table seems to change each save / load cycle .& nbsp ; Here is what the first time I construct the tables ( programmatically ) looks like : 73% of original size (was 688x19) - Click to enlarge  After I savetostream the next time I loadfromstream it looks like this 73% of original size (was 688x19) - Click to enlarge  Notice the cells are larger and the cell contents apparently have margins around them .& nbsp ; If I then savetostream again ( such as adding a blank line after a table or inserting some text after a table ) it looks even more strange : 73% of original size (was 688x19) - Click to enlarge  I have attached a txt file with the RTF strings that resulted from the savetostream each time .& nbsp ; Is there a reason why each string is different ?& nbsp ; Is there some setting I need to set on the table to prevent NRichTextView from changing the table structure ? Please let me know if you need additional information .& nbsp ; Thanks very much !
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
Hi Tom , Thank you for reporting this problem . It turns out the editor was incorrectly serializing the cell padding in RTF . We have uploaded a SP which must be fixing this problem . We hope this helps - let us know if you experience any issues ...
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 87
|
Forgive my ignorance but I'm not sure I understand what you mean by "uploaded a SP". Do you have a link to an updated control I can download?
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
Hi Tom , We meant " uploaded a service pack " - sorry for the confusion  . The standard windows installation on our web site is updated : https://www.nevron.com/download-downloads.aspx?expandedCategory=Open%20Visionso you simply need to download and reinstall . Let us know if you meet any problems .
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 87
|
Gotcha. I figured that's what you meant but wasn't sure if there was a different download location for service packs. Now I know! ;-) Downloaded, installed and it works fine. Thanks very much!
|