Bug? B4A - Designer and deleted file

Marcus Araujo

Member
Licensed User
Longtime User
I had a layout made in designer that contained an image view.
This image view had an image file loaded called "logo_transparent.png".

I needed to delete the file to load it dynamically and so I did by removing from the Files folder.
Image File property promptly turned blank:

upload_2019-5-16_21-34-25.png


The problem occurred when trying to load the layout. The app crashed in LoadLayout and gave me the error "java.io.FileNotFoundException" for the asset file "logo_transparent.png".

The solution was pretty straightforward (I re-selected the blank option in Image File).
 
Top