![]() |
Delphix TAnimation
Hallo Leute,
habe folgendes Problem: Wenn ich eine Instanz der Klasse TAnimation instanziere bekomme ich die Fehlermeldung, dass TAnimation ein undefinierter Bezeichner ist ? Habe Delphix, glaube ich zumindest, korrekt installiert ;) Ist das vielleicht noch eine selbständige Komponente die ich noch seperat installieren muss ? Gruß, Phillip |
Re: Delphix TAnimation
hast du denn TAnimation vorher richtig deklariert?
Delphi-Quellcode:
type
TAnimation = class(TImageSprite); var Animation: TAnimation; ... procedure TForm1.FormCreate(Sender: TObject); begin Animation := TAnimation.Create(DXSpriteEngine1.Engine); ... end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:22 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz