Devexpress VCL Build v2014 vol 14.2.6 发布
终于支持XE8 了。需要这么长时间吗?
New Major Features in 14.2
What's New in VCL Products 14.2
Feature Highlights
To learn about feature highlights in this version, please refer to the following page:
Feature Highlights in 14.2.6 (VCL Product Line)
Known Issues
To learn about known issues in this version, please refer to the following page:
Known Issues in 14.2.6 (VCL Product Line)
The following sections list all minor and major changes in DevExpress
VCL 14.2.6. Note that products, controls and libraries which aren't
mentioned in the list below are included in the unified installer for
compatibility, but have not been updated.
Enhancements and Updates
New Features/Updates
Common Libraries
ExpressEditors Library
- T184035 - cxImage - Publish the OnMouseEnter and OnMouseLeave events
ExpressLibrary
- T228464 - TdxGalleryControl, TdxColorGallery, and TdxRibbonBackstageViewGalleryControl - Publish the TabOrder and TabStop properties
Resolved Issues
ExpressPrinting System
- T227565 - PDF Export - Right-to-left text displayed by cxRichEdit or a standard VCL RichEdit control is exported in the reverse order
- T225612 - TAbstractdxRichEditReportLink - Text at the end of a page is not printed if certain print settings are applied
ExpressQuantumGrid Suite
- T223583
- cxLookupComboBox - Lookup columns displayed in the editor's dropdown
window are too narrow to display certain characters if the editor's
Properties.DropDownAutoSize property is set to True - T223966 - Search results provided by incremental searching or Find Panel are incorrectly highlighted in right-to-left text
ExpressQuantumTreeList Suite
- T227834 - TcxDBTreeList - An AV occurs when modfying a bound dataset field's value in an OnInitInsertingRecord event handler
ExpressScheduler Suite
- T227934
- Gantt View and TimeGrid View - Decreasing the scheduler's height
causes the "Scrollbar property out of range" exception if the View's
ShowResourceScrollBar property is set to True - T229569 - The Reminders window displays the bottom part of an event caption cropped
ExpressSkins Library
- T228315
- No separator is painted between tabs and content in a tab container
site whose TabProperties.TabPosition property is set to tpTop or tpLeft
ExpressSpellChecker
- T227106 - The spell checker doesn't ignore Internet or file addresses if the SpellingOptions.IgnoreUrls property is set to True
ExpressSpreadSheet
- T231964 - Currency cell formats that don't match the English locale are incorrectly loaded from an XLSX file
- T227910 - The DOLLAR function ignores the currency symbol and its position specified by system locale settings
- T232575 - The OK and Cancel buttons in the Insert/Delete dialog cannot be localized
Common Libraries
ExpressEditors Library
- T228628
- cxButtonEdit - The client area is incorrectly calculated if an error
icon and buttons are displayed at the same side of the editor - T230471 - TcxDBImage - Posting an image captured using the Camera Preview dialog does not store it to a bound field
ExpressLibrary
- T234015
- Localizer Editor incorrectly loads entries of manually created INI
files or INI files created using the Editor but modified outside it, if
these entries are not sorted by their names - T228703 - TcxImageList doesn't allow users to invoke the Image Picker dialog if the ExpressPageControl is not installed
- T231483
- TdxGalleryControl - Item navigation in a gallery containing only
hidden groups and a checked item moved to one of these groups causes an
AV in certain cases
Devexpress VCL Build v2014 vol 14.2.6 发布的更多相关文章
- Devexpress VCL Build v2014 vol 14.2.7发布
2015年马上快过去一半了,这个玩意还在纠结在14版.其实也无所谓,反正就是改成15版,也还是这些 东西的修补. What's New in 14.2.7 (VCL Product Line) N ...
- Devexpress VCL Build v2014 vol 14.2.5 发布
和xe8 几乎同一天出来,但是目前官方不支持xe8. The following sections list all minor and major changes in DevExpress VCL ...
- Devexpress VCL Build v2014 vol 14.2.4 发布
What's New in 14.2.4 (VCL Product Line) New Major Features in 14.2 What's New in VCL Products 14.2 ...
- Devexpress VCL Build v2014 vol 14.1.4 发布
虽然这次没加什么新东西,但是及时更新支持xe7,还算可以. What's New in 14.1.4 (VCL Product Line) New Major Features in 14.1 W ...
- Devexpress VCL Build v2014 vol 14.2.1 beta发布
已经快到2015 年了. 14.2.1 beta 才出来了. 还好,有一些新东西. 官网地址 VCL Gauge Control Designed to clearly convey informat ...
- Devexpress VCL Build v2013 vol 14.1.5 发布
What's New in 14.1.5 (VCL Product Line) New Major Features in 14.1 What's New in VCL Products 14.1 ...
- Devexpress VCL Build v2014 vol 15.2.3 发布
2016年第一个版本,继续修补. New Major Features in 15.2 What's New in VCL Products 15.2 Breaking Changes To lear ...
- Devexpress VCL Build v2013 vol 14.1.3 发布
我修,我修,修修修. New Major Features in 14.1 What's New in VCL Products 14.1 Breaking Changes To learn abou ...
- Devexpress VCL Build v2015 vol 15.1.2发布
2015年马上过半年了.终于第一个大版出来了. What's New in 15.1.2 (VCL Product Line) New Major Features in 15.1 What's ...
随机推荐
- Spring 配置 web.xml (防止spring 内存溢出)
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" " ...
- 【转】Ultra simple ISO-7816 Interface
原文出自 http://hilbert-space.de/?p=135 While laying out a PCB for my SWP reader project I realized that ...
- J2SE 8的编译
动态加载(修改)服务.高性动态业务逻辑实现(用脚本或模板引擎实现效率满足不了需求) package compile; import java.io.File; import java.io.IOExc ...
- 非常简单的 xml转成数组的方法
function xml2arr($xml){ $obj = simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA); $jso ...
- rar 按日期时间备份
@echo off echo. echo backup start,please wait ... for /f %%i in ('date /t') do rar u F:\liaobin\bak\ ...
- ubuntu 16.04 install wine
from: https://wiki.winehq.org/Ubuntu If your system is 64 bit, enable 32 bit architecture (if you ha ...
- java是如何编码解码的
在上篇博客中LZ阐述了java各个渠道转码的过程,阐述了java在运行过程中那些步骤在进行转码,在这些转码过程中如果一处出现问题就很有可能会产生乱码!下面LZ就讲述java在转码过程中是如何来进行编码 ...
- sqlserver列重命名
EXEC sp_rename 'tablename.[OldFieldName ]', 'NewFieldName', 'COLUMN'
- Mysql 5.8安装报错
1 mysql安装过程中报下面这个错 解决方法:只要将目录改成反斜杠即可. 2 修改密码错误:ERROR 1064 (42000): You have an error in your SQL syn ...
- bmp和Variant的转换
procedure TForm2.VariantToBMP(aValue : OleVariant;var aBmp:TBitmap); var Stream : TMemoryStream; ...