This might be a stupid/simple question, but I cannot get it to work.
I want to display 2 images on all views without adding that image to every layout
eg: in timer embed I will have something like:
And Update all views when opened with that image
I try to use the same Variable Name on all views, but don't seems to work
Thanks
Danie
I want to display 2 images on all views without adding that image to every layout
eg: in timer embed I will have something like:
B4X:
if InstToUSe=False
active_img.Bitmap=LoadBitmap(File.DirAssets,"rdot.png")
else
active_img.Bitmap=LoadBitmap(File.DirAssets,"gdot.png")
end if
And Update all views when opened with that image
I try to use the same Variable Name on all views, but don't seems to work
Thanks
Danie