Israel Garcia Member Dec 28, 2017 #1 Hi, im barely new in this lang and I have a question: is it possble to add more components once the arraycomponent has been created?? kind of this... cont1.Cell(1,2).AddArrayComponent(Utils.Simplelbl("object1", "", " ", page), "g1a" ) cont2.Cell(2,2).AddArrayComponent(Utils.Simplelbl("object2", "", " ", page), "g1" ) cont3.Cell(3,2).AddArrayComponent(Utils.Simplelbl("object3", "", " ", page), "g1" ) no pushing but is kind of urgent!!!!
Hi, im barely new in this lang and I have a question: is it possble to add more components once the arraycomponent has been created?? kind of this... cont1.Cell(1,2).AddArrayComponent(Utils.Simplelbl("object1", "", " ", page), "g1a" ) cont2.Cell(2,2).AddArrayComponent(Utils.Simplelbl("object2", "", " ", page), "g1" ) cont3.Cell(3,2).AddArrayComponent(Utils.Simplelbl("object3", "", " ", page), "g1" ) no pushing but is kind of urgent!!!!
M mindful Active Member Licensed User Dec 30, 2017 #2 The concept of AddArrayComponent is to add more comtrols that share the same event. http://prd.one-two.com:51042/demo/HelperPagePage/abmaterial-page.html You'll find there a section that explains what AddArrayComponent does. Upvote 0
The concept of AddArrayComponent is to add more comtrols that share the same event. http://prd.one-two.com:51042/demo/HelperPagePage/abmaterial-page.html You'll find there a section that explains what AddArrayComponent does.
Harris Expert Licensed User Longtime User Dec 31, 2017 #3 https://www.b4x.com/android/forum/threads/abmaterial-addarraycomponent-simple-example.69213/ A simple example.... Please prefix with [ABMaterial] when required.... It helps. Upvote 0
https://www.b4x.com/android/forum/threads/abmaterial-addarraycomponent-simple-example.69213/ A simple example.... Please prefix with [ABMaterial] when required.... It helps.