I have a tabpanel in the Footerpart of a tableview form.
When I ask the getLocationY() of the tabpanel, I get the Y-location of the the tabpanel within the footerpart and not the Y-location within the form
_height = forms[_form].elements[i].getLocationY() ; // _height gets value 5
When I use the solutionmodel and I ask the y value of the tabpanel, I get the real height within the form
I just fell over the same bug (in Servoy 5.1 rc3), and it is a obviously a bug as the cmd is: forms[formName].elements[elementName].getLocationY().
So one is refering to the form and NOT to a part of the form.
Did you make a case in the support system?
Best regards, Robert
this is not a bug, that location is the actual location of the component in its container.
We cant give there the forms position of the component because then this: