Shimoruki New Member Aug 2, 2021 #1 Hello I have been getting this error when I go to another module. It repeats multiple times even having numbers beside them. Which ends up closing my my application during debug mode. The attachments below show when the errors occur. Attachments error1.PNG 45.9 KB · Views: 274 error2.PNG 56.1 KB · Views: 281 error3.PNG 69.2 KB · Views: 267
Hello I have been getting this error when I go to another module. It repeats multiple times even having numbers beside them. Which ends up closing my my application during debug mode. The attachments below show when the errors occur.
Erel B4X founder Staff member Licensed User Longtime User Aug 2, 2021 #2 Please post logs and code as text, not screenshots. This warning happens when you try to load large images and the process runs out of available memory. The solution is to use XUI.LoadBitmapResize. Upvote 0
Please post logs and code as text, not screenshots. This warning happens when you try to load large images and the process runs out of available memory. The solution is to use XUI.LoadBitmapResize.
agraham Expert Licensed User Longtime User Aug 2, 2021 #3 Erel said: The solution is to use XUI.LoadBitmapResize. Click to expand... Or for B4A only ScaleImageView - Pan and zoom large images | B4X Programming Forum Or not as feature complete but for B4i as well as B4A [B4X] HugeImageView - show very large images | B4X Programming Forum Upvote 0
Erel said: The solution is to use XUI.LoadBitmapResize. Click to expand... Or for B4A only ScaleImageView - Pan and zoom large images | B4X Programming Forum Or not as feature complete but for B4i as well as B4A [B4X] HugeImageView - show very large images | B4X Programming Forum
Shimoruki New Member Aug 2, 2021 #4 Erel said: Please post logs and code as text, not screenshots. This warning happens when you try to load large images and the process runs out of available memory. The solution is to use XUI.LoadBitmapResize. Click to expand... I will try this thank you ? Upvote 0
Erel said: Please post logs and code as text, not screenshots. This warning happens when you try to load large images and the process runs out of available memory. The solution is to use XUI.LoadBitmapResize. Click to expand... I will try this thank you ?