Einzelnen Beitrag anzeigen

Benutzerbild von Die Muhkuh
Die Muhkuh

Registriert seit: 21. Aug 2003
7.332 Beiträge
 
Delphi 2009 Professional
 
#232

Re: Andorra 2D - The Next Generation 2D Engine [Ver. 0.20 AL

  Alt 27. Jun 2007, 17:31
Stimmt sorry.

Hier noch kurz die Lösung:

Delphi-Quellcode:
// var frm: TAdForm;

frm := (FAdGUI.FindComponent('frm') as TAdForm);
frm.X := (FEngine.FAdDraw.Display.Width / 2) - (frm.Width / 2);
frm.y := (FEngine.FAdDraw.Display.Height / 2) - (frm.Height / 2);
  Mit Zitat antworten Zitat