27 March 2018 10:23
Hello!
I have the following problem: I want to run a Logic Nodes Entrypoint via Javascript, which works just fine. However, in this particluar project I'm working on, there seems to be this issue: Whenever I use Show/Hide or Delay nodes (and probably also others), it'll only work once. I press the button, the entrypoint gets runned, fine. I press it again - the web application suddenly freezes! The console says:
TypeError: callstack[(callstack.length - 1)].logic_func is null
TypeError: null has no properties
So far I haven't found anything on that message. Does somebody have a clue what could be going on there?
I have the following problem: I want to run a Logic Nodes Entrypoint via Javascript, which works just fine. However, in this particluar project I'm working on, there seems to be this issue: Whenever I use Show/Hide or Delay nodes (and probably also others), it'll only work once. I press the button, the entrypoint gets runned, fine. I press it again - the web application suddenly freezes! The console says:
TypeError: callstack[(callstack.length - 1)].logic_func is null
TypeError: null has no properties
So far I haven't found anything on that message. Does somebody have a clue what could be going on there?