H hanyelmehy Well-Known Member Licensed User Longtime User Aug 27, 2019 #1 i have image view in some panels then in xCustomListView i try to use this code to get image view holder activity with no success any suggestion B4X: Sub getRootView(v As View) As View Dim jo = v As JavaObject Return jo.RunMethod("getRootView", Null) End Sub
i have image view in some panels then in xCustomListView i try to use this code to get image view holder activity with no success any suggestion B4X: Sub getRootView(v As View) As View Dim jo = v As JavaObject Return jo.RunMethod("getRootView", Null) End Sub
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2019 #2 I don't understand what you are doing. Is the xCLV creates in a class? Pass the Activity to the Initialize method. Upvote 0
I don't understand what you are doing. Is the xCLV creates in a class? Pass the Activity to the Initialize method.