Hi there,
My learning curve is improving, but I'm still a newbie here...
I wrote my first plugin, but I noticed that when you click on the TAG associated to an object, that does not select the object itself.
Is there a way to have the object selected when the user select its associated Tag plugin?
I had a look on several function like doc.SearchObject()
or doc.SetActiveObject()
but I'm not sure what the best practices are to do so.
Does this call must be place into the Message()
when a flag is raised or should it be placed into the Execute()
(from what I understood, I think that is not the right place)?
If someone have some advices or tips about this it would be more than welcome.