Hello!
I have a problem loading XML with TRichViewXML into TRVReportHelper.RichView. I believe the problem is in bulleted list items located inside table cells. The same XML file loads fine into TRichView/TRichViewEdit but fails with Access Violation when loading into TRVReportHelper.RichView. Access Violation occurs in TRVMarkerItemInfo.GetMinWidth.
Is there any workaround?
Loading XML to TRVReportHelper.RichView
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 29
- Joined: Tue Dec 15, 2009 10:01 am
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
In this version of RichViewXML, TRichViewXML.LoadFromFile calls RichView.Format. It makes it impossible to load XML in RVReportHelper.
In the newest version of RichViewXML, the call of Format is removed.
You can either update (to TRichView 13.x + RichViewXML 1.9.1), or find the call of Format in RichViewXML code, and remove it.
In the newest version of RichViewXML, the call of Format is removed.
You can either update (to TRichView 13.x + RichViewXML 1.9.1), or find the call of Format in RichViewXML code, and remove it.
-
- Posts: 29
- Joined: Tue Dec 15, 2009 10:01 am
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 29
- Joined: Tue Dec 15, 2009 10:01 am