Alessandro71 Well-Known Member Licensed User Longtime User Aug 13, 2025 #1 Just for learning purposes, I downloaded the B4A-Brige source zip file from github. The Service1.bas module references icons "a_connected" and "a_disconnected" in the UpdateNotification Sub, but the referenced files are missing from the repo.
Just for learning purposes, I downloaded the B4A-Brige source zip file from github. The Service1.bas module references icons "a_connected" and "a_disconnected" in the UpdateNotification Sub, but the referenced files are missing from the repo.
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2025 #2 Fixed: https://github.com/AnywhereSoftware/B4A-Bridge/tree/main
Alessandro71 Well-Known Member Licensed User Longtime User Aug 14, 2025 #3 Erel said: Fixed: https://github.com/AnywhereSoftware/B4A-Bridge/tree/main Click to expand... as a joke, may I suggest to switch to B4XPages?
Erel said: Fixed: https://github.com/AnywhereSoftware/B4A-Bridge/tree/main Click to expand... as a joke, may I suggest to switch to B4XPages?
Mehrzad238 Active Member Aug 17, 2025 #4 Erel said: Fixed: https://github.com/AnywhereSoftware/B4A-Bridge/tree/main Click to expand... No, the problem remains Attachments photo_2025-08-18_01-03-41.jpg 130.3 KB · Views: 139
Erel said: Fixed: https://github.com/AnywhereSoftware/B4A-Bridge/tree/main Click to expand... No, the problem remains
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2025 #5 Download the project again and set all files under Objects/res/drawable to be read-only.
Alessandro71 Well-Known Member Licensed User Longtime User Aug 18, 2025 #6 Erel said: Download the project again and set all files under Objects/res/drawable to be read-only. Click to expand... may it be solved moving files to and external directory and using something like #AdditionalRes: ../icon ?
Erel said: Download the project again and set all files under Objects/res/drawable to be read-only. Click to expand... may it be solved moving files to and external directory and using something like #AdditionalRes: ../icon ?