View previous topic :: View next topic |
Author |
Message |
Thomas
Joined: 18 Feb 2005 Posts: 57 Location: Gummersbach, Germany
|
Posted: Mon Aug 11, 2025 3:31 pm Post subject: Get current position (or absolute position of a control) |
|
|
I know how to set the absolute position for the next control with %ap.
Is there a format code providing the current position (= absolute position for the next control if not using %ap). This would help to better align controls in a grid. %rp can only be defined for the previous control but unfortunately not for any other reccent controls. _________________ Thomas |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8243 Location: Salford, UK
|
Posted: Mon Aug 11, 2025 5:38 pm Post subject: |
|
|
There is no such format code. The only other related and undocumented code is %pp which takes four integer arguments and provides the pixel x,y,width and height of the next control.
If you can provide code that shows what the new code would look like and more details about what it does, then I could add it to the wish list. |
|
Back to top |
|
 |
|