Omar_ New Member Sep 10, 2023 #1 Hello, I need to know the screen coordinates when clicking on a panel, I am new to B4X.
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2023 #2 Assuming that the panel is a child of "root" (B4XPages) then: B4X: Dim ax As Int = Panel1.Left + X 'inside the touch event Upvote 0
Assuming that the panel is a child of "root" (B4XPages) then: B4X: Dim ax As Int = Panel1.Left + X 'inside the touch event