Autor Beitrag
DarkLord05
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 449

WinXP Pro SP2
Opera; Delphi 3 Pro; Delphi 2005, Turbo Delphi, dev-c++, Eclipse, MS Visual Studio .NET 2003, MS Visual C++
BeitragVerfasst: Mi 29.06.05 13:29 
Hi, habe mir mal die TMemoLabel Komponente angeguckt und wollte das Programm dann mal starten.

Allerdings wollte er nicht und hat im Code dann bei uses ITEControls unterstrichen (Rot). Und auch die Komponente selber im Code hat er als falsch markiert.

Wieso?


Habe Delphi 2005 Architect
jakobwenzel
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1889
Erhaltene Danke: 1

XP home, ubuntu
BDS 2006 Prof
BeitragVerfasst: Do 07.07.05 21:08 
Fehlt 'ne Unit? (Nicht eingebunden?)

_________________
I thought what I'd do was, I'd pretend I was one of those deaf-mutes.
alias5000
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2145

WinXP Prof SP2, Ubuntu 9.04
C/C++(Code::Blocks, VS.NET),A51(Keil),Object Pascal(D2005PE, Turbo Delphi Explorer) C# (VS 2008 Express)
BeitragVerfasst: Do 07.07.05 21:11 
Was ist das TMemoLabel?

_________________
Programmers never die, they just GOSUB without RETURN
jakobwenzel
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1889
Erhaltene Danke: 1

XP home, ubuntu
BDS 2006 Prof
BeitragVerfasst: Do 07.07.05 21:19 
Würd ich auch mal gern wissen! :shock:

_________________
I thought what I'd do was, I'd pretend I was one of those deaf-mutes.
DarkLord05 Threadstarter
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 449

WinXP Pro SP2
Opera; Delphi 3 Pro; Delphi 2005, Turbo Delphi, dev-c++, Eclipse, MS Visual Studio .NET 2003, MS Visual C++
BeitragVerfasst: Sa 09.07.05 18:25 
habe ich durch zufall entdeckt...bei D2005. Als ich die ServerClient Socket eingebunden habe habe ich mir gedacht das ich einfach ALLE Units einbinde...tja...
und da war ne neue Sparte mit namen "ITE" in Delphi bei den Komponenten.
----

@alias5000 + jakobwenzel
Was ist ne TMemoLabel Komponente:
Sieht aus wie ein Memo... hat aber die Funktionen von nem Label, nur das man halt mehrzeilig schreiben kann.
Sieht für hinweistexte (die für Hints zu lange sind) einfach besser aus als in nem Memo und ist leichter zu benutzen als zig Labels.

@jakobwenzel

Habe ja alle da eingebunden die da sind....