Search found 2 matches
- 14 Mar 2012, 21:56
- Forum: Lua Scripts
- Topic: Widget not receiving data from unsynced gadget
- Replies: 2
- Views: 595
Re: Widget not receiving data from unsynced gadget
Thanks for clarifying. I've used the messaging for other things, I just didn't realize it was required in this case. What's strange is that I do the same thing the other way around, my unsynced gadget calls Script.LuaUI.function() and the parameters are passed successfully. Is it something to do wit...
- 14 Mar 2012, 08:40
- Forum: Lua Scripts
- Topic: Widget not receiving data from unsynced gadget
- Replies: 2
- Views: 595
Widget not receiving data from unsynced gadget
I can't figure out what's going on here, any help is appreciated. I've created some simple examples to recreate the issue, code is below. The structure is that I have a gadget with synced state, and a global function in its unsynced part that can retrieve the state. I use a widget to watch the conso...