On 19/05/2015 at 03:20, xxxxxxxx wrote:
Hi all,
I'm working on a Modal Dialog Plungin.
And I whant to change my Plugin-Dialog when a object or a Tag is selectet while the Dialog is open.
I've found thomething in the SDK under "Continuous polling"
But I dont know what and where to insert.
I only need something like:
def something_is_seleced_or_deseleckted(doc) :
something_is_done = False
# here is the dedection....
something_is_done = True
return something_is_done
if something_is_seleced_or_deseleckted(doc) :
self.update_status()
Thanks a lot