View Issue Details

IDProjectCategoryView StatusLast Update
0002423JEDI VCL00 JVCL Componentspublic2005-02-04 05:07
ReporteranonymousAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Product Version3.00 BETA 2 
Target VersionFixed in Version 
Summary0002423: Few components without Property's!
DescriptionHi,

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
TagsNo tags attached.

Activities

AHUser

2004-12-22 12:40

developer   ~0005989

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.

user72

2004-12-23 00:37

  ~0005993

Last edited: 2004-12-23 00:40

JvDBDateEdit1.NumGlyphs - Glyph replaced by Images (TImageList). If you don't use custom images, ignore.

TJvMemoryTable - renamed to TJvMemoryData (?)

anonymous

2004-12-23 09:37

viewer   ~0005999

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

Issue History

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 user72 Note Added: 0005993
2004-12-23 00:37 user72 Status new => feedback
2004-12-23 00:40 user72 Note Edited: 0005993
2004-12-23 09:37 anonymous Note Added: 0005999
2005-02-04 05:07 obones Status feedback => closed