Ola
I'm trying to load different layouts with LoadLayout but to the same location so that one is "appended" one after another as one would BANano.GetElement(?").Append(???)
It seems like the latter replaces the former.
I've just tried
though I know that's for the same layout - thought i could be lucky?
Thanks
I'm trying to load different layouts with LoadLayout but to the same location so that one is "appended" one after another as one would BANano.GetElement(?").Append(???)
B4X:
BANano.loadlayout("#container", "alerts")
BANano.loadlayout("#container", "lybuttons")
It seems like the latter replaces the former.
I've just tried
B4X:
BANano.LoadLayoutArray("#container", "alerts", True)
BANano.LoadLayoutArray("#container", "lybuttons", False)
though I know that's for the same layout - thought i could be lucky?
Thanks