MessageLibrary not working in 1.36.22351.1217?
Posted: Tue Jan 17, 2023 6:13 am
Documentation isn't super clear on how to refer to a MessageLibrary message in a control's 'send message' text, but I don't think it's working.
I've got a MessageLibrary with a message called 'Connect' (and an MLPUIMessageProcessor connected to the MessageLibrary - not that I think that is necessary for this).
I'm attempting to send the 'Connect' command (just 'abcd' as a test) from a Button's OnClickSend via
That syntax appears correct in that it doesn't raise an error (nothing reported in the Error History) but what the Monitor window shows as being sent is:
Bug or I am just using it wrong?
I've got a MessageLibrary with a message called 'Connect' (and an MLPUIMessageProcessor connected to the MessageLibrary - not that I think that is necessary for this).
I'm attempting to send the 'Connect' command (just 'abcd' as a test) from a Button's OnClickSend via
.[MyMessageLibrary.Get("Connect")]
That syntax appears correct in that it doesn't raise an error (nothing reported in the Error History) but what the Monitor window shows as being sent is:
Which seems to be some internal class\object\interface reference, rather the desired text 'abcd'.System.Collections.Generic.List`1[N8I.Protocols.IMessage]
Bug or I am just using it wrong?