Also ich hab das damals folgendermaßen gelöst (Achtung, es folgt ALTER Code

):
Quelltext
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
| with Tsplash.Create(nil) do try Show; Update; loading.Caption:='Mainframe'; Update; Application.CreateForm(TeasyVokmainform, easyVokmainform); loading.Caption:='Opening-Sessions'; Update; Application.CreateForm(Topendbform, opendbform); loading.Caption:='Options'; Update; [...] finally Free;end; Application.Run; |
Da kamen noch einige Fensterchen hinterher.
Das alles steht im Projekt-Quelltext in keiner Formular-Unit.
Da haste für jedes Formular:
Quelltext
1:
| Application.CreateForm(Topendbform, opendbform); |
und dann hängste den Rest dazwischen.
Das war meine Lösung... *g*
Gruß, Uwe