After selecting the object can by built extension set a new attribute to him (INX + py) but how to retrieve the attribute and its value later with the selected item and display it in the window extensions?
Magik
Get attribute of the selected item
Re: Get attribute of the selected item
Not sure what your trying to do, but this might help.
use an error message.
use an error message.
Code: Select all
out_msg = '\t' + str(new attribute) + '\n\t next line of text'
inkex.errormsg(out_msg)