B4J Question [ABMaterial] Add ABMCustomComponent in an ABMContainer

Cableguy

Expert
Licensed User
Longtime User
When you dim your component, you get a ref to it, like;

B4X:
  Dim custGauge As CustomGauge

Then you just add it like any other component:
B4X:
Page.cell(x,y).addcomponent(custgauge)
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Can it be that, due to the reduced size of the target container, the component can't be rendered?
 
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top