MichalK73 Well-Known Member Licensed User Longtime User Mar 21, 2017 #1 I created a grid in Builder and when pasted into page I got a error. B4X: ' create the page grid page.AddRowsM(1, True,0,0,"").AddCells12(1,"") page.AddRowsM(1, True,0,0,"").AddCellsOS(2,0,0,0,12,6,5,"").AddCellsOS(1,0,7,0,12,5,2,"") page.AddRowsM(1, True,0,0, ABM.VISIBILITY_SHOW_ON_LARGE_ONLY,"").AddCellsOS(1,0,0,4,12,12,4,"") page.BuildGrid ' IMPORTANT! Error B4J "Too many parameters" in ABM.VISIBILITY_SHOW_ON_LARGE_ONLY,"").AddCellsOS(1,0,0,4,12,12,4,"") Wrong builder working or am I wrong? B4J 5.0 Beta + ABMaterial 3.0
I created a grid in Builder and when pasted into page I got a error. B4X: ' create the page grid page.AddRowsM(1, True,0,0,"").AddCells12(1,"") page.AddRowsM(1, True,0,0,"").AddCellsOS(2,0,0,0,12,6,5,"").AddCellsOS(1,0,7,0,12,5,2,"") page.AddRowsM(1, True,0,0, ABM.VISIBILITY_SHOW_ON_LARGE_ONLY,"").AddCellsOS(1,0,0,4,12,12,4,"") page.BuildGrid ' IMPORTANT! Error B4J "Too many parameters" in ABM.VISIBILITY_SHOW_ON_LARGE_ONLY,"").AddCellsOS(1,0,0,4,12,12,4,"") Wrong builder working or am I wrong? B4J 5.0 Beta + ABMaterial 3.0
M mindful Active Member Licensed User Mar 21, 2017 #2 You need to use AddRowsMV if you need to specify the visibility ... Upvote 0
MichalK73 Well-Known Member Licensed User Longtime User Mar 21, 2017 #3 OK. Then there is the error in the ABMaterial Grid Builder. Because this code generated the builder. Upvote 0
alwaysbusy Expert Licensed User Longtime User Mar 21, 2017 #4 @MichalK73 Yes, this must be an error if this code was generated. Can you please enter it in the feedback app? If possible, attach a screenshot of the grid in the gridbuilder so I can try to reproduce it. Upvote 0
@MichalK73 Yes, this must be an error if this code was generated. Can you please enter it in the feedback app? If possible, attach a screenshot of the grid in the gridbuilder so I can try to reproduce it.
MichalK73 Well-Known Member Licensed User Longtime User Mar 21, 2017 #5 http://imgur.com/a/pI6TG Upvote 0