Views in designer not "seeing" project script changes

We are running version 8.1.5 and we are still seeing this issue.

Calling it from the script console works correctly and runs the newest version of the project script, but called from a component it does not update.

Have you tried changing any imports from your own script library. As @pturmel mentioned above, that’s problematic. Since he pointed that out, we’ve switched to either calling functions and classes from their full path, or assigning their path to a local variable. We’ve had no problems since.

Another condition where I’ve seen a similar problems is if the script is in a project that the one I’m working with inherits from, and both projects are open in separate designers. In that case, I’ve found that the solution is to save the parent project, and then merge gateway changes into the child project.

1 Like