For Each n As B4XView In BBCodeView1.mBase.GetAllViewsRecursive
'Log(n)
If n Is ImageView Then
Log(n)
Dim iv As ImageView = n
If iv.GetImage.IsInitialized Then
ImageView1.SetImage(iv.GetImage)
End If
End If
Next
I try to get the text image from the image view (B4J here). The image contains empty pixels and the text is cut a bit.
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.