View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002423 | JEDI VCL | 00 JVCL Components | public | 2004-12-22 09:30 | 2005-02-04 05:07 |
| Reporter | anonymous | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0002423: Few components without Property's! | ||||
| Description | Hi, Have a application in Jedi 2.10. I remove JVCL 2.10 and JCL and install JCL 1.93 and install JVCL 3 beta2 with no problems. I open my application and get this error's: __________ Error reading JvDBLookupCombo1.Ctl3D: Property Ctl3D does not exist! Error reading JvFormStorage1.UseRegistry: Property UseRegistry does not exist! Error reading JvDBDateEdit1.NumGlyphs: Property NumGlyphs does not exist! Cass TJvMemoryTable not found! __________ Any solution about this issues? Thanks a lot, Lukas | ||||
| Tags | No tags attached. | ||||
|
|
Ctl3D either removed or replaced by "Flat".^ TJvFormStorage works different. You can connect a TJvFormStorage with every TJvAppStorage like TJvAppRegistryStorage, TJvAppIniFileStorage, TJvAppXmlFileStorage and TJvAppDBStroage. TJvDBDateEdit.NumGlyphs maybe a bug. TJvDBDateEdit is derived from TJvCustomDateEdit which does not have a published Glyph, NumGlyphs property but a public one. TJvMemoryTable: I haven't found it. Only TJvMemoryData(Set) seems to be there. |
|
|
JvDBDateEdit1.NumGlyphs - Glyph replaced by Images (TImageList). If you don't use custom images, ignore. TJvMemoryTable - renamed to TJvMemoryData (?) |
|
|
Hi, Thanks for reply's. 1) I remove «Ctl3D» and «ParentCtl3D» from .dfm files, where I have this component and work. 2) I remove «NumGlyphs» from .dfm files, where I have this component and work. 3) I change «TJvMemoryTable» to TMemoryTable (a Rx Component) in .dfm and unit files and works fine. More notes: - In JCVL 2.10 have a JvOpenDialog2000 component in JCVL 3.0 not! I need rename all JvOpenDialog2000 to JvOpenDialog and add JvDialog unit to Uses section; - JvClock now (JVCL 3.0) don't have ClockStyle and HintColor property's! Regards... and Merry Christmas to all. Lukas |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-12-22 09:30 | anonymous | New Issue | |
| 2004-12-22 12:40 | AHUser | Note Added: 0005989 | |
| 2004-12-23 00:37 |
|
Note Added: 0005993 | |
| 2004-12-23 00:37 |
|
Status | new => feedback |
| 2004-12-23 00:40 |
|
Note Edited: 0005993 | |
| 2004-12-23 09:37 | anonymous | Note Added: 0005999 | |
| 2005-02-04 05:07 | obones | Status | feedback => closed |