Re: python plugin and object properties

2001-07-08 Thread Hans Breuer
At 17:01 30.06.01 +0200, Michael Maluck wrote: Hi all, tried to get some object properties of UML Class objects in the python dia console. i comiled dia 0.88.1 from source with the --with-python option. dia.active_display().diagram.layers[0].properties.get(obj_pos) returns always None. Doesn't

python plugin and object properties

2001-07-02 Thread Michael Maluck
Hi all, tried to get some object properties of UML Class objects in the python dia console. i comiled dia 0.88.1 from source with the --with-python option. dia.active_display().diagram.layers[0].properties.get(obj_pos) returns always None. The has_key method says that the property exists. It is