Ola
As per note:
I have tried to do this but the parent child relationship is not working for me
This is the result
vcontent is supposed to be a child of vapp, how can I achieve this please. Is there another way that we can use, perhaps via code to set the parent?
This is the console log of getHtml.
Thanks
As per note:
Before we start using our views, a quick note: as currently B4J Custom views can only set their parent to main, make sure there is some space between each view to allow BANanos own algorithm to determine who is the parent. The absolute position of a view in the Designer has no relevance in BANano anyway.
I have tried to do this but the parent child relationship is not working for me
This is the result
vcontent is supposed to be a child of vapp, how can I achieve this please. Is there another way that we can use, perhaps via code to set the parent?
This is the console log of getHtml.
B4X:
<div id="app" class="" style=""></div><v-content id="vcontent" class="" style=""><v-app-bar id="vappbar" class="" style=""></v-app-bar></v-content>
Thanks