Retrieve actual position and size of gelistelement
Posted: Mon Mar 04, 2013 7:03 am
Hello Roger,
I try to make some additions to your designer. Works ok so far, can rearrange the gets, but how can I retrieve the actual position and size after changes through the designer ? In the getlist array the values are not updated. I actually try to get the values from the getobject
But the values do not really match the position. What is the best way to get the actual values from the getlist ?
regards
Rudolf
I try to make some additions to your designer. Works ok so far, can rearrange the gets, but how can I retrieve the actual position and size after changes through the designer ? In the getlist array the values are not updated. I actually try to get the values from the getobject
Code: Select all
aPos := aGetlist[y,19]:currentpos() //(x,y)
aSize := aGetlist[y,19]:currentsize()
regards
Rudolf