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 Exception Bitmap zu groß (Android) (https://www.delphipraxis.net/181955-exception-bitmap-zu-gross-android.html)

Mavarik 20. Sep 2014 14:12

Exception Bitmap zu groß (Android)
 
Hallo Zusammen!

Achtung mit XE7 kann meine keine Bitmap im initialisation Teil einer Unit erzeugen, da zu diesem Zeitpunkt die GL-Engine noch nicht vollständig initialisiert ist.

Daher für ein:

Delphi-Quellcode:
var
  FooBMP : TBitmap;

Initialization
  FooBMP := TBitmap.Create(1,1);
end.
Zu einer Exception: Bitmap zu groß

Mavarik

PS: QC:127717 :thumb:

Sir Rufo 20. Sep 2014 14:16

AW: Exception Bitmap zu groß (Android)
 
Den QC hättest du dir auch sparen können, denn das ist as designed ;)

Mavarik 20. Sep 2014 14:26

AW: Exception Bitmap zu groß (Android)
 
Zitat:

Zitat von Sir Rufo (Beitrag 1273282)
Den QC hättest du dir auch sparen können, denn das ist as designed ;)

emm what?
Das musst Du mir erklären...

Bei XE6 war es noch nicht so.


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