way to recieve messages in unsynced part of gadget?
Moderator: Moderators
way to recieve messages in unsynced part of gadget?
Since I cannot rely on a widget to start and keep tables on hand, I would like to have a simple gadget that serves to act as a listener for data requests. Seems odd to sync stuff like this when it is used for widgets
Re: way to recieve messages in unsynced part of gadget?
Are you saying you need a mandatory widget (always loads and can't be unloaded)? I'm sure you could do this easily enough by selectively modifying LuaUI/ scripts like the widgetHandler class.
Alternatively are you saying you want to send messages between widgets without going through synced?
Alternatively are you saying you want to send messages between widgets without going through synced?
Re: way to recieve messages in unsynced part of gadget?
wouldn't "/luaui reload" still probably reload it?SpliFF wrote:Are you saying you need a mandatory widget (always loads and can't be unloaded)? I'm sure you could do this easily enough by selectively modifying LuaUI/ scripts like the widgetHandler class.