D DawningTruth Active Member Licensed User Mar 21, 2019 #1 When you load an image into an ImageView in the Designer. How is it loaded? Is it LoadBitmap, LoadBitmapSample or LoadBitmapSample?
When you load an image into an ImageView in the Designer. How is it loaded? Is it LoadBitmap, LoadBitmapSample or LoadBitmapSample?
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2019 #2 LoadBitmap. This means that you shouldn't add too large images. It would have been better to use LoadBitmapResize. It wasn't changed to avoid backward compatibility issues. Upvote 0
LoadBitmap. This means that you shouldn't add too large images. It would have been better to use LoadBitmapResize. It wasn't changed to avoid backward compatibility issues.
D DawningTruth Active Member Licensed User Mar 21, 2019 #3 Thx Erel, that was my concern. Will do as suggested. Upvote 0