Autor Beitrag
Handycommander
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: Sa 08.01.05 23:15 
Hallo,

ich habe da ein Problem mit der Komponente: www.tmssoftware.com/advlistv.htm
die kann man auf dieser Seite runterladen.


Das Problem lässt sich wie folgt erkennen:

Wenn ich die Komponente installieren will, dann kommt beim compilieren eine Fehlermeldung:
[Fataler Fehler] Date nicht gefunden werden: 'alvreg.pas'

Was soll das bedeuten? Kann ich die Datei trotzden irgendwie installieren? :roll:

Ich habe dieselbe Datei auch für Delphi 5 und 6 ausprobiert. Der selbe Effekt: Konnte ich nicht installieren.

Ich weiß auch nicht mehr, woran das liegen könnte. Ich habe schon alles ausprobiert.


Genauso wie die Komponente VirtualTreeView:

Die konnte ich auch nicht installieren, obwohl alles vorhanden war.
Da kam der Fehler:
Package [..] konnte nicht installiert werden, da es kein Entwurfszeit-Package ist.

Dieselbe Komponente auch wieder für verschiedene Versionen runtergeladen: Wieder der selbe Effekt!!! Konnte nicht installiert werden!! :evil:

Schön langsam weiß ich nicht mehr weiter! :shock:

Bitte helft mir!!

Danke schon mal im Vorraus und ich hoffe, ihr könnt mir dabei helfen! :oops:
wulfskin
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1349
Erhaltene Danke: 1

Win XP
D5 Pers (SSL), D2005 Pro, C, C#
BeitragVerfasst: Sa 08.01.05 23:29 
Hallo HandyCommandor,

hast du überhaupt schon mal eine Komponente registiert? Scheint mir nicht so.
Es gibt ein paar wenige Dinge die man beachten muss, wenn man Komponenten installiert.
  1. Man sollte sich die Readme.txt anschauen!
  2. Man sollte den Pfad mit den Sourcedateien in den Bibliothekenpfad von Delphi hinzufügen.
  3. Und man sollte nur Entwurfzeitszeit-Packages installieren, alle anderen muss man nur compilieren.
Und da ich selber weiss, dass alles in der Readme.txt drinsteht, überlasse ich den Rest dir.

Gruß Hape!

_________________
Manche antworten um ihren Beitragszähler zu erhöhen, andere um zu Helfen.
Handycommander Threadstarter
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: Sa 08.01.05 23:42 
Hallo,

in der Readme-Datei steht nichts drin. UND: Ich habe schon mal Komponenten installiert und die haben funktioniert!

Das ist die Readme-Datei! :roll:

ausblenden volle Höhe Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
*******************************************************
TAdvListView, TDBAdvListView v1.6
        TMS Software
        E-mail: info@tmssoftware.com
        Web : http://www.tmssoftware.com
*******************************************************

Delphi 5.0 / 6.0 / 7.0 & C++Builder 5.0 / 6.0 listview with added features

Files :
-----
  advlstd5.zip : component files for Delphi 5.0
  advlstd6.zip : component files for Delphi 6.0
  advlstd7.zip : component files for Delphi 7.0
  advlstc5.zip : component files for C++Builder 5.0
  advlstc6.zip : component files for C++Builder 6.0
  demo.zip     : demo with source code for Delphi 5,6,7
  alvdoc.htm   : TAdvListView documentation

Release 1.6 :
-------------

 save / load to CSV, XLS files, streams
 save to HTML, DOC, formatted ASCII, XML
 save/load column sizes
 clipboard enabled
 automatic printing with optional title, pagenummer, date, time, border,
                         cell fonts, colors, custom drawing, fit to page
 column sorting + full sort when clicking on column header + image indication
 header hottracking, item hottrack
 subitem images
 owner draw items
 easy text formatting
 header images
 column reordering
 autosize column function
 url aware
 automatic hinting for uncomplete text
 multiline/wordwrapped items
 RTF capability
 dynamic scroll hints
 subitem editing
 programmatically move,swap items & columns
 background images
 filterbar (COMCTL32 v5+)
 detailview on a column
 hilight & mark text
 progress bars
 DB aware & non DB aware version


Feature revision history :
------------------------

 1.0  : first release
 1.1  : added column size save/load
        added autosize function
        improved ownerdraw function
        improved sorting
        improved CSV load
 1.2  : URL aware
        automatic hinting for uncomplete text
        vertical alignment of text
        multiline items
        improved ownerdraw, improved printing, improved demo
 1.3  : Improved printing with different border styles, fit to page,
        custom page splitting
        Several new styles : selectioncolor,flat header, fixed headers
 1.4  : input output to streams / files
        improved print settings
        rich text capabilities
        scroll hint
        leftclickcell & right click cell
        new methods SwapItems, MoveItem
        item rearranging
        OnColumnSized event
        DB aware version included : TDBAdvListView
 1.45 : save/load from XLS files
        save to DOC and formatted ASCII files
        subitem editing
 1.46 : programmatically swap,move items & columns
        right header click event
        improved subitem editing
 1.47 : Improved rich text support, print rich text, superscript & subscript
        Fixed column header bug
        Header sort up/down glyph bitmaps; sort glyph positioning
        Header font
        SelectionTextColor
        Wallpaper
 1.48 : Clipboard functions
        Subitem selection
        Improved HTML export
        Save to XML added
 1.50 : HTML formatted items
        Filterbar support (COMCTL32 v5+)
        Improved printing
        Save column widths in inifile or registry
        Items and subitems can be mixed editable or read-only
        SaveToFile, LoadFromFile save item and subitem image indexes
 1.51 : Improved : subitem editing
        New HTML engine features supported
 1.52 : Improved : Printing
        Improved : CSV file input/output
        Improved : HTML file output
        Improved : support across different COMCTL32 versions
 1.53 : New : detailview capability
        New : item indenting
        New : multiline & owner draw column headers  
        New : headers with HTML formatted text
        New : AnchorEnter, AnchorExit events added
        Improved : CSV input
        Improved : HTML output
        Improved : printing
        Improved : subitem editing
        TDBAdvListView :
        New : memo fields can be shown in detail view       
        Improved : DB-awareness       
 1.54 : New : custom checkbox glyphs
        New : hilight & error marking support
        New : HTML hint compatibility
        Improved XLS file import
        Improved URL handling  
        Improved : latest HTML formatting features
 1.55 : Support for Delphi 7, C++Builder 6
 1.6  : New : support for progress bars
        Improved : drawing speed + various smaller improvements
        

License :
-------
This component is free for use in non-commercial applications, that is
any software that is not being sold in one or another way.
The component cannot be distruted in any other way except through free
accessible Internet Web pages or ftp servers. The component can only
be distributed on CD-ROM or other media with written autorization of the
author.
License for commercial use and full source code is available for 50 USD
If you would like to register AdvListView online, you can do the
registration on the Internet at http://www.shareit.com/programs/101459.htm.
Alternatively, you can go to http://www.shareit.com and enter the program
number there: 101459.

Source code is sent immediately upon receipt of check or registration
by email. Payment grants users the right for all future 1.x source
code updates.


Help, hints, tips, bug reports :
------------------------------
Send any remarks to : info@tmssoftware.com
Please clearly state which Delphi or C++Builder version you are using
and which version of the component you are using. In case of doubt,
download the latest version first at http://www.tmssoftware.com
We try to answer all questions within 24 hours.



Werd daraus trotzdem nicht schlau!!
CenBells
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 1547

Win 7
Delphi XE5 Pro
BeitragVerfasst: Sa 08.01.05 23:59 
Handycommander hat folgendes geschrieben:
Hallo,

in der Readme-Datei steht nichts drin. UND: Ich habe schon mal Komponenten installiert und die haben funktioniert!

Das ist die Readme-Datei! :roll:

...
Werd daraus trotzdem nicht schlau!!


Also, ich habe das ding jetzt mal runtergeladen.
Die Datei die du suchst, ist nicht in dem Pack. ABER, die Datei ist als DCU vorhanden.
Also gehst du so vor.
Extrahierst den gesamten inhalt in ein Verzeichniss, dieses fügst du zum Compiler suchpfad hinzu und öffnest das DPK. Eventuell nochmal in den Projektoptionen den pfad hinzufügen und dann wird es funzen.

Handycommander hat folgendes geschrieben:
...

Genauso wie die Komponente VirtualTreeView:

Die konnte ich auch nicht installieren, obwohl alles vorhanden war.
Da kam der Fehler:
Package [..] konnte nicht installiert werden, da es kein Entwurfszeit-Package ist.
...

Die Installation der Komponente ist etwas tricky. Du musst den Pfad, wo die Dateien liegen in die Systemvariable PATH aufnehmen und dann compilierst du erst das eine Package (das kein entwurfszeit-package ist) und dann installierst du das andere Package aus dem pfad...

Gruß
Ken

_________________
Eine Klasse beschreibt die Struktur und das Verhalten einer Menge gleichartiger Objekte.
wulfskin
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1349
Erhaltene Danke: 1

Win XP
D5 Pers (SSL), D2005 Pro, C, C#
BeitragVerfasst: So 09.01.05 00:25 
CenBells hat folgendes geschrieben:

Die Installation der Komponente ist etwas tricky. Du musst den Pfad, wo die Dateien liegen in die Systemvariable PATH aufnehmen und dann compilierst du erst das eine Package (das kein entwurfszeit-package ist) und dann installierst du das andere Package aus dem pfad...
Du musst den Pfad gar nicht in PATH-Variable übernehmen, es reicht schon, den Pfad in den Bibliothekssuchpfad hinzuzufügen. Der Rest steht in der Readme. Die Entwurfszeit-Packages erkennst du an dem D im Dateinamen vor dem Ende, z.B. ...D5D.dpk.
Wenn du Delphi 5 oder 6 hast, brauchst du auch noch den Theme Manager.

Gruß Hape!

_________________
Manche antworten um ihren Beitragszähler zu erhöhen, andere um zu Helfen.
CenBells
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 1547

Win 7
Delphi XE5 Pro
BeitragVerfasst: So 09.01.05 00:28 
wulfskin hat folgendes geschrieben:
CenBells hat folgendes geschrieben:
.......
Du musst den Pfad gar nicht in PATH-Variable übernehmen, es reicht schon, den Pfad in den Bibliothekssuchpfad hinzuzufügen.....


Muss man nichtmehr?? Gut zu wissen. Als ich mit dem VST anfing, musste man das noch.

Gruß
Ken

_________________
Eine Klasse beschreibt die Struktur und das Verhalten einer Menge gleichartiger Objekte.
Handycommander Threadstarter
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: So 09.01.05 17:00 
Hallo,

ich habe das jetzt nochmal ausprobiert. Ich kann die beiden Komponenten nicht installieren :evil:
Ich habe schon alle möglichen Lösungsschritte ausprobiert, auch die, die ihr mir beschrieben habt, alle klappen nicht. Auch auf meinem anderen PC klappen beide Komponenten nicht. Also kann es ja nicht an dem Delphi 7 liegen.

Irgendwas muss doch dann mit den Komponenten nicht stimmen! Hat die jamand schon mal ausprobiet? Wie habt ihr sie dann installiert?

MfG

Tobias
Handycommander Threadstarter
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: Mo 17.01.05 19:16 
Hallo,

weiß denn keiner was darüber?
Ich hab mitlerweile auch schon andere Komponenten installiert und die gingen auch, aber nur die zwei nicht.

MfG

Tobias
CenBells
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 1547

Win 7
Delphi XE5 Pro
BeitragVerfasst: Mo 17.01.05 22:13 
Handycommander hat folgendes geschrieben:
Irgendwas muss doch dann mit den Komponenten nicht stimmen! Hat die jamand schon mal ausprobiet? Wie habt ihr sie dann installiert?


Hi,

wenn Du die Beiträge von uns gelesen hast, wirst Du feststellen, daß wir die Komponenten verwenden, bzw installiert haben.
Ich arbeite mit dem VirtualStringTree seit etwa 3 Jahren und mit den TMS-Komponenten seit einem Jahr. Installation und Verwendung ohne Probleme. Bei den VirtualStringTrees gibt es wie gesagt 2 Packages. Eines für die Laufzeit und eines für die Designtime. Und nur bei einem bekommst du ne Komponente installiert.
Die TMS-Komponenten sind immer einfach zu installieren. Eventuell muss man halt mal die Compiler-Pfade anpassen, aber das wars.

Welche Fehlermeldungen bekommst du denn?

Gruß
Ken

_________________
Eine Klasse beschreibt die Struktur und das Verhalten einer Menge gleichartiger Objekte.
wulfskin
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1349
Erhaltene Danke: 1

Win XP
D5 Pers (SSL), D2005 Pro, C, C#
BeitragVerfasst: Mo 17.01.05 22:24 
Handycommander hat folgendes geschrieben:
Hallo,

weiß denn keiner was darüber?
Ich hab mitlerweile auch schon andere Komponenten installiert und die gingen auch, aber nur die zwei nicht.

MfG

Tobias
Hallo Handycommander,

nimms mir nicht übel, aber ich bin von Natur aus misstrauisch:
  1. Hast du die Readme.txt gelesen?
  2. Hast du im VT-Forum nachgeschaut?
  3. Hast du die Installation mit Setup verwendet?
Also leider habe ich absolut keine Probleme mit der Installation. Früher waren so Komponenten immer komplizierter weil die Packages noch nicht verwendet werden. Heute geht das wirklich einfach, solange mach den Suchpfad nicht vergisst!

Gruß Hape!

_________________
Manche antworten um ihren Beitragszähler zu erhöhen, andere um zu Helfen.
Handycommander Threadstarter
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: Di 18.01.05 14:50 
Hallo,

welche Fehlermeldung kommt, habe ich bereits ganz oben beschrieben.

Ich habe mir auch die ganze Readme-Datei angeschaut.

Ich habs folgendermaßen installiert:
1. Doppelklick auf ein Package
2. Compilieren
3. Installieren
4. Fehlermeldung

Ich habs auch anders versucht zu installieren:
1. Komponente installieren
2. Compilieren
3. Instalilieren
4. Fehlermeldung

Ich hab auch schon den Pfad angegeben, hat aber auch nichts gebracht.

Weiß noch jemand was?

MfG

Tobias
AXMD
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 4006
Erhaltene Danke: 7

Windows 10 64 bit
C# (Visual Studio 2019 Express)
BeitragVerfasst: Di 18.01.05 14:53 
CenBells hat folgendes geschrieben:
Bei den VirtualStringTrees gibt es wie gesagt 2 Packages. Eines für die Laufzeit und eines für die Designtime.


Wie wäre es, wenn du zur Abwechslung mal das andere Package versuchst :roll:

AXMD
Handycommander Threadstarter
ontopic starontopic starofftopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 1054

Windows XP Pro, Vista
Visual Studio 2008
BeitragVerfasst: Di 18.01.05 15:15 
Ich habe da alle durchprobiert!!
Bei jedem der selbe Fehler!