M Makumbi Well-Known Member Licensed User Jun 26, 2019 #1 iam trying to get images to show from my File.DirAssets but i get error missing Parameters Please help B4X: ListView1.AddSingleLine( cs.Initialize.Typeface(Typeface.FONTAWESOME).Size(22).VerticalAlign(3dip).Append.Image((LoadBitmap(File.DirAssets, "chat.ico"), 40dip, 40dip, False)).PopAll.Append("Simple Chat"))
iam trying to get images to show from my File.DirAssets but i get error missing Parameters Please help B4X: ListView1.AddSingleLine( cs.Initialize.Typeface(Typeface.FONTAWESOME).Size(22).VerticalAlign(3dip).Append.Image((LoadBitmap(File.DirAssets, "chat.ico"), 40dip, 40dip, False)).PopAll.Append("Simple Chat"))
agraham Expert Licensed User Longtime User Jun 26, 2019 #2 That code is ludicrously complicated. Simplify that code by breaking up into individual operations so you can see where the error is. Upvote 0
That code is ludicrously complicated. Simplify that code by breaking up into individual operations so you can see where the error is.
R ronell Well-Known Member Licensed User Longtime User Jun 26, 2019 #3 i suggest that you use customlistview Upvote 0