Page 1 of 1
way to recieve messages in unsynced part of gadget?
Posted: 03 Jul 2012, 01:42
by smoth
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?
Posted: 03 Jul 2012, 08:04
by SpliFF
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?
Re: way to recieve messages in unsynced part of gadget?
Posted: 03 Jul 2012, 11:05
by gajop
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.
wouldn't "/luaui reload" still probably reload it?