DarkWolfalpha Member Aug 26, 2022 #1 Best Way for mack this? after Click in Button open itme2 in list
Solution Erel Aug 28, 2022 DarkWolfalpha said: Best Way for mack this? Click to expand... The best way is with the new DDD library. Check the updated example: [B4X] [XUI] xCustomListView - cross platform CustomListView
DarkWolfalpha said: Best Way for mack this? Click to expand... The best way is with the new DDD library. Check the updated example: [B4X] [XUI] xCustomListView - cross platform CustomListView
M Mahares Expert Licensed User Longtime User Aug 27, 2022 #2 DarkWolfalpha said: after Click in Button open itme2 in list Click to expand... B4X: Sub Button_Click Dim p As B4XView = clv.GetPanel(1) 'second item panel Dim l As B4XView=p.GetView(0) 'label Log(l.Text) 'displays: item 2 End Sub Upvote 0
DarkWolfalpha said: after Click in Button open itme2 in list Click to expand... B4X: Sub Button_Click Dim p As B4XView = clv.GetPanel(1) 'second item panel Dim l As B4XView=p.GetView(0) 'label Log(l.Text) 'displays: item 2 End Sub
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2022 #3 DarkWolfalpha said: Best Way for mack this? Click to expand... The best way is with the new DDD library. Check the updated example: [B4X] [XUI] xCustomListView - cross platform CustomListView Upvote 0 Solution
DarkWolfalpha said: Best Way for mack this? Click to expand... The best way is with the new DDD library. Check the updated example: [B4X] [XUI] xCustomListView - cross platform CustomListView