Data editors for DevExpress VCL v1.5

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Data editors for DevExpress VCL v1.5

Post by Sergey Tkachenko »

Data editors for DevExpress VCL v1.5

These files implement two components: TcxTRichViewEdit and TcxDBTRichViewEdit, and allow using TRichView as data editor in Express Quantum Grid and Express Quantum TreeList (by DevExpress)

http://www.trichview.com/resources/devexpress/rvdx.zip

Requires TRichView 14+
Requires DevExpress controls v2012 vol 1.4+

fix: for documents containing page breaks, their height in TcxGrid was not calculated correctly

new: properties: Properties.UseStyleTemplates and Properties.SetStyleTemplateInsertMode

impr: VCL drag&drop support (OnDragOver, OnDragDrop events)

Previous version:
http://www.trichview.com/forums/viewtopic.php?t=5059
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Data editors for DevExpress VCL v1.5.1

Post by Sergey Tkachenko »

Data editors for DevExpress VCL v1.5.1

The same location.

The editors are changed for compatibility with DevExpress VCL v2012 vol 2.2
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Data editors for DevExpress VCL v1.5.3

Post by Sergey Tkachenko »

Data editors for DevExpress VCL v1.5.3

The same location.

The editors are changed for compatibility with TRichView 14.5 DevExpress VCL 12.2.5 (v2013 vol 2.5)
Alexander_Dober
Posts: 130
Joined: Fri Mar 04, 2011 3:44 am

Post by Alexander_Dober »

Hello,

according to the readme file the current version is 1.5.5, which requires TRichView 14.1 and which has been tested with DevExpress VCL 14.2.4 (v2014 vol 2.3 - 05 Feb 2015).

Does it mean that it works only with this DevExpress version or up to it? Trying to install the addon with 14.2.2 and this fails because of different declarations of GetEditContentSize in cxTRichView.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Yes, I updated to version 1.5.5 today.
If you need compatibility with older version, delete the last parameter in GetEditContentSize.
Post Reply