Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Before program starts - show about form (like Skype) (https://www.delphipraxis.net/60519-before-program-starts-show-about-form-like-skype.html)

alpha1 8. Jan 2006 12:32


Before program starts - show about form (like Skype)
 
How can to do, that on before my program starts, show about form (like before Skype`s start)?

TheAn00bis 8. Jan 2006 12:36

Re: Before program starts - show about form (like Skype)
 
Hier im Forum suchensplashscreen
or
Hier im Forum suchensplash screen


=P

SubData 8. Jan 2006 12:37

Re: Before program starts - show about form (like Skype)
 
its easy

create a second unit (form) and let it generate before the main form will be generated.
you must do this in the main project file.

after your application has fully loaded, destroy the first form.


thats all :)

@TheAn00bis: Jemandem, der evtl kein Deutsch kann, bringt das nich viel -g-

alcaeus 8. Jan 2006 12:43

Re: Before program starts - show about form (like Skype)
 
Hello,

try this tutorial: http://www.delphi-central.com/splash.aspx
It's in English and not too bad as I can see from a first look at it ;)

Greetz
alcaeus

alpha1 8. Jan 2006 15:53

Re: Before program starts - show about form (like Skype)
 
I have already made a simple splashscreen :) , but I would, that in splashcreen`s form the picture could be with non-corrected corners, it means that the picture could be somethink like this(a form not visible - only a picture visible except white background only picture`s contour!):
http://d55.yousendit.com/F/0EJ9STE7L...U1ZV/Pumba.bmp

St.Pauli 8. Jan 2006 16:35

Re: Before program starts - show about form (like Skype)
 
Try that:

1. Form.Borderstyle = bsNone
2. Form.Color = clWhite
3. Form.TransparentColor = True
4. Form.TransparentColorValue = clWhite

...

alpha1 8. Jan 2006 16:58

Re: Before program starts - show about form (like Skype)
 
Thank`s! It works great! :)

MisterNiceGuy 8. Jan 2006 21:04

Re: Before program starts - show about form (like Skype)
 
One last question: English is not you native language is it? :)

alpha1 9. Jan 2006 14:52

Re: Before program starts - show about form (like Skype)
 
Zitat:

Zitat von MisterNiceGuy
One last question: English is not you native language is it? :)

Yes you are right :-D


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:16 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