You are reading a single comment by @rigrig and its replies.
Click here to read the full conversation.
-
That's not because of
wid_edit
, it's themessages
widget: it already had anupdate
method which expects an incoming message as argument.Actually, I think I'd like to rewrite the
messages
library/app/widget some more, so it just passes everything throughBangle.emit("message", type, message);
, instead of directly calling widget methods or global functions.
I get this after I install widgetupdate on a fresh install:
Step-by-step: