Version 2.4.2
Release 2.4.2 was posted on 7/16/2008
Confidence Level: 90
The 2.4.2 release contains a number of CML enhancements, primarily within the text classes. The TextXCoder class has gleamed a new type and a couple new methods:
/MEng/System/Runtime/TextXCoder
Nested Class:
Enum=CvtErrActs
Throw : "Throw on error";
StopThrow : "Stop first, then throw";
RepChar : "Use replacement character";
EndEnum;
Final, Non-Const Methods:
Method SetErrorAction([In] CvtErrActs ModeToSet);
Method SetRepChar([In] Char ToSet);
The text input stream classes also have a new type and a couple new methods. The StopThrow mode is NOT supported in these classes, however:
/MEng/System/Runtime/TextInStream
Nested Class:
Enum=InErrActs
Throw : "Throw on error";
RepChar : "Use replacement character";
EndEnum;
Final, Non-Const Methods:
Method SetErrorAction([In] CvtErrActs ModeToSet);
Method SetRepChar([In] Char ToSet);
Outside of the CML enhancements, the support for large and thumbnail size cover art images in the media repository system has been added. All of the repository and renderer drivers,that ship with CQC were updated to support this feature, as well as the CAB and media image widgets.
Visit the CQC Support forums for download information.