D Declan Well-Known Member Licensed User Longtime User Apr 29, 2017 #1 I receive the following error when compiling: B4X: B4A version: 6.50 Parsing code. (0.06s) Compiling code. Error Error compiling program. Error description: Too many parameters. Occurred on line: 373 clvClasses.Add(CreateListItemClasses($"Item #${i}"$, clvClasses.AsView.Width, 60dip), 60dip, $"Item #${i}"$) Word: ( My Code: B4X: clvClasses.Add(CreateListItemClasses($"Item #${i}"$, clvClasses.AsView.Width, 60dip), 60dip, $"Item #${i}"$)
I receive the following error when compiling: B4X: B4A version: 6.50 Parsing code. (0.06s) Compiling code. Error Error compiling program. Error description: Too many parameters. Occurred on line: 373 clvClasses.Add(CreateListItemClasses($"Item #${i}"$, clvClasses.AsView.Width, 60dip), 60dip, $"Item #${i}"$) Word: ( My Code: B4X: clvClasses.Add(CreateListItemClasses($"Item #${i}"$, clvClasses.AsView.Width, 60dip), 60dip, $"Item #${i}"$)
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #2 What is the signature of CreateListItemClasses? Upvote 0
D Declan Well-Known Member Licensed User Longtime User Apr 30, 2017 #3 Erel said: What is the signature of CreateListItemClasses? Click to expand... Sub CreateListItemClasses(Text As String, Width As Int, Height As Int) As Panel Upvote 0
Erel said: What is the signature of CreateListItemClasses? Click to expand... Sub CreateListItemClasses(Text As String, Width As Int, Height As Int) As Panel
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #4 Can you upload the project (File - Export as zip)? Upvote 0
D Declan Well-Known Member Licensed User Longtime User Apr 30, 2017 #5 Erel said: Can you upload the project (File - Export as zip)? Click to expand... I found the problem. I had the CustomListView library loaded. Now that I am oinly running the Class - all seems ok. Upvote 0
Erel said: Can you upload the project (File - Export as zip)? Click to expand... I found the problem. I had the CustomListView library loaded. Now that I am oinly running the Class - all seems ok.