[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 214: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 215: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 216: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 87: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 129: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 130: htmlspecialchars(): charset `p' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1685: htmlspecialchars(): charset `p' not supported, assuming utf-8
PROMOTIC FORUM • View topic - PmgShape rotation
Page 1 of 1

PmgShape rotation

PostPosted: Mon 31. Mar 2025 12:25:56
by roman66
Hi,
try to use PmgShape 'Arrow' with 'Rotation enabled'. Problem with 'Substitution value for property: Angle 0-360'.
Angle is binding to PmaData variable. Then i change 'Substitution value' in Graphical editor - 'Arrow' change 0-angle position, but in runtime - 'Arrow' not react for this property change.
How it must work? In help i don't found related info..

Re: PmgShape rotation

PostPosted: Mon 31. Mar 2025 14:32:45
by Ondřej Kovařík
Hello,
if you connect some property of the Pmg object by the data binding e.g. to the variable of the PmaData object, then the configurator of the property is divided into two parts. In the upper part there is the definition of the data binding and in the lower part there is a replacement value for the development environment. This replacement value is used only for displaying in the graphics editor in the development environment and has no influence on the runtime display. This is because the data bindings are not evaluated in the development environment, that happens only at runtime. At the same time, it is useful and sometimes even necessary that the properties have some valid value in the development environment in order to display the image correctly in the graphics editor.