James Black wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Oliver Brinzing wrote:
Hi James,
xPSetButton.setPropertyValue(" PositionX ", new Integer(50));
This causes a failure.
it's no good idea to use blanks at the start/end of a properties name... :-)
the properties are case sen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Oliver Brinzing wrote:
> Hi James,
>
>
>>>xPSetButton.setPropertyValue(" PositionX ", new Integer(50));
>>>This causes a failure.
>
>
> it's no good idea to use blanks at the start/end of a properties name... :-)
> the properties are case sensitive
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi James,
> xPSetButton.setPropertyValue(" PositionX ", new Integer(50));
> This causes a failure.
it's no good idea to use blanks at the start/end of a properties name... :-)
the properties are case sensitive too, as far as I know ...
I remember th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
XPropertySet xPSetButton
xPSetButton.setPropertyValue("PositionX", new Integer(50));
This works
xPSetButton.setPropertyValue(" PositionX ", new Integer(50));
This causes a failure.
Should the second one fail, or would a trim() be used for the prop