A command (e.g 'ctrlMapPosition') that would return the relative values of position and size of a map control within another control group.
Currently using ctrlPosition does not return the correct values.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Fixed
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Feature Request
Steps To Reproduce
- Make two map controls within the same control group. Both maps have same position and size. Move one using ctrlMapSetPosition.
- Run
_ctrl2 ctrlMapSetPosition (ctrlPosition _ctrl1);
- See that the 2nd control isn't on the same place as the first one was.
Additional Information
I can provide an example if needed.