Blackfoot
February 2nd, 2025, 17:57
I'm trying to call a script in a subwindow from the window, works fine when the subwindow is open, but when the subwindow is closed, nada.
Is there a work-around?
Basically, the script is getting called on a variable change, when you click a toggle.
<script>
function onValueChanged()
window.onHoldChanged();
end
</script>
Is there a work-around?
Basically, the script is getting called on a variable change, when you click a toggle.
<script>
function onValueChanged()
window.onHoldChanged();
end
</script>