Hi
just created simple panel on design
added this code
but panel is not becoming transparent
any idea why?
(I wish to have it semi-transparent, I also tried ARGB(0,0,0,0) - still no good)
Shay
just created simple panel on design
added this code
but panel is not becoming transparent
B4X:
Sub Popup_Click
Dim pnlInput As Panel
pnlSelect.Initialize ("Select")
pnlSelect.Color = Colors.ARGB (150,0,0,0)
Activity.AddView (pnlSelect, 0, 0, 100%x, 100%y)
End Sub
any idea why?
(I wish to have it semi-transparent, I also tried ARGB(0,0,0,0) - still no good)
Shay