Hallo,
I searched the forum but could not find what I was looking.
I want to create an image fade using a TimerTick. I already tried the following code but dont work!!
Edit by Theera http://www.b4x.com/android/forum/th...y-for-using-reflectionplus.28927/#post-167786
I also did other tests, but I do not want to dissolve the background but the whole image.
I want the image gradually becomes transparent!?!
Help me please
I searched the forum but could not find what I was looking.
I want to create an image fade using a TimerTick. I already tried the following code but dont work!!
Edit by Theera http://www.b4x.com/android/forum/th...y-for-using-reflectionplus.28927/#post-167786
B4X:
'For Using Set Opacity -ใช้สำหรับ การตั้งค่าความทึบ
Sub SetOpacity(alpha As float, aView As View)
Dim aReflector As Reflector
aReflector.Target = aView
aReflector.RunMethod2("setAlpha", alpha, "java.lang.float")
End Sub
I also did other tests, but I do not want to dissolve the background but the whole image.
I want the image gradually becomes transparent!?!
Help me please