View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002703 | JEDI VCL | 00 JVCL Components | public | 2005-03-01 20:20 | 2005-04-12 06:10 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002703: Converting to TJvValidateEdit | ||||
Description | TJvValidateEdit is a powerfull component. I really like it but there is some points: - It should have Ctl3d and ParentCtl3D properties to keep compability. They are derivated from TWinControl so I guess it's easy to publish. - When the you are converting (via JVCLConvert) TJvxCurrencyEdit to TJvValidateEdit and it has the property DisplayFormat set, Delphi 7 IDE show the error "Read from Stream" when loading DFM and crash. The problem is the property DisplayFormat has the same name in both components but has diferent types. TJvxCurrencyEdit.DisplayFormat is String and TJvValidate.DisplayFormat is Enumerated. Solution: Change TJvValidateEdit.DisplayFormat property name. - Should be included in JVCL3.dat (JVCLConverter) TJvxCurrencyEdit=TJvValidateEdit TJvIntegerEdit=TJvValidateEdit JvCurrEdit=JvValidateEdit JvTypedEdit=JvValidateEdit | ||||
Tags | No tags attached. | ||||