Thank you very much, I do not know why I didn't find this post but this works perfectly
I find this to be a quite elegant solution compared to the different things I tried with the message system which didn't even work out in the end.
Best posts made by ViVace_
-
RE: Notify CommandData Plugin from a PreferenceData Plugin
Latest posts made by ViVace_
-
RE: Notify CommandData Plugin from a PreferenceData Plugin
Thank you very much, I do not know why I didn't find this post but this works perfectly
I find this to be a quite elegant solution compared to the different things I tried with the message system which didn't even work out in the end. -
Notify CommandData Plugin from a PreferenceData Plugin
Hello,
I have a
CommandData Pluginwhich can have preferences. These preferences are implented in aPreferenceData Plugin. How would I notify theCommandData Pluginthat the preferences have changed? I can't get theCommandData Instancefrom inside thePreferenceData, so I assume that I need to use the message system but when usingGePluginMessage()from inside thePreferenceData PluginI do not receive anything inPluginMessage()inside of theCommandData Plugin.Is there something I am missing or do I need to use another message system? Thank you in advance.