I'm getting an exception using the ICOSWorldWeather when I call
I always get a file not found exception, no matter what file is involved.
Up to this morning, before updating to B4A 3.50, everything worked fine. Do I have to make any action? I've refreshed the files tab and clean project as well. Of course actual files are at their own place into the Files directory.
Is this related to 3.50?
Just for clarity, when I load the very same files in the same app directly the get loaded correctly.
Thanks.
Raffaele
B4X:
ImageView1.SetBackgroundImage(Meteo.CCIcon)
B4X:
java.io.FileNotFoundException: weathericon/wsymbol_0004_black_low_cloud.png
Is this related to 3.50?
Just for clarity, when I load the very same files in the same app directly the get loaded correctly.
B4X:
ImageView1.SetBackgroundImage(LoadBitmap(File.DirAssets,filename))
Thanks.
Raffaele