pex-gui icon indicating copy to clipboard operation
pex-gui copied to clipboard

Watch for value changes and auto redraw

Open vorg opened this issue 9 years ago • 1 comments

When we modify the value from outside of GUI we should redraw (only if gui is visible)

vorg avatar Mar 07 '16 11:03 vorg

Using a Proxy for each param would be the solution: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

But that should probably take part of a bigger conversation in simplifying the API (Proxies could help reduce the boilerplate).

dmnsgn avatar Mar 26 '19 11:03 dmnsgn