Android Question Question about Panel

frederic

Member
Licensed User
Longtime User
Hello,

In a Sub I write :
Panel3.RemoveAllViews
it's ok the Panel don't show any more, I have no other views, just I see a camera

but in another Sub I write :
Panel3.Initialize("Panel3")
Activity.AddView(Panel3, 50%x,0 , 50%x, 90%y)

but the panel don't want to reappear, the screen stay black?
What are the good command?
Thanks
Frédéric
 
Top