Hi DonManfred , unfortunately i can't post a small project (the error is in a big project) because i don't know where the error come. I installed version 8.80 and there is no error. This message error appear with the new version 8.90.
Maybe you can at least post what you have in line 87?
Do you have some imageview (iv) declared as string or something like that? No clues with the error you get?
The error look like it is in XUIViewsUtils.CreateB4XImageView
B4X:
'Creates a B4XImageView. You need to add B4XImageView.mBase to the layout tree.
Public Sub CreateB4XImageView As B4XImageView
Dim iv As B4XImageView
iv.Initialize(Null, "") ' <- ------------------------------Here I think
Dim base As B4XView = xui.CreatePanel("")
base.SetLayoutAnimated(0, 0, 0, 100dip, 100dip)
iv.DesignerCreateView(base, Null, CreateMap("Round": False, "ResizeMode": "FIT", "BackgroundColor": 0xFFAAAAAA, "CornersRadius": 0))
Return iv
End Sub
The compiler seems to think, in v8.90, that Initialize needs a B4XImageView instance as a parameter for some reason that only Erel will be able to suss out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.