Page 1 of 1

I cannot load "MovieCatalog.dpr."

Posted: 2008-02-28 08:21:50
by simple-song
I cannot load "MovieCatalog.dpr."

I want to duplicate the URL-Feld in the program.
I cannot load the project file "MovieCatalog.dpr" of the "Source code" faultlessly.

(Delphi version 7.0 Enterprise)

Mistake description:
"Class TAntJvSpinEdit necessary foundation.
Ignore the error and
continue? GRADE: Ignoring the error May cause
components to be deleted or property values to be draws lots."

Please about help.

Posted: 2008-02-28 09:47:46
by antp
As it says, it does not find "TAntJvSpinEdit"
Did you install all components mentioned in the readme file?

Posted: 2008-02-28 11:55:47
by simple-song
antp wrote:As it says, it does not find "TAntJvSpinEdit"
Did you install all components mentioned in the readme file?
Yes.
I installed all files:
corelbtn.zip
antcomponents.zip
ElTreeLite.zip
Indy.zip
PNG.zip
SynEdit.zip
TB2k-TBX.zip
TntUnicodeControls.zip
VirtualTree.zip

But possibly wrong.

where must these files be?

Posted: 2008-02-28 13:52:25
by antp
The location of these files is not important, but each package (dpk file) must be installed (open it and click "install")
You also have to specify their location in tools -> environment -> library.
The components have to appear in the components palette too.

Posted: 2008-02-29 09:51:56
by simple-song
I installed all dpk files.
it is missing following:

not found:
Class TTBXDock
Class TTBXStatusBar
Class TTBXMRUList
Class TTBXPopupMenu
Class TTBImageList
Class TTBXSwitcher
Class TTBXPopupMenu

http://www.bilder-hochladen.net/files/44kg-7.jpg

what can I find these?

Posted: 2008-02-29 11:28:46
by antp
TBX components are in the same folder as Toolbar2000 components (/tbx/packages, as I guess that you only installed those found in /packages)

Posted: 2008-02-29 13:40:33
by simple-song
This loads is now ok.
But a file is missing with the Compile. :(

[Fatal Error] main.pas(33): File not found: 'AntJvDragDrop.dcu'

I can find this nowhere

thank you for your help

Posted: 2008-02-29 17:13:09
by antp
It is in the zip file with the other "ant" components (antcomponents.zip)
Did you specify the path to that folder in tools -> environment -> library?

Posted: 2008-03-02 10:00:10
by simple-song
Now is all ok. Thank you