unikod Net
unread,May 10, 2026, 6:25:58 AM (7 days ago) May 10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Hello. When trying to use MUI in a Node.js application, I keep getting the "MUI is not defined" error, even though it works fine in regular applications. The interesting thing is that the problem started appearing around version 2.7 and higher. In versions 2.6 (from which I'm migrating my application), there was no such error, and everything worked fine. Using the Node object via app.CreateNode isn't as convenient as a direct Node.js application. How can I fix this issue or use a workaround? I saw that the mui.js library is in the application folders, but I don't know how to integrate it into the Node application so it finally works.