2015-03-19 15:14 UTC
Is there a way to move existing controls (one or a group of controls) like the "move-command" in AutoCAD? Select the controls - move: "30 to right, 25 down"?
author=Fred Tomke link=topic=2245.msg11282#msg11282 date=1426784837 wrote:
Hi, Peter, unfortunately, not....
author=Fred Tomke link=topic=2245.msg11282#msg11282 date=1426784837 wrote:
..I use cursor keys (left, right, up, down) for that...
author=Fred Tomke link=topic=2245.msg11284#msg11284 date=1426798555 wrote:
Hi, me again: Sometimes I change the values in the properties tab.
But you have to compute yourself.
Fred
author=Peter2 link=topic=2245.msg11285#msg11285 date=1426849464 wrote:
It would be fine if a function in the prop-tab (for position) could be realized: e.g.
- enter "+20"
- the positions of the different selected controls are modified with "+20" ;)
author=owenwengerd link=topic=2245.msg11287#msg11287 date=1426859846 wrote:
..You should add that as a feature request.
author=owenwengerd link=topic=2245.msg11287#msg11287 date=1426859846 wrote:
...so maybe not too difficult to implement.
This feature is implemented in OpenDCL 8.0 Alpha 13, except that it requires use of the @ prefix when entering the offset value in the property grid. For example, select controls, select the Left property, type in @10 to move all controls 10 pixels to the right. Type @-10 to move them 10 pixels to the left. This works only for selected integer properties, but particularly for all control positioning properties.