Hi,
How do I place LAMW components on absolute positions? I set the Left and Top properties of a TCheckbox:
CheckBox1.Left := 50;
CheckBox1.Top := 50;
In the Lazarus IDE the CheckBox is on the right spot but on my phone it is in the upperleft corner. I tried playing with PosRelativeToParent and PosRelativeToAnchor but I can't get it to work. What do I do wrong?
Peter