I try to change alpha channel for Panel, and i wrote a code below
When i hit "F5" IDE say me that
B4A version: 5.50
Parsing code. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Property: Color is writeonly.
Occurred on line: 107
If SurfaceHolder.Color=Colors.ARGB(0,255,255,255) Then
Word: color
Thank you
Best regards
B4X:
If SurfaceHolder.Color=Colors.ARGB(0,255,255,255) Then '<--- Line: 107
SurfaceHolder.SetColorAnimated(666,Colors.ARGB(0,255,255,255),Colors.ARGB(255,255,255,255))
Else
SurfaceHolder.SetColorAnimated(666,Colors.ARGB(255,255,255,255),Colors.ARGB(0,255,255,255))
End If
B4A version: 5.50
Parsing code. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Property: Color is writeonly.
Occurred on line: 107
If SurfaceHolder.Color=Colors.ARGB(0,255,255,255) Then
Word: color
Thank you
Best regards
Last edited: