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 also listed
in keys().
i doesn't matter which property i want to get. it doesn't work for all.
any ideas?
are there any docs for the python plugin?
is it possible to use the dia api not only in the python dia console?
cu
Michael