imbault Well-Known Member Licensed User Longtime User May 26, 2019 #1 Let's take the xCustomListView Example : https://www.b4x.com/android/forum/t...-cross-platform-customlistview.84501/#content There are 2 CustomListView, how to get the full image of the tallest clv : clv2 and save it in a jpg file? Thanks
Let's take the xCustomListView Example : https://www.b4x.com/android/forum/t...-cross-platform-customlistview.84501/#content There are 2 CustomListView, how to get the full image of the tallest clv : clv2 and save it in a jpg file? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 26, 2019 #2 B4X: Dim bmp As B4XBitmap = clv1.sv.ScrollViewInnerPanel.Snapshot Use bmp.WriteToStream to save it. Upvote 0
imbault Well-Known Member Licensed User Longtime User May 26, 2019 #3 It works perfectly Thank you Erel Upvote 0