Hi Joerg
I think, you need to distinguish between different concepts.
a) Properties defined at a service b) Attributes defined at an interface c) Methods with <type> getXXX() void setXXX( <type> )
From basic (and python and e.g. OLE automation script languages), a) + b) + c) can be accessed with o.XXX, but only c) can be accessed with o.setXXX().
thanks joerg for the explanation Laurent -- Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org Indesko >> http://www.indesko.com Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org Livre "Programmation OpenOffice.org", Eyrolles 2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
