AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi Problem beim Schließen meines Splash Screens
Thema durchsuchen
Ansicht
Themen-Optionen

Problem beim Schließen meines Splash Screens

Ein Thema von Plague · begonnen am 10. Feb 2005 · letzter Beitrag vom 10. Feb 2005
Antwort Antwort
Plague

Registriert seit: 6. Okt 2003
591 Beiträge
 
#1

Problem beim Schließen meines Splash Screens

  Alt 10. Feb 2005, 21:00
Hallo,

ich habe nach der Anleitung des Tutorials (aus der DP) einen Splash Screen programmiert. Er wird auch korrekt dargestellt nur nicht geschlossen.
Woran kann das liegen?

Hier alle Fälle wo geschlossen werden soll:
Delphi-Quellcode:
procedure TForm8.SetInitializationDone(const Value: Boolean);
begin
  FInitializationDone := Value;
  Close;
end;
Delphi-Quellcode:
procedure TForm8.Timer1Timer(Sender: TObject);
begin
  Form8.Close;
  Timer1.Enabled := false;
end;
Delphi-Quellcode:
begin
  Form8:= TForm8.Create(Application);
  try
    Form8.Show;
    Form8.Refresh;
    Application.Initialize;
    Application.Title := 'Netzwerk Server';
    Application.CreateForm(TForm1, Form1);
  finally
    [b]Form8.InitializationDone := True;[/b]
  end;
    Application.CreateForm(TForm5, Form5);
    Application.CreateForm(TForm6, Form6);
    Application.CreateForm(TForm7, Form7);
    Application.Run;
end.
Egal wie ich es versuche. Die Form bleibt offen...

Gruß
Thomas
  Mit Zitat antworten Zitat
Plague

Registriert seit: 6. Okt 2003
591 Beiträge
 
#2

Re: Problem beim Schließen meines Splash Screens

  Alt 10. Feb 2005, 21:05
Ich habe es nun gelöst!

Ich habe auch Form1 einen weiteren Timer gesetzt. Schafft es aus irgendeinem Grund...

Gruß
Thomas
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:03 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz