I cannot load "MovieCatalog.dpr."

If you need help on how to use the program
Post Reply
simple-song
Posts: 16
Joined: 2008-02-24 10:40:39
Location: Germany, Dresden
Contact:

I cannot load "MovieCatalog.dpr."

Post 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.
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

As it says, it does not find "TAntJvSpinEdit"
Did you install all components mentioned in the readme file?
simple-song
Posts: 16
Joined: 2008-02-24 10:40:39
Location: Germany, Dresden
Contact:

Post 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?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
simple-song
Posts: 16
Joined: 2008-02-24 10:40:39
Location: Germany, Dresden
Contact:

Post 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?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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)
simple-song
Posts: 16
Joined: 2008-02-24 10:40:39
Location: Germany, Dresden
Contact:

Post 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
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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?
simple-song
Posts: 16
Joined: 2008-02-24 10:40:39
Location: Germany, Dresden
Contact:

Post by simple-song »

Now is all ok. Thank you
Post Reply