Posted By
James Peltzer
07-31-2025 09:20
Found In
Egroup:
Facility Control
\
view thread
You can avoid the rebuild by using ogscript.getComponentsById to get the NDI panel and then call panel.setImageWindow(x, y, w, h); function updateWindow() ( var top = params.getValue('Top', 0); var left = params.getValue('Left', 0); var width = params.getValue('Width', ...
|