Hi!
I have a window collection (hierarchy)
And main map collection. Windows creates by factory in loader.collection. And now I’m trying to show my window and send message
luax.msg.safe_post(“map:/GUI”, “hide_interface”, params)
And have an error
Failed to call msg.post, Could not send message ‘show_interface’ from ‘loader:/collection2/window#window_notification_test’ to ‘map:/GUI’.
Why this error appears?
Thanks!