Hi guys,
So, I have a Floating container, id = "floatingcont1". Inside it I have a another container, id = "cont2". Inside it I have a collapsable container, id = "cont3"...
I try to reference "cont3" fom an event with...
I also tried...
But I always get "No component found with id cont3"
So... please help!!
So, I have a Floating container, id = "floatingcont1". Inside it I have a another container, id = "cont2". Inside it I have a collapsable container, id = "cont3"...
I try to reference "cont3" fom an event with...
B4X:
Dim collbody As ABMContainer
collbody = page.Component("cont3")
B4X:
Dim collbody As ABMContainer
collbody = page.FloatingContainer("floatingcont1").Component("cont3")
But I always get "No component found with id cont3"
So... please help!!