You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I'd like to create such component on new data comes from VSCode extension, which describes the button components to be render:
locals=require("socket").new();
s:ondata(function(data)localb=require("buffer").new("utf8");
b:write(data);localbutton_data=b:readstring()// or something to get the new button listend);libs.server.update(xxxx)// how to do so like I can do using document.createElement or ReactDom.render ?
I'd like to create a multi-touch bar using button components contains an icon and label like:
And I'd like to create such component on new data comes from VSCode extension, which describes the button components to be render:
I think I can use
libs.server.update
but https://github.com/unifiedremote/Docs/blob/master/libs/server#server_update is 404And in https://github.com/unifiedremote/Docs/blob/master/libs/layout.md#advanced it is said that it can only handle lists or dialogs, can't handle complex component like the one above.
So how can I achieve this?
The text was updated successfully, but these errors were encountered: