Closed gonzzzales closed 1 month ago
hello, yes bitmap in the *.fmx cause some performance probleme. so now all image must be in resource. for this it's simple:
Is it possible to do it in runtime? in my application i have some images, that i have previosly downloaded from server. And now i need to use one of them, but it is dynamicly, i have only a path to the image.
yes, so in such way in the resourcename, simply put the full path of your image
Thanks, i will try!!!
Hi @Zeus64. Thanks a lot for your work! How can i use bitmap for TALRectangle in runtime? In previos version it was Fill.Kind := TBrushKind.Bitmap; Fill.Bitmap.WrapMode := TWrapMode.TileStretch; Fill.Bitmap.Bitmap.Assign(Bitmap1);
Now i see in demo, that i need to use resources, but i dont undestand, how.