Re: [dev] re: problem with setProperty in my dialog

2005-07-27 Thread Jürgen Schmidt
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

Re: [dev] re: problem with setProperty in my dialog

2005-07-26 Thread James Black
-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

Re: [dev] re: problem with setProperty in my dialog

2005-07-26 Thread Oliver Brinzing
-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

[dev] re: problem with setProperty in my dialog

2005-07-26 Thread James Black
-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