1) I am trying to do what Peter Simpson showed in the original thread but I cant do it.
How do I make the LeftPanel not to overlap the Title? see image.
2) How to know what ListView line the user touched?
In the Main module you can see this code:
Which I thought must hide the Left Panel when touched bit the panel is not hided.
And theres no reference to which line Ive touched.
Thanks
How do I make the LeftPanel not to overlap the Title? see image.
2) How to know what ListView line the user touched?
In the Main module you can see this code:
B4X:
Sub ACToolBarLight1_NavigationItemClick
Drawer.LeftOpen = Not(Drawer.LeftOpen)
End Sub
Which I thought must hide the Left Panel when touched bit the panel is not hided.
And theres no reference to which line Ive touched.
Thanks