Hello @Mashiane ,
I do tests with the library and plan to use it in a project.
At runtime, I try to add and remove components. I did a few tests and failed. Is there such a possibility. If possible, can you show it with an example.
This is how you make the first screening.
For example, how do I add or remove an extra component to the page in a timer.
Also, the pages open late. Do you have any suggestions on this subject?
I do tests with the library and plan to use it in a project.
At runtime, I try to add and remove components. I did a few tests and failed. Is there such a possibility. If possible, can you show it with an example.
This is how you make the first screening.
B4X:
Sub Code
vm = vmx
Dim cont As VMContainer = vm.CreateContainer(name, Me)
cont.Hide
devamAddRows (1) .AddColumns3x4
....
....
....
vm.AddContainer(cont)
End Sub
Also, the pages open late. Do you have any suggestions on this subject?