中国最专业的商业控件服务网

慧都控件网

电话:400-700-1020(免费)或023-66090381
product
  • 暂时没有相关新闻
上一个 上一个 JNIWrapper 下一个 下一个StarPort
ComfyJ
[产品编号: 11144 ]  
ComfyJ

收藏订阅

  • 当前版本:v2.8   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:TeamDev 唯一正式授权
  • 产品类型:独立控件
  • 产品功能:其他
  • 控件类型:JAVA
  • 其他特性:Windows Form
  • 产品源码:源码可选
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论  
ComfyJ v2.7(最新版) (10-02-01) v2.6

ComfyJ 版本更新 v2.7 (更新日期:2010/2/1)

New Features and Improvements:

  • Added OleContainer.takeScreenshot() method that allows taking a screenshot of an embedded ActiveX component
  • Added ability to register COM components for a current user only (COM ServerManager)
  • Added ability to get/set properties of a COM object by their DISPIDs, not only by their names (Automation)
  • Added support of IObjectSafety COM interface and wrappers for it
  • Added ability to specify a COM threading model for a Java COM server: -Dteamdev.comfyj.server.threading=[DEFAULT], APARTMENTTHREADED or MULTITHREADED
  • Improved stability of queryInterface() Java COM server method in multithreading environment
  • Changed the signature of IDataObject.getData() method in order to allow fill out parameter properly
  • Added an indication (in UI) that a Java COM server is an OLE component (COM ServerManager)
  • Added OSGI manifest to ComfyJ library
  • Provided the ability to get the HRESULT after execution of the function (Codegen)

 

Resolved Issues:

  • Re-parenting issue in OleContainer component
  • Flickering issues in OleContainer component
  • Focus handling issues in OleContainer component
  • NPE in the OleContainer.destroyObject() method
  • Issue in IDispatchServer class with dispatching methods that have SafeArray parameters, which contain a structure type
  • Problem with passing null BSTRs values through VARIANT byref
  • Corrected INTERFACE_IDENTIFIER constant (IID) of IDataObject interface
  • Issue in the code generation for WMP11 Type library (Codegen)
  • Issue with not determining the presence of installed JDK 1.6 and thus "Compilation", "JAR" and "JavaDoc" options were disabled (Codegen)
  • Problem with generation of parameters for Pointer to Pointer types, such as LPWSTR* (Codegen)
  • Problem with generation of wrappers for "linked" structures(Codegen)
  • NPE in Codegen when it tries to find tools.jar library (Codegen)
  • Problem with starting application when there is no JDK installed on a PC (Codegen)
  • Added using of Wnd class instead of Int32 type in generated Java COM wrappers where it's necessary (Codegen)

 

Documentation:

  • Updated Programmer's Guide