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 Splash Screen 16bit (https://www.delphipraxis.net/78410-splash-screen-16bit.html)

API 4. Okt 2006 15:26


Splash Screen 16bit
 
Hallo

Ich erstelle einen Splashscreen mit einem JPG Bild darauf:

Delphi-Quellcode:
frmSplash := TfrmSplash.Create(Application);
frmSplash.Show;
frmSplash.Refresh;

Application.CreateForm(.., ..);
Application.CreateForm(.., ..);

frmSplash.Free;
Wenn die Farbqualität auf 32bit eingestellt ist, gibt's keine Probleme.

Wenn die Farbqualität auf 16bit eingestellt ist:

- Wenn ich DoubleBuffered der Form auf True setze, dann wird das JPG Bild nicht angezeigt.
- Wenn ich DoubleBuffered der Form auf False setze, dann wird das JPG Bild angezeigt.

Woran könnte das liegen, resp. wie könnte ich das Problem beheben?
Möchte in jedem Fall DoubleBuffered auf True setzen.

Sunlight7 4. Okt 2006 17:31

Re: Splash Screen 16bit
 
Wie malst Du das Bild?

API 4. Okt 2006 17:41

Re: Splash Screen 16bit
 
Ist ein normales TImage.

Sunlight7 4. Okt 2006 17:46

Re: Splash Screen 16bit
 
Also bei mir gibt's da keine Probleme.

Versuch mal:
  • Ein anderes JPEG
  • Ein Bitmap
  • Selber zu zeichnen


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