Message after pressing the (...) button
-
On 06/08/2015 at 16:26, xxxxxxxx wrote:
I have a tag plugin includes a FILENAME gizmo.
Is there any type of message generated when the user presses the (...) button? -
On 07/08/2015 at 02:00, xxxxxxxx wrote:
Hello,
what exactly do you mean? Do you want a message when the button was pressed or when the filename was set? The (…) button is part of the Filename GUI and pressing that button is handled internally and triggers no additional message.
Best wishes,
Sebastian -
On 07/08/2015 at 03:45, xxxxxxxx wrote:
I just wanted to make sure that I would only evaluate and some "house keeping" about the file that is referenced in the FILENAME gizmo when the user, in fact, chooses a different (or new) file.
But I guess I can store a global class variable to store the previous state and only do something when the FILENAME gizmo has a different value from the stored one.
Thank you, Sebastian.